Searched refs:IS_CONSOLE (Results 1 – 4 of 4) sorted by relevance
136 # define IS_CONSOLE(stdStream) isatty(fileno(stdStream)) macro139 # define IS_CONSOLE(stdStream) _isatty(_fileno(stdStream))144 static __inline int IS_CONSOLE(FILE* stdStream) {149 # define IS_CONSOLE(stdStream) 0
1363 && IS_CONSOLE(stdin) ) { in main()1368 && IS_CONSOLE(stdout) in main()1405 if ((hasStdout || !IS_CONSOLE(stderr)) && (g_displayLevel==2)) g_displayLevel=1; in main()
3177 if (!IS_CONSOLE(stdin)) { in FIO_listMultipleFiles()
87 #define IS_CONSOLE(p) ((p)->port == DCONS_CON) macro423 if (IS_CONSOLE(&dc->port[j]) && new && in dconschat_fetch_header()706 if (IS_CONSOLE(p) && (dc->flags & F_TELNET) != 0) { in dconschat_accept_socket()745 if (IS_CONSOLE(p)) { in dconschat_read_filter()