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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/bionic/
isatty.c 34 isatty (int fd) function
  /external/toybox/toys/posix/
nohup.c 25 if (isatty(1)) {
37 if (isatty(0)) {
  /external/python/cpython2/RISCOS/
unixstuff.h 1 /* Fudge unix isatty and fileno for RISCOS */
7 int isatty(int fn);
  /external/syslinux/com32/lib/sys/
isatty.c 29 * isatty.c
42 int isatty(int fd) function
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
warn3.d 7 #warning: warning: isatty is not implemented and will always fail$
warn4.d 7 #warning: warning: isatty is not implemented and will always fail$
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_openpty.py 13 if not os.isatty(slave):
  /external/lisa/libs/utils/
colors.py 35 if not sys.stdout.isatty():
  /external/ltp/lib/
tst_ansi_color.c 70 if (isatty(fd) == 0)
  /external/python/cpython2/Lib/test/
test_openpty.py 15 if not os.isatty(slave):
  /external/python/cpython3/Lib/test/
test_openpty.py 14 if not os.isatty(slave):
  /external/syslinux/com32/include/
unistd.h 21 __extern int isatty(int);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_openpty.py 13 if not os.isatty(slave):
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_openpty.py 13 if not os.isatty(slave):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_openpty.py 13 if not os.isatty(slave):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_openpty.py 13 if not os.isatty(slave):
  /toolchain/binutils/binutils-2.27/include/
binary-io.h 47 # include <unistd.h> /* declares isatty() */
51 # define SET_BINARY(fd) (!isatty (fd) ? (setmode (fd, O_BINARY), 0) : 0)
  /libcore/ojluni/src/main/native/
Console_md.c 42 return isatty(fileno(stdin)) && isatty(fileno(stdout));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
frozenmain.c 60 if (inspect && isatty((int)fileno(stdin)))
  /external/e2fsprogs/include/nonunix/
unistd.h 31 #define isatty _isatty macro
  /external/python/cpython2/Python/
frozenmain.c 61 if (inspect && isatty((int)fileno(stdin)))
  /external/squashfs-tools/squashfs-tools/
progressbar.c 60 if(isatty(STDOUT_FILENO))
111 tty = isatty(STDOUT_FILENO);
186 if(isatty(STDOUT_FILENO))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
myreadline.c 204 if (!isatty (fileno (sys_stdin)) || !isatty (fileno (sys_stdout)))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
myreadline.c 207 if (!isatty (fileno (sys_stdin)) || !isatty (fileno (sys_stdout)))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
bkfile.py 20 self.isatty = self.__file.isatty

Completed in 1793 milliseconds

1 2 3 4 5 6 7 8 91011>>