Home
last modified time | relevance | path

Searched refs:_isatty (Results 1 – 15 of 15) sorted by relevance

/third_party/lz4/programs/
Dplatform.h114 # define IS_CONSOLE(stdStream) _isatty(_fileno(stdStream))
122 …return _isatty(_fileno(stdStream)) && GetConsoleMode((HANDLE)_get_osfhandle(_fileno(stdStream)), &…
/third_party/musl/porting/liteos_a_newlib/kernel/src/
Dother_adapt.c34 int _isatty(int file) in _isatty() function
/third_party/benchmark/src/
Dcolorprint.cc162 return 0 != _isatty(_fileno(stdout)); in IsColorTerminal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Draw_ostream.cpp550 bool ShouldWriteInChunks = !!::_isatty(FD) && !RunningWindows8OrGreater(); in write_impl()
/third_party/pcre2/pcre2/maint/
Ducptest.c295 return _isatty(_fileno(stdin)); in is_stdin_tty()
/third_party/skia/third_party/externals/brotli/c/tools/
Dbrotli.c47 #define isatty _isatty
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h1975 inline int IsATTY(int fd) { return _isatty(fd); }
/third_party/pcre2/pcre2/src/
Dpcre2grep.c1070 return _isatty(_fileno(stdout)); in is_stdout_tty()
1076 return _isatty(_fileno(f)); in is_file_tty()
Dpcre2test.c132 #define isatty _isatty /* This is what Windows calls them, I'm told, */
/third_party/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.cpp71 _isatty(_fileno(x)) in MY_IS_TERMINAL()
/third_party/node/deps/googletest/include/gtest/internal/
Dgtest-port.h2067 inline int DoIsATTY(int fd) { return _isatty(fd); }
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-port.h2041 inline int DoIsATTY(int fd) { return _isatty(fd); }
/third_party/python/Lib/test/
Dtest_io.py2151 self._isatty = isatty
2154 return self._isatty
/third_party/mesa3d/
Dmeson.build1970 # windows compatibility (uses <io.h> instead of <unistd.h> and _isatty,
/third_party/sqlite/src/
Dshell.c194 # define isatty(h) _isatty(h)