Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dphp_fopen_wrapper.c249 fd = dup(fd); in php_stream_url_wrap_php()
255 fd = dup(STDIN_FILENO); in php_stream_url_wrap_php()
265 fd = dup(fd); in php_stream_url_wrap_php()
271 fd = dup(STDOUT_FILENO); in php_stream_url_wrap_php()
281 fd = dup(fd); in php_stream_url_wrap_php()
287 fd = dup(STDERR_FILENO); in php_stream_url_wrap_php()
332 fd = dup((int)fildes_ori); in php_stream_url_wrap_php()
H A Dproc_open.c807 desc->childend = dup(*slave_fd); in set_proc_descriptor_to_pty()
808 desc->parentend = dup(*master_fd); in set_proc_descriptor_to_pty()
930 *to = dup(from); in dup_proc_descriptor()
/php-src/ext/zlib/
H A Dzlib_fopen_wrapper.c136 self->gz_file = gzdopen(dup(fd), mode); in php_stream_gzopen()
/php-src/sapi/fpm/fpm/
H A Dfpm_stdio.c82 fd_stderr_original = dup(STDERR_FILENO);
H A Dfpm_children.c191 fpm_globals.listening_socket = dup(wp->listening_socket); in fpm_child_init()
/php-src/ext/spl/
H A Dspl_array.c737 bool dup; in spl_array_get_properties_for() local
750 dup = 1; in spl_array_get_properties_for()
754 dup = 0; in spl_array_get_properties_for()
761 if (dup) { in spl_array_get_properties_for()
/php-src/sapi/phpdbg/
H A Dphpdbg.c1106 php_stream *stream = php_stream_fopen_from_fd(dup(fileno(PHPDBG_G(stdin_file))), "r", NULL); in phpdbg_stream_url_wrap_php()
/php-src/
H A Dconfigure.ac1579 PHP_SET_LIBTOOL_VARIABLE([--preserve-dup-deps])
/php-src/sapi/litespeed/
H A Dlsapilib.c1500 fd = dup( fd ); in LSAPI_InitRequest()
/php-src/build/
H A Dltmain.sh539 --preserve-dup-deps) duplicate_deps="yes" ;;

Completed in 50 milliseconds