Searched refs:IS_CONSOLE (Results 1 – 3 of 3) 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()