Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dproc_open.c431 # define COMSPEC_NT "cmd.exe" macro
592 size_t len = sizeof(COMSPEC_NT) + sizeof(" /s /c ") + cmdw_len + 3; in convert_command_to_use_shell()
600 if (_snwprintf(cmdw_shell, len, L"%hs /s /c \"%s\"", COMSPEC_NT, *cmdw) == -1) { in convert_command_to_use_shell()

Completed in 10 milliseconds