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

/openjdk10/test/fmw/gtest/include/gtest/internal/
H A Dgtest-port.h1708 inline int IsATTY(int fd) { return isatty(fd); } function in namespace:testing::internal::posix
1715 inline int IsATTY(int /* fd */) { return 0; } function in namespace:testing::internal::posix
1717 inline int IsATTY(int fd) { return _isatty(fd); } function in namespace:testing::internal::posix

Completed in 37 milliseconds