Home
last modified time | relevance | path

Searched refs:cmdw_shell (Results 1 – 1 of 1) sorted by relevance

/PHP-8.1/ext/standard/
H A Dproc_open.c670 wchar_t *cmdw_shell = (wchar_t *)malloc(len * sizeof(wchar_t)); in convert_command_to_use_shell() local
672 if (cmdw_shell == NULL) { in convert_command_to_use_shell()
677 if (_snwprintf(cmdw_shell, len, L"%hs /s /c \"%s\"", COMSPEC_NT, *cmdw) == -1) { in convert_command_to_use_shell()
678 free(cmdw_shell); in convert_command_to_use_shell()
684 *cmdw = cmdw_shell; in convert_command_to_use_shell()

Completed in 12 milliseconds