Home
last modified time | relevance | path

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

/PHP-5.4/ext/standard/
H A Dexec.c77 fp = VCWD_POPEN(cmd, "rb"); in php_exec()
79 fp = VCWD_POPEN(cmd, "r"); in php_exec()
464 if ((in=VCWD_POPEN(command, "rt"))==NULL) {
466 if ((in=VCWD_POPEN(command, "r"))==NULL) {
H A Dfile.c938 fp = VCWD_POPEN(command, posix_mode); in PHP_FUNCTION()
/PHP-5.4/TSRM/
H A Dtsrm_virtual_cwd.h275 #define VCWD_POPEN(command, type) virtual_popen(command, type TSRMLS_CC) macro
311 #define VCWD_POPEN(command, type) popen(command, type) macro
/PHP-5.4/ext/readline/
H A Dreadline_cli.c90 pager_pipe = VCWD_POPEN(CLIR_G(pager), "w"); in readline_shell_write()

Completed in 19 milliseconds