Searched refs:isatty (Results 1 – 9 of 9) sorted by relevance
51 ZEND_DLIMPORT int isatty(int fd);156 if (!zend_stream_is_mmap(file_handle) && file_handle->handle.stream.isatty) {202 …file_handle->handle.stream.isatty = isatty(fileno((FILE *)file_handle->handle.stream.handle)) …230 if (old_type == ZEND_HANDLE_FP && !file_handle->handle.stream.isatty && size) {
55 int isatty; member
272 if (fpm_global_config.daemonize || !isatty(STDERR_FILENO)) {299 if (fpm_global_config.daemonize || !isatty(STDERR_FILENO)) {
545 zfd.handle.stream.isatty = 0; in php_output_filter()
789 if (isatty(fd)) { in PHP_FUNCTION()
1346 handle->handle.stream.isatty = 0; in php_stream_open_for_zend_ex()
1179 php_cli_output_is_tty = isatty(STDOUT_FILENO); in php_cli_is_output_tty()
3380 file_handle->handle.stream.isatty = 0;
2526 27. Wrapped the definitions of fileno and isatty for Windows, which appear in2709 HAVE_UNISTD_H; (2) #define isatty and fileno as _isatty and _fileno.
Completed in 82 milliseconds