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.c632 if (!strcmp(dictionary_filename, stdinmark) && IS_CONSOLE(stdin)) {
655 if (!strcmp(input_filename, stdinmark) && IS_CONSOLE(stdin) ) {
676 if (!IS_CONSOLE(stdout) && mode != om_list) {
732 if (!strcmp(output_filename,stdoutmark) && IS_CONSOLE(stdout) && !forceStdout) {