Home
last modified time | relevance | path

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

/third_party/lz4/programs/
Dplatform.h111 # define IS_CONSOLE(stdStream) isatty(fileno(stdStream)) macro
114 # define IS_CONSOLE(stdStream) _isatty(_fileno(stdStream))
119 static __inline int IS_CONSOLE(FILE* stdStream)
125 # define IS_CONSOLE(stdStream) 0
Dlz4cli.c644 if (!strcmp(dictionary_filename, stdinmark) && IS_CONSOLE(stdin)) { in main()
668 if (!strcmp(input_filename, stdinmark) && IS_CONSOLE(stdin) ) { in main()
680 if (!IS_CONSOLE(stdout) && mode != om_list) { in main()
730 && IS_CONSOLE(stdout) in main()