Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dproc_open.c707 wchar_t *cmdw_shell = (wchar_t *)malloc(len * sizeof(wchar_t)); in convert_command_to_use_shell() local
709 if (cmdw_shell == NULL) { in convert_command_to_use_shell()
714 if (_snwprintf(cmdw_shell, len, L"%hs /s /c \"%s\"", COMSPEC_NT, *cmdw) == -1) { in convert_command_to_use_shell()
715 free(cmdw_shell); in convert_command_to_use_shell()
721 *cmdw = cmdw_shell; in convert_command_to_use_shell()

Completed in 7 milliseconds