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

/system/tools/aidl/
H A Daidl_language.cpp15 int isatty(int fd) function
/system/core/adb/
H A Dsysdeps.h261 // Standard Windows isatty() returns 1 for both console FDs and character
270 #define isatty ___xxx_isatty macro
635 return isatty(fd);
637 #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")

Completed in 77 milliseconds