Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_stream.c47 ZEND_DLIMPORT int isatty(int fd);
152 if (!zend_stream_is_mmap(file_handle) && file_handle->handle.stream.isatty) { in zend_stream_read()
189 …file_handle->handle.stream.isatty = isatty(fileno((FILE *)file_handle->handle.stream.handle)) … in zend_stream_fixup()
217 if (old_type == ZEND_HANDLE_FP && !file_handle->handle.stream.isatty && size) { in zend_stream_fixup()
H A Dzend_stream.h56 int isatty; member
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_stdio.c53 if (fpm_global_config.daemonize || (!isatty(STDERR_FILENO) && !fpm_globals.force_stderr)) {
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_cmd.c756 if ((PHPDBG_G(flags) & PHPDBG_IS_REMOTE) || !isatty(PHPDBG_G(io)[PHPDBG_STDIN].fd)) in phpdbg_read_input()
782 …if (!buffered && cmd && !(PHPDBG_G(flags) & PHPDBG_IS_REMOTE) && isatty(PHPDBG_G(io)[PHPDBG_STDIN]… in phpdbg_read_input()
/PHP-7.3/ext/posix/
H A Dposix.c856 if (isatty(fd)) { in PHP_FUNCTION()
/PHP-7.3/ext/standard/
H A Dstreamsfuncs.c1661 RETVAL_BOOL(isatty(fileno)); in PHP_FUNCTION()
/PHP-7.3/main/
H A Dmain.c1590 handle->handle.stream.isatty = 0; in php_stream_open_for_zend_ex()
/PHP-7.3/sapi/cli/
H A Dphp_cli_server.c1090 php_cli_output_is_tty = isatty(STDOUT_FILENO); in php_cli_is_output_tty()
/PHP-7.3/ext/phar/
H A Dphar.c3336 file_handle->handle.stream.isatty = 0;

Completed in 60 milliseconds