HomeSort by relevance Sort by last modified time
    Searched full:isatty (Results 401 - 425 of 669) sorted by null

<<11121314151617181920>>

  /external/mksh/src/
funcs.c     [all...]
  /external/selinux/policycoreutils/secon/
secon.c 330 && !isatty(STDIN_FILENO))
  /external/skia/
PRESUBMIT.py 225 os.isatty(sys.stdout.fileno())):
  /external/toybox/toys/posix/
ls.c 530 if (!isatty(1)) {
  /frameworks/compile/mclinker/include/mcld/Config/
Config.h.cmake 198 /* Define to 1 if you have the `isatty' function. */
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.c 587 if (isatty(STDOUT_FILENO) && term != NULL &&
  /external/sqlite/dist/orig/
shell.c 104 # define isatty(h) _isatty(h) macro
113 /* Make sure isatty() has a prototype. */
114 extern int isatty(int);
127 /* Windows CE (arm-wince-mingw32ce-gcc) does not provide isatty()
131 #define isatty(x) 1 macro
    [all...]
  /external/sqlite/dist/
shell.c 110 # define isatty(h) _isatty(h) macro
119 /* Make sure isatty() has a prototype. */
120 extern int isatty(int);
133 /* Windows CE (arm-wince-mingw32ce-gcc) does not provide isatty()
137 #define isatty(x) 1 macro
    [all...]
  /external/e2fsprogs/e2fsck/
unix.c 758 if (isatty(0) && isatty(1)) {
    [all...]
  /external/iproute2/ip/
ipaddress.c 1232 if (isatty(STDOUT_FILENO)) {
1251 if (isatty(STDIN_FILENO)) {
    [all...]
iproute.c     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
PyShell.py 1075 def isatty(self): member in class:PyShell
1311 def isatty(self): member in class:PseudoFile
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
PyShell.py 1075 def isatty(self): member in class:PyShell
1311 def isatty(self): member in class:PseudoFile
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 1075 def isatty(self): member in class:PyShell
1311 def isatty(self): member in class:PseudoFile
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 1075 def isatty(self): member in class:PyShell
1311 def isatty(self): member in class:PseudoFile
    [all...]
  /external/libvpx/libvpx/
vpxdec.c 737 if (!outfile_pattern && isatty(fileno(stdout)) && !do_md5 && !noblit) {
    [all...]
  /external/llvm/lib/Support/
raw_ostream.cpp 638 if (S_ISCHR(statbuf.st_mode) && isatty(FD))
  /external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.cpp 42 #define MY_isatty_fileno(x) isatty(fileno(x))
    [all...]
  /external/ppp/pppd/
tty.c 423 if (!isatty(0) || (p = ttyname(0)) == NULL) {
    [all...]
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 507 if (isatty(fd)) {
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxdec.c 658 if (!outfile_pattern && isatty(fileno(stdout)) && !do_md5 && !noblit) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libcurses.so 
libncurses.so 
libncurses.so.5 
libncurses.so.5.7 

Completed in 2152 milliseconds

<<11121314151617181920>>