Home
last modified time | relevance | path

Searched refs:isatty (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dtools_common.h43 #define isatty _isatty macro
Dvpxdec.c658 if (!outfile_pattern && isatty(fileno(stdout)) && !do_md5 && !noblit) { in main_loop()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h2814 inline int IsATTY(int fd) { return isatty(fd); }
2849 inline int IsATTY(int fd) { return isatty(fd); }