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

/external/e2fsprogs/include/nonunix/
H A Dunistd.h31 #define isatty _isatty macro
/external/libvpx/libvpx/
H A Dtools_common.h38 #define isatty _isatty macro
/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/lldb/test/pexpect-2.4/
H A Dpexpect.py683 def isatty (self): # File-like object. member in class:spawn
688 return os.isatty(self.child_fd)
/external/openssh/
H A Dchannels.h107 int isatty; /* rfd is a tty */ member in struct:Channel
/external/pcre/dist/
H A Dpcretest.c96 #ifndef isatty
97 #define isatty _isatty /* This is what Windows calls them, I'm told, */ macro
1887 if (isatty(fileno(f)))
/external/sqlite/dist/orig/
H A Dshell.c104 #define isatty(h) _isatty(h) macro
113 /* Make sure isatty() has a prototype.
115 extern int isatty(int);
129 /* Windows CE (arm-wince-mingw32ce-gcc) does not provide isatty()
133 #define isatty(x) 1 macro
4481 stdin_is_interactive = isatty(0);
/external/sqlite/dist/
H A Dshell.c110 #define isatty(h) _isatty(h) macro
119 /* Make sure isatty() has a prototype.
121 extern int isatty(int);
135 /* Windows CE (arm-wince-mingw32ce-gcc) does not provide isatty()
139 #define isatty(x) 1 macro
4503 stdin_is_interactive = isatty(0);

Completed in 441 milliseconds