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

/system/tools/aidl/
H A Daidl_language.cpp16 int isatty(int fd) function
/system/core/adb/
H A Dsysdeps.h161 // Standard Windows isatty() returns 1 for both console FDs and character
170 #define isatty ___xxx_isatty macro
493 return isatty(fd);
495 #define isatty ___xxx_isatty
H A Dsysdeps_win32.cpp1175 // First check isatty(); this is very fast and eliminates most non-console
1177 #pragma push_macro("isatty")
1178 #undef isatty macro
1179 if (!isatty(fd)) {
1182 #pragma pop_macro("isatty")

Completed in 94 milliseconds