Home
last modified time | relevance | path

Searched refs:stdStream (Results 1 - 1 of 1) sorted by relevance

/third_party/lz4/programs/
H A Dplatform.h111 # define IS_CONSOLE(stdStream) isatty(fileno(stdStream))
114 # define IS_CONSOLE(stdStream) _isatty(_fileno(stdStream))
119 static __inline int IS_CONSOLE(FILE* stdStream) in IS_CONSOLE() argument
122 return _isatty(_fileno(stdStream)) && GetConsoleMode((HANDLE)_get_osfhandle(_fileno(stdStream)), &dummy); in IS_CONSOLE()
125 # define IS_CONSOLE(stdStream) 0

Completed in 1 milliseconds