Searched refs:cmdw_shell (Results 1 – 1 of 1) sorted by relevance
704 wchar_t *cmdw_shell = (wchar_t *)malloc(len * sizeof(wchar_t)); in convert_command_to_use_shell() local706 if (cmdw_shell == NULL) { in convert_command_to_use_shell()711 if (_snwprintf(cmdw_shell, len, L"%hs /s /c \"%s\"", COMSPEC_NT, *cmdw) == -1) { in convert_command_to_use_shell()712 free(cmdw_shell); in convert_command_to_use_shell()718 *cmdw = cmdw_shell; in convert_command_to_use_shell()
Completed in 8 milliseconds