HomeSort by relevance Sort by last modified time
    Searched refs:isatty (Results 226 - 250 of 356) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libgsm/src/
toast.c 304 if (!isatty(fileno(stderr))) return 0; /* NO, don't replace */
  /external/libpng/contrib/gregbook/
wpng.c 110 # include <io.h> /* for isatty(), setmode() prototypes */
126 # include <unistd.h> /* for isatty() prototype */
302 if (isatty(0)) {
  /external/llvm/lib/Support/
raw_ostream.cpp 653 if (S_ISCHR(statbuf.st_mode) && isatty(FD))
  /external/mksh/src/
funcs.c     [all...]
  /external/nos/test/system-test-harness/src/
util.cc 435 if (!isatty(tty_fd)) {
  /external/python/cpython2/Lib/
rexec.py 34 ok_file_methods = ('fileno', 'flush', 'isatty', 'read', 'readline',
560 if fp.isatty():
  /external/python/cpython2/Lib/test/
test_curses.py 45 if not sys.__stdout__.isatty():
test_io.py 1569 def isatty(self): member in class:BufferedRWPairTest.test_isatty.SelectableIsAtty
    [all...]
test_memoryio.py 328 self.assertEqual(memio.isatty(), False)
334 self.assertRaises(ValueError, memio.isatty)
  /external/python/cpython2/Modules/
readline.c 968 if (!isatty(STDOUT_FILENO)) {
    [all...]
  /external/python/cpython3/Lib/idlelib/
run.py 331 def isatty(self): member in class:PseudoFile
  /external/python/cpython3/Lib/test/
test_curses.py 47 if not sys.__stdout__.isatty():
  /external/python/cpython3/Modules/_io/
fileio.c 1094 _io.FileIO.isatty
1109 res = isatty(self->fd);
    [all...]
  /external/python/cpython3/Modules/
main.c 736 isatty(fileno(stdin)) &&
  /external/selinux/policycoreutils/secon/
secon.c 330 && !isatty(STDIN_FILENO))
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
raw_ostream.cpp 632 if (S_ISCHR(statbuf.st_mode) && isatty(FD))
  /external/toybox/toys/posix/
ls.c 548 if (isatty(1)) {
  /libcore/luni/src/main/java/libcore/io/
Linux.java 112 public native boolean isatty(FileDescriptor fd); method in class:Linux
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
unistd.h 802 extern int isatty (int __fd) __THROW;
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
rexec.py 34 ok_file_methods = ('fileno', 'flush', 'isatty', 'read', 'readline',
560 if fp.isatty():
  /prebuilts/gdb/linux-x86/lib/python2.7/
rexec.py 34 ok_file_methods = ('fileno', 'flush', 'isatty', 'read', 'readline',
560 if fp.isatty():
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
rexec.py 34 ok_file_methods = ('fileno', 'flush', 'isatty', 'read', 'readline',
560 if fp.isatty():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
rexec.py 34 ok_file_methods = ('fileno', 'flush', 'isatty', 'read', 'readline',
560 if fp.isatty():
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_memoryio.py 328 self.assertEqual(memio.isatty(), False)
334 self.assertRaises(ValueError, memio.isatty)
  /external/autotest/client/common_lib/
pexpect.py 678 def isatty (self): # File-like object. member in class:spawn
683 return os.isatty(self.child_fd)
    [all...]

Completed in 1680 milliseconds

1 2 3 4 5 6 7 8 91011>>