Searched refs:isatty (Results 1 - 6 of 6) sorted by relevance

/system/core/adb/
H A Dsysdeps.h261 // Standard Windows isatty() returns 1 for both console FDs and character
270 #define isatty ___xxx_isatty macro
614 return isatty(fd);
616 #define isatty ___xxx_isatty
H A Dsysdeps_win32.cpp1308 // First check isatty(); this is very fast and eliminates most non-console
1310 #pragma push_macro("isatty")
1311 #undef isatty macro
1312 if (!isatty(fd)) {
1315 #pragma pop_macro("isatty")
H A Dtest_device.py347 if not os.isatty(sys.stdin.fileno()):
/system/core/crash_reporter/
H A Dlist_proxies.cc18 #include <unistd.h> // for isatty()
282 if ((!quiet && isatty(STDERR_FILENO)) || verbose)
/system/tools/aidl/
H A Daidl_language.cpp15 int isatty(int fd) function
/system/core/toolbox/upstream-netbsd/usr.bin/grep/
H A Dgrep.c587 if (isatty(STDOUT_FILENO) && term != NULL &&

Completed in 1560 milliseconds