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

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2306 inline int IsATTY(int fd) { return isatty(fd); } function in namespace:testing::internal::posix
2313 inline int IsATTY(int /* fd */) { return 0; } function in namespace:testing::internal::posix
2315 inline int IsATTY(int fd) { return _isatty(fd); } function in namespace:testing::internal::posix

Completed in 16 milliseconds