Home
last modified time | relevance | path

Searched refs:isatty (Results 1 – 8 of 8) sorted by relevance

/php-src/Zend/
H A Dzend_stream.c26 ZEND_DLIMPORT int isatty(int fd);
57 if (file_handle->handle.stream.isatty) { in zend_stream_fsize()
111 if (file_handle->handle.stream.isatty) { in zend_stream_read()
150 file_handle->handle.stream.isatty = isatty(fileno((FILE *)file_handle->handle.stream.handle)); in zend_stream_fixup()
H A Dzend_stream.h47 int isatty; member
/php-src/sapi/fpm/fpm/
H A Dfpm_stdio.c54 if (fpm_global_config.daemonize || (!isatty(STDERR_FILENO) && !fpm_globals.force_stderr)) {
/php-src/ext/posix/
H A Dposix.c539 if (isatty(fd)) { in PHP_FUNCTION()
/php-src/ext/standard/
H A Dstreamsfuncs.c1705 RETVAL_BOOL(isatty(fileno)); in PHP_FUNCTION()
/php-src/main/
H A Dmain.c1581 handle->handle.stream.isatty = 0; in php_stream_open_for_zend_ex()
/php-src/sapi/cli/
H A Dphp_cli_server.c1171 php_cli_output_is_tty = isatty(STDOUT_FILENO); in php_cli_is_output_tty()
/php-src/ext/phar/
H A Dphar.c3335 file_handle->handle.stream.isatty = 0; in phar_compile_file()

Completed in 43 milliseconds