Home
last modified time | relevance | path

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

/external/lz4/programs/
Dlz4cli.c75 # define IS_CONSOLE(stdStream) _isatty(_fileno(stdStream)) macro
79 # define IS_CONSOLE(stdStream) isatty(fileno(stdStream)) macro
Dlz4io.c75 # define IS_CONSOLE(stdStream) _isatty(_fileno(stdStream)) macro
79 # define IS_CONSOLE(stdStream) isatty(fileno(stdStream)) macro