HomeSort by relevance Sort by last modified time
    Searched refs:IS_CONSOLE (Results 1 - 2 of 2) sorted by null

  /external/lz4/programs/
platform.h 108 # define IS_CONSOLE(stdStream) isatty(fileno(stdStream))
111 # define IS_CONSOLE(stdStream) _isatty(_fileno(stdStream))
113 # define IS_CONSOLE(stdStream) 0
lz4cli.c 45 #include "platform.h" /* Compiler options, IS_CONSOLE */
547 if (!strcmp(input_filename, stdinmark) && IS_CONSOLE(stdin) ) {
557 if (!IS_CONSOLE(stdout)) { output_filename=stdoutmark; break; } /* Default to stdout whenever possible (i.e. not a console) */
593 if (!strcmp(output_filename,stdoutmark) && IS_CONSOLE(stdout) && !forceStdout) {

Completed in 69 milliseconds