Searched
full:isatty (Results
301 -
325 of
669) sorted by null
<<11121314151617181920>>
/external/mksh/src/ |
main.c | 192 if (!isatty(i)) 485 if (isatty(0) && isatty(2)) { 487 /* The following only if isatty(0) */ 1121 if (isatty(3)) { 1140 if (isatty((fd = 0)) || isatty((fd = 2))) [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/ |
gtest-port.h.orig | 286 // namespace (read, write, close, chdir, isatty, stat). We do not currently [all...] |
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
gtest-port.h | 286 // namespace (read, write, close, chdir, isatty, stat). We do not currently [all...] |
/external/curl/src/ |
tool_operate.c | 208 /* Save the values of noprogress and isatty to restore them later on */ 210 bool orig_isatty = global->isatty; 734 isatty(fileno(outs.stream))) 737 global->noprogress = global->isatty = TRUE; 742 global->isatty = orig_isatty; [all...] |
/external/libpng/contrib/gregbook/ |
wpng.c | 109 # include <io.h> /* for isatty(), setmode() prototypes */ 125 # include <unistd.h> /* for isatty() prototype */ 301 if (isatty(0)) {
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_file2k.py | 108 self.assertTrue(not f.isatty()) 116 methods = ['fileno', 'flush', 'isatty', 'next', 'read', 'readinto', 547 self.f.isatty()
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_file2k.py | 108 self.assertTrue(not f.isatty()) 116 methods = ['fileno', 'flush', 'isatty', 'next', 'read', 'readinto', 547 self.f.isatty()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_file2k.py | 108 self.assertTrue(not f.isatty()) 116 methods = ['fileno', 'flush', 'isatty', 'next', 'read', 'readinto', 547 self.f.isatty()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_file2k.py | 108 self.assertTrue(not f.isatty()) 116 methods = ['fileno', 'flush', 'isatty', 'next', 'read', 'readinto', 547 self.f.isatty()
|
/bionic/libc/ |
libc.mips.brillo.map | 533 isatty;
|
libc.x86.brillo.map | 531 isatty;
|
/development/ndk/platforms/android-21/arch-arm/symbols/ |
libc.so.versions.txt | 497 isatty;
|
/development/ndk/platforms/android-21/arch-mips/symbols/ |
libc.so.versions.txt | 495 isatty;
|
/development/ndk/platforms/android-21/arch-x86/symbols/ |
libc.so.versions.txt | 493 isatty;
|
/development/ndk/platforms/android-23/arch-arm/symbols/ |
libc.so.versions.txt | 535 isatty;
|
/development/ndk/platforms/android-23/arch-mips/symbols/ |
libc.so.versions.txt | 533 isatty;
|
/development/ndk/platforms/android-23/arch-x86/symbols/ |
libc.so.versions.txt | 531 isatty;
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_posix_libcdep.cc | 136 return isatty(fd) != 0;
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
sancov.py | 90 if sys.stdout.isatty():
|
/external/e2fsprogs/debugfs/ |
util.c | 86 if (!isatty(1))
|
/external/harfbuzz_ng/util/ |
options.hh | 44 #include <unistd.h> /* for isatty() */
|
/external/opencv3/modules/ts/misc/ |
color.py | 380 if stream.isatty():
|
/external/toybox/toys/pending/ |
getty.c | 136 if (!isatty(0)) perror_exit("/dev/%s: not a tty", TT.tty_name);
|
sh.c | 371 if (isatty(0)) toys.optflags |= FLAG_i;
|
/libcore/luni/src/main/java/libcore/io/ |
Os.java | 96 public boolean isatty(FileDescriptor fd); method in interface:Os
|
Completed in 2517 milliseconds
<<11121314151617181920>>