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

  /external/lz4/programs/
lz4cli.c 75 # define IS_CONSOLE(stdStream) _isatty(_fileno(stdStream))
79 # define IS_CONSOLE(stdStream) isatty(fileno(stdStream))
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();
lz4io.c 75 # define IS_CONSOLE(stdStream) _isatty(_fileno(stdStream))
79 # define IS_CONSOLE(stdStream) isatty(fileno(stdStream))

Completed in 143 milliseconds