HomeSort by: relevance | last modified time | path
    Searched refs:IsATTY (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 329 // namespace (read, write, close, chdir, isatty, stat). We do not currently
1966 inline int IsATTY(int fd) { return isatty(fd); }
1973 inline int IsATTY(int /* fd */) { return 0; }
1975 inline int IsATTY(int fd) { return _isatty(fd); }
2001 inline int IsATTY(int fd) { return isatty(fd); }
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc 3039 ShouldUseColor(posix::IsATTY(posix::FileNo(stdout)) != 0);

Completed in 19 milliseconds