Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Dphp_fopen_wrapper.c256 fd = dup(fd); in php_stream_url_wrap_php()
262 fd = dup(STDIN_FILENO); in php_stream_url_wrap_php()
269 fd = dup(fd); in php_stream_url_wrap_php()
275 fd = dup(STDOUT_FILENO); in php_stream_url_wrap_php()
282 fd = dup(fd); in php_stream_url_wrap_php()
288 fd = dup(STDERR_FILENO); in php_stream_url_wrap_php()
330 fd = dup(fildes_ori); in php_stream_url_wrap_php()
H A Dproc_open.c575 descriptors[ndesc].childend = dup(fd); in PHP_FUNCTION()
694 descriptors[ndesc].childend = dup(slave_pty); in PHP_FUNCTION()
695 descriptors[ndesc].parentend = dup(dev_ptmx); in PHP_FUNCTION()
/PHP-5.6/ext/zip/lib/
H A Dzip_fdopen.c62 if ((fd=dup(fd_orig)) < 0) { in zip_fdopen()
H A Dzipint.h71 #define dup _dup macro
/PHP-5.6/ext/standard/tests/file/
H A Dphp_fd_wrapper_04.phpt9 …Invalid parameter detected in CRT function '_dup' (f:\dd\vctools\crt_bld\self_x86\crt\src\dup.c:52)
/PHP-5.6/ext/fileinfo/libmagic/
H A Dcompress.c408 (void) dup(fd); in uncompressbuf()
411 (void) dup(fdin[0]); in uncompressbuf()
417 (void) dup(fdout[1]); in uncompressbuf()
/PHP-5.6/ext/zlib/
H A Dzlib_fopen_wrapper.c139 self->gz_file = gzdopen(dup(fd), mode); in php_stream_gzopen()
/PHP-5.6/Zend/
H A Dzend_builtin_functions.c756 int dup; in ZEND_FUNCTION() local
771 dup = zend_get_object_classname(obj, &name, &name_len TSRMLS_CC); in ZEND_FUNCTION()
773 RETURN_STRINGL(name, name_len, dup); in ZEND_FUNCTION()
2134 int dup; in ZEND_FUNCTION() local
2136 dup = zend_get_object_classname(ptr->object, &class_name, &class_name_len TSRMLS_CC); in ZEND_FUNCTION()
2137 if(!dup) { in ZEND_FUNCTION()
2324 int dup; in zend_fetch_debug_backtrace() local
2326 dup = zend_get_object_classname(ptr->object, &class_name, &class_name_len TSRMLS_CC); in zend_fetch_debug_backtrace()
2327 add_assoc_string_ex(stack_frame, "class", sizeof("class"), (char*)class_name, dup); in zend_fetch_debug_backtrace()
H A Dzend_API.h659 #define RETVAL_STRINGL_CHECK(s, len, dup) do { \ argument
663 if(!(dup)) { \
668 RETVAL_STRINGL((s), (int)__len, (dup)); \
670 #define RETURN_STRINGL_CHECK(s, len, dup) { RETVAL_STRINGL_CHECK(s, len, dup); return; } argument
H A Dzend_exceptions.c530 int dup; in _build_trace_args() local
534 dup = zend_get_object_classname(*arg, &class_name, &class_name_len TSRMLS_CC); in _build_trace_args()
537 if(!dup) { in _build_trace_args()
/PHP-5.6/ext/fileinfo/
H A Dlibmagic.patch1278 - if (dup(fd) == -1)
1281 + (void) dup(fd);
1284 - if (dup(fdin[0]) == -1)
1286 + (void) dup(fdin[0]);
1292 - if (dup(fdout[1]) == -1)
1294 + (void) dup(fdout[1]);
/PHP-5.6/sapi/litespeed/
H A Dlsapilib.c1296 fd = dup( fd ); in LSAPI_InitRequest()
/PHP-5.6/
H A Dconfigure.in1424 PHP_SET_LIBTOOL_VARIABLE([--preserve-dup-deps])
H A Dltmain.sh539 --preserve-dup-deps) duplicate_deps="yes" ;;

Completed in 82 milliseconds