Home
last modified time | relevance | path

Searched refs:_isatty (Results 1 – 25 of 25) 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/boost/tools/quickbook/src/
Dstream.cpp33 if (_isatty(_fileno(stdout))) _setmode(_fileno(stdout), _O_U16TEXT); in initialise_output()
34 if (_isatty(_fileno(stderr))) _setmode(_fileno(stderr), _O_U16TEXT); in initialise_output()
/third_party/musl/porting/liteos_a_newlib/kernel/src/
Dother_adapt.c34 int _isatty(int file) in _isatty() function
/third_party/e2fsprogs/include/nonunix/
Dunistd.h31 #define isatty _isatty
/third_party/benchmark/src/
Dcolorprint.cc162 return 0 != _isatty(_fileno(stdout)); in IsColorTerminal()
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dcolorprint.cc162 return 0 != _isatty(_fileno(stdout)); in IsColorTerminal()
/third_party/gstreamer/gstplugins_bad/tests/examples/d3d11/
Dd3d11videosink-kb.c113 if (!_isatty (fd)) { in gst_d3d11_video_sink_kb_set_key_handler()
/third_party/gstreamer/gstreamer/tests/validate/
Dgst-tester.c46 #define isatty _isatty
/third_party/boost/boost/interprocess/detail/
Dfile_locking_helpers.hpp133 if(_isatty(fd)) in is_normal_file()
/third_party/gstreamer/gstplugins_base/tools/
Dgst-play-kb.c224 if (!_isatty (fd)) { in gst_play_kb_set_key_handler()
/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.c219 return _isatty(_fileno(stdin)); in is_stdin_tty()
/third_party/skia/third_party/externals/brotli/c/tools/
Dbrotli.c47 #define isatty _isatty
/third_party/gstreamer/gstreamer/tools/
Dgst-launch.c45 #define isatty _isatty
Dgst-inspect.c2183 if (!_isatty (fd) || !g_log_writer_supports_color (fd)) in main()
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h1975 inline int IsATTY(int fd) { return _isatty(fd); }
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-port.h1999 inline int DoIsATTY(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.c129 #define isatty _isatty /* This is what Windows calls them, I'm told, */
/third_party/glib/glib/
Dgmessages.c2124 if (_isatty (output_fd)) in g_log_writer_supports_color()
/third_party/python/Lib/test/
Dtest_io.py2151 self._isatty = isatty
2154 return self._isatty
/third_party/mesa3d/
Dmeson.build1871 # windows compatibility (uses <io.h> instead of <unistd.h> and _isatty,
/third_party/cef/tools/distrib/gtest/
Dgtest.h2253 inline int DoIsATTY(int fd) { return _isatty(fd); }
/third_party/sqlite/src/
Dshell.c175 # define isatty(h) _isatty(h)
/third_party/gstreamer/gstplugins_base/
DChangeLog11601 _isatty() is in the io.h header