Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps.h270 #define isatty ___xxx_isatty macro
614 return isatty(fd); in unix_isatty()
616 #define isatty ___xxx_isatty macro
Dsysdeps_win32.cpp1311 #undef isatty in _get_console_handle()
1312 if (!isatty(fd)) { in _get_console_handle()
Dtest_device.py347 if not os.isatty(sys.stdin.fileno()):
/system/core/crash_reporter/
Dlist_proxies.cc282 if ((!quiet && isatty(STDERR_FILENO)) || verbose) in main()
/system/tools/aidl/
Daidl_language.cpp15 int isatty(int fd) in isatty() function
/system/core/toolbox/upstream-netbsd/usr.bin/grep/
Dgrep.c587 if (isatty(STDOUT_FILENO) && term != NULL && in main()