Home
last modified time | relevance | path

Searched refs:IS_CONSOLE (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/zstd/programs/
H A Dplatform.h135 # define IS_CONSOLE(stdStream) isatty(fileno(stdStream)) macro
138 # define IS_CONSOLE(stdStream) _isatty(_fileno(stdStream))
143 static __inline int IS_CONSOLE(FILE* stdStream) {
148 # define IS_CONSOLE(stdStream) 0
H A Dzstdcli.c1246 if (!strcmp(filenames->fileNames[0], stdinmark) && IS_CONSOLE(stdin) ) { in main()
1251 && IS_CONSOLE(stdout) in main()
H A Dfileio.c3038 if (!IS_CONSOLE(stdin)) { in FIO_listMultipleFiles()