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

/external/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.cpp38 #define MY_isatty_fileno(x) _isatty(_fileno(x)) macro
40 #define MY_isatty_fileno(x) isatty(fileno(x)) macro
43 #define MY_IS_TERMINAL(x) (MY_isatty_fileno(x) != 0);

Completed in 95 milliseconds