Home
last modified time | relevance | path

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

12

/external/lz4/programs/
Dplatform.h113 # define IS_CONSOLE(stdStream) _isatty(_fileno(stdStream))
121 …return _isatty(_fileno(stdStream)) && GetConsoleMode((HANDLE)_get_osfhandle(_fileno(stdStream)), &…
/external/zstd/programs/
Dplatform.h138 # define IS_CONSOLE(stdStream) _isatty(_fileno(stdStream))
145 …return _isatty(_fileno(stdStream)) && GetConsoleMode((HANDLE)_get_osfhandle(_fileno(stdStream)), &…
/external/e2fsprogs/include/nonunix/
Dunistd.h31 #define isatty _isatty
/external/libaom/libaom/common/
Dtools_common.h53 #define isatty _isatty
/external/llvm-project/llvm/utils/benchmark/src/
Dcolorprint.cc162 return 0 != _isatty(_fileno(stdout)); in IsColorTerminal()
/external/libcxx/utils/google-benchmark/src/
Dcolorprint.cc162 return 0 != _isatty(_fileno(stdout)); in IsColorTerminal()
/external/google-benchmark/src/
Dcolorprint.cc162 return 0 != _isatty(_fileno(stdout)); in IsColorTerminal()
/external/llvm-project/libcxx/utils/google-benchmark/src/
Dcolorprint.cc162 return 0 != _isatty(_fileno(stdout)); in IsColorTerminal()
/external/libvpx/libvpx/
Dtools_common.h49 #define isatty _isatty
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/
Dsyscalls.c179 int _isatty(int32_t file) in _isatty() function
/external/ImageMagick/MagickCore/
Dnt-base.h154 # define isatty _isatty
/external/bc/include/
Dbcl.h161 #define isatty _isatty
/external/libsrtp2/test/
Dcutest.h584 test_colorize__ = _isatty(_fileno(stdout)); in main()
/external/lua/src/
Dlua.c375 #define lua_stdin_is_tty() _isatty(_fileno(stdin))
/external/tensorflow/tensorflow/compiler/xla/tools/
Dinteractive_graphviz.cc53 #define isatty _isatty
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Draw_ostream.cpp550 bool ShouldWriteInChunks = !!::_isatty(FD) && !RunningWindows8OrGreater(); in write_impl()
/external/llvm/lib/Support/
Draw_ostream.cpp577 bool ShouldWriteInChunks = !!::_isatty(FD) && !RunningWindows8OrGreater(); in write_impl()
/external/llvm-project/lldb/source/Host/common/
DFile.cpp165 if (_isatty(fd)) { in CalculateInteractiveAndTerminal()
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h1577 inline int IsATTY(int fd) { return _isatty(fd); }
/external/brotli/c/tools/
Dbrotli.c47 #define isatty _isatty
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h1975 inline int IsATTY(int fd) { return _isatty(fd); }
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/
Dgtest-port.h2036 inline int IsATTY(int fd) { return _isatty(fd); }
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-port.h1950 inline int IsATTY(int fd) { return _isatty(fd); }
/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.cpp54 #define MY_isatty_fileno(x) _isatty(_fileno(x))
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h2324 inline int IsATTY(int fd) { return _isatty(fd); }

12