/external/libvpx/libvpx/ |
tools_common.h | 38 #define isatty _isatty macro
|
/external/mksh/src/ |
Build.sh | 351 int main(void) { return (isatty(0) + 409 int main(void) { return (isatty(0)); } 450 echo 'int main(void) { return (isatty(0)); }' >>x 1088 int main(void) { return (isatty(0)); } 1277 int main(void) { return (isatty(0)); } 1284 int main(void) { return (isatty(0)); } 1381 int main(void) { return (isatty(0)); } [all...] |
/external/toybox/toys/pending/ |
more.c | 79 if (!isatty(STDOUT_FILENO) || !(cin = fopen("/dev/tty", "r"))) {
|
/external/toybox/toys/posix/ |
rm.c | 40 if (!(dir && try->again) && ((or && isatty(0)) || (flags & FLAG_i))) {
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
tools_common.h | 43 #define isatty _isatty macro
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/ |
__init__.py | 36 def isatty(self): member in class:_GdbFile
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/ |
__init__.py | 36 def isatty(self): member in class:_GdbFile
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/ |
libncurses.so.5 | |
libncurses.so.5.9 | |
/external/bison/lib/ |
unistd.in.h | 87 They also declare access(), chmod(), close(), dup(), dup2(), isatty(), [all...] |
/external/ImageMagick/MagickCore/ |
nt-base.h | 146 #if !defined(isatty) 147 # define isatty _isatty macro
|
/external/toybox/kconfig/ |
conf.c | 506 valid_stdin = isatty(0) && isatty(1) && isatty(2);
|
/external/selinux/policycoreutils/run_init/ |
open_init_pty.c | 236 if (isatty(STDIN_FILENO)) { 284 if (isatty(STDIN_FILENO)) {
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_file.py | 91 self.assertTrue(not f.isatty()) 102 ('isatty', ()),
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_file.py | 91 self.assertTrue(not f.isatty()) 102 ('isatty', ()),
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_file.py | 91 self.assertTrue(not f.isatty()) 102 ('isatty', ()),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_file.py | 91 self.assertTrue(not f.isatty()) 102 ('isatty', ()),
|
/system/core/crash_reporter/ |
list_proxies.cc | 18 #include <unistd.h> // for isatty() 282 if ((!quiet && isatty(STDERR_FILENO)) || verbose)
|
/external/bison/darwin-lib/ |
unistd.h | 88 They also declare access(), chmod(), close(), dup(), dup2(), isatty(), 1284 # undef isatty macro [all...] |
/external/bison/linux-lib/ |
unistd.h | 88 They also declare access(), chmod(), close(), dup(), dup2(), isatty(), 1284 # undef isatty macro [all...] |
/bionic/libc/bionic/ |
pty.cpp | 94 if (!isatty(fd)) {
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
setvbuf.c | 82 * a `tty flag' to suggest that we check isatty(fd), but we do not
|
/development/ndk/platforms/android-12/arch-arm/symbols/ |
libc.so.functions.txt | 364 isatty
|
/development/ndk/platforms/android-12/arch-mips/symbols/ |
libc.so.functions.txt | 347 isatty
|
/development/ndk/platforms/android-12/arch-x86/symbols/ |
libc.so.functions.txt | 344 isatty
|