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

/external/syslinux/com32/lib/sys/
H A Disatty.c29 * isatty.c
42 int isatty(int fd) function
/external/e2fsprogs/include/nonunix/
H A Dunistd.h31 #define isatty _isatty macro
/external/libvpx/libvpx/
H A Dtools_common.h48 #define isatty _isatty macro
/external/ImageMagick/MagickCore/
H A Dnt-base.h146 #if !defined(isatty)
147 # define isatty _isatty macro
/external/autotest/client/common_lib/
H A Dlogging_manager.py194 def isatty(self): member in class:LoggingFile
H A Dpexpect.py678 def isatty (self): # File-like object. member in class:spawn
683 return os.isatty(self.child_fd)
/external/bison/darwin-lib/
H A Dunistd.h88 They also declare access(), chmod(), close(), dup(), dup2(), isatty(),
1274 # undef isatty
1275 # define isatty rpl_isatty
1277 _GL_FUNCDECL_RPL (isatty, int, (int fd));
1278 _GL_CXXALIAS_RPL (isatty, int, (int fd));
1280 _GL_CXXALIAS_SYS (isatty, int, (int fd));
1282 _GL_CXXALIASWARN (isatty);
1284 # undef isatty macro
1286 _GL_WARN_ON_USE (isatty, "isatty ha
[all...]
/external/bison/linux-lib/
H A Dunistd.h88 They also declare access(), chmod(), close(), dup(), dup2(), isatty(),
1274 # undef isatty
1275 # define isatty rpl_isatty
1277 _GL_FUNCDECL_RPL (isatty, int, (int fd));
1278 _GL_CXXALIAS_RPL (isatty, int, (int fd));
1280 _GL_CXXALIAS_SYS (isatty, int, (int fd));
1282 _GL_CXXALIASWARN (isatty);
1284 # undef isatty macro
1286 _GL_WARN_ON_USE (isatty, "isatty ha
[all...]
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
H A Dserialutil.py217 def isatty(self): member in class:FileLike
/external/openssh/
H A Dchannels.h107 int isatty; /* rfd is a tty */ member in struct:Channel
/external/curl/src/
H A Dtool_cfgable.h231 bool isatty; /* Updated internally if output is a tty */ member in struct:GlobalConfig
/external/pcre/dist2/src/
H A Dpcre2test.c102 #define INTERACTIVE(f) isatty(fileno(f))
124 #ifndef isatty
125 #define isatty _isatty /* This is what Windows calls them, I'm told, */ macro
/external/sqlite/dist/orig/
H A Dshell.c104 # define isatty(h) _isatty(h) macro
113 /* Make sure isatty() has a prototype. */
114 extern int isatty(int);
127 /* Windows CE (arm-wince-mingw32ce-gcc) does not provide isatty()
131 #define isatty(x) 1 macro
7018 stdin_is_interactive = isatty(0);
7019 stdout_is_console = isatty(1);
/external/sqlite/dist/
H A Dshell.c110 # define isatty(h) _isatty(h) macro
119 /* Make sure isatty() has a prototype. */
120 extern int isatty(int);
133 /* Windows CE (arm-wince-mingw32ce-gcc) does not provide isatty()
137 #define isatty(x) 1 macro
7040 stdin_is_interactive = isatty(0);
7041 stdout_is_console = isatty(1);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 508 milliseconds