Home | History | Annotate | Download | only in gtest

Lines Matching defs:IsATTY

382 // namespace (read, write, close, chdir, isatty, stat). We do not currently
2814 inline int IsATTY(int fd) { return isatty(fd); }
2821 inline int IsATTY(int /* fd */) { return 0; }
2823 inline int IsATTY(int fd) { return _isatty(fd); }
2849 inline int IsATTY(int fd) { return isatty(fd); }