Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_virtual_cwd.c1895 size_t command_length; in virtual_popen() local
1901 command_length = strlen(command); in virtual_popen()
1913 …ptr = command_line = (char *) emalloc(command_length + sizeof("cd '' ; ") + dir_length + extra+1+1… in virtual_popen()
1941 memcpy(ptr, command, command_length+1); in virtual_popen()

Completed in 9 milliseconds