Searched refs:IS_CONSOLE (Results 1 – 4 of 4) sorted by relevance
135 # define IS_CONSOLE(stdStream) isatty(fileno(stdStream)) macro138 # define IS_CONSOLE(stdStream) _isatty(_fileno(stdStream))143 static __inline int IS_CONSOLE(FILE* stdStream) {148 # define IS_CONSOLE(stdStream) 0
1246 if (!strcmp(filenames->fileNames[0], stdinmark) && IS_CONSOLE(stdin) ) { in main()1251 && IS_CONSOLE(stdout) in main()
3038 if (!IS_CONSOLE(stdin)) { in FIO_listMultipleFiles()
88 #define IS_CONSOLE(p) ((p)->port == DCONS_CON) macro433 if (IS_CONSOLE(&dc->port[j]) && new && in dconschat_fetch_header()715 if (IS_CONSOLE(p) && (dc->flags & F_TELNET) != 0) { in dconschat_accept_socket()754 if (IS_CONSOLE(p)) { in dconschat_read_filter()