Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend_stream.c68 if (handle && fstat(fileno((FILE*)handle), &buf) == 0) { in zend_stream_stdio_fsizer()
117 if (file_handle->handle.fp && fstat(fileno(file_handle->handle.fp), &buf) == 0) { in zend_stream_fsize()
202 …file_handle->handle.stream.isatty = isatty(fileno((FILE *)file_handle->handle.stream.handle)) …
238 … *buf = mmap(0, size + ZEND_MMAP_AHEAD, PROT_READ, MAP_PRIVATE, fileno(file_handle->handle.fp), 0);
/PHP-5.6/TSRM/
H A Dtsrm_nw.c232 fd = fileno(stream);
/PHP-5.6/ext/zip/lib/
H A Dzip_source_filep.c205 err = fstat(fileno(z->f), &fst); in read_file()
H A Dzipint.h78 #define fileno _fileno macro
/PHP-5.6/ext/standard/
H A Diptc.c218 fstat(fileno(fp), &sb); in PHP_FUNCTION()
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_utils.c450 columns = ioctl(fileno(stdout), TIOCGWINSZ, &w) == 0 ? w.ws_col : 80; in phpdbg_get_terminal_width()
H A Dphpdbg.c898 dup2((*socket)[0], fileno(stdin));
899 dup2((*socket)[1], fileno(stdout));
/PHP-5.6/main/streams/
H A Dplain_wrapper.c138 #define PHP_STDIOP_GET_FD(anfd, data) anfd = (data)->file ? fileno((data)->file) : (data)->fd
182 self->fd = fileno(file); in _php_stream_fopen_from_file_int()
307 self->fd = fileno(file); in _php_stream_fopen_from_pipe()
/PHP-5.6/ext/opcache/
H A DZendAccelerator.c786 if (fstat(fileno(file_handle->handle.fp), &statbuf) == -1) { in zend_get_file_handle_timestamp()
/PHP-5.6/sapi/thttpd/
H A Dthttpd_patch940 + int fd = fileno(hc->hs->logfp);
/PHP-5.6/ext/pcre/pcrelib/
H A DChangeLog2526 27. Wrapped the definitions of fileno and isatty for Windows, which appear in
2709 HAVE_UNISTD_H; (2) #define isatty and fileno as _isatty and _fileno.
/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c17804 backtrace_symbols_fd(pBt, pHdr->nBacktrace, fileno(out)); in sqlite3MemdebugDump()

Completed in 392 milliseconds