Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_stream.c50 ZEND_DLIMPORT int isatty(int fd);
155 if (!zend_stream_is_mmap(file_handle) && file_handle->handle.stream.isatty) {
201 …file_handle->handle.stream.isatty = isatty(fileno((FILE *)file_handle->handle.stream.handle)) …
229 if (old_type == ZEND_HANDLE_FP && !file_handle->handle.stream.isatty && size) {
H A Dzend_stream.h58 int isatty; member
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_stdio.c54 if (fpm_global_config.daemonize || (!isatty(STDERR_FILENO) && !fpm_globals.force_stderr)) {
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_cmd.c757 if ((PHPDBG_G(flags) & PHPDBG_IS_REMOTE) || !isatty(PHPDBG_G(io)[PHPDBG_STDIN].fd)) in phpdbg_read_input()
783 …if (!buffered && cmd && !(PHPDBG_G(flags) & PHPDBG_IS_REMOTE) && isatty(PHPDBG_G(io)[PHPDBG_STDIN]… in phpdbg_read_input()
/PHP-7.0/ext/posix/
H A Dposix.c851 if (isatty(fd)) { in PHP_FUNCTION()
/PHP-7.0/main/
H A Dmain.c1382 handle->handle.stream.isatty = 0; in php_stream_open_for_zend_ex()
/PHP-7.0/sapi/cli/
H A Dphp_cli_server.c1074 php_cli_output_is_tty = isatty(STDOUT_FILENO); in php_cli_is_output_tty()
/PHP-7.0/ext/phar/
H A Dphar.c3337 file_handle->handle.stream.isatty = 0;
/PHP-7.0/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.

Completed in 66 milliseconds