Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_virtual_cwd.c1665 char *command_line; in virtual_popen() local
1681 …ptr = command_line = (char *) emalloc(command_length + sizeof("cd '' ; ") + dir_length + extra+1+1… in virtual_popen()
1709 retval = popen(command_line, type); in virtual_popen()
1711 efree(command_line); in virtual_popen()
/php-src/win32/build/
H A Dconfutils.js147 function execute(command_line) argument
149 var e = WshShell.Exec(command_line);

Completed in 16 milliseconds