Searched defs:IS_CONSOLE (Results 1 - 2 of 2) sorted by relevance

/external/lz4/programs/
H A Dlz4cli.c75 # define IS_CONSOLE(stdStream) _isatty(_fileno(stdStream)) macro
79 # define IS_CONSOLE(stdStream) isatty(fileno(stdStream)) macro
435 if (!strcmp(input_filename, stdinmark) && IS_CONSOLE(stdin) ) badusage();
443 if (!IS_CONSOLE(stdout)) { output_filename=stdoutmark; break; } /* Default to stdout whenever possible (i.e. not a console) */
475 if (!strcmp(output_filename,stdoutmark) && IS_CONSOLE(stdout) && !forceStdout) badusage();
H A Dlz4io.c75 # define IS_CONSOLE(stdStream) _isatty(_fileno(stdStream)) macro
79 # define IS_CONSOLE(stdStream) isatty(fileno(stdStream)) macro

Completed in 146 milliseconds