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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/tools/aidl/
aidl_language.cpp 7 int isatty(int fd) function
  /external/e2fsprogs/include/nonunix/
unistd.h 31 #define isatty _isatty macro
  /external/linux-tools-perf/util/ui/
setup.c 22 if (!isatty(1) || !use_browser || dump_trace) {
  /external/linux-tools-perf/util/
pager.c 55 if (!isatty(1))
82 if (isatty(2))
color.c 150 stdout_is_tty = isatty(1);
178 if (isatty(1) || pager_in_use())
203 if (isatty(1) || pager_in_use())
  /external/bison/lib/
binary-io.h 61 # include <unistd.h> /* declares isatty() */
65 # define SET_BINARY(fd) ((void) (!isatty (fd) ? (set_binary_mode (fd, O_BINARY), 0) : 0))
unistd.in.h 87 They also declare access(), chmod(), close(), dup(), dup2(), isatty(),
    [all...]
  /bionic/libc/bionic/
isatty.c 34 isatty (int fd) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xw32defs.h 39 #define isatty _isatty macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 39 #define isatty _isatty macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 39 #define isatty _isatty macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xw32defs.h 48 #define isatty _isatty macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xw32defs.h 48 #define isatty _isatty macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/X11/
Xw32defs.h 48 #define isatty _isatty macro
  /bionic/libc/kernel/tools/
update_all.py 77 if sys.stdout.isatty():
  /external/e2fsprogs/e2fsck/
iscan.c 30 extern int isatty(int);
scantest.c 38 extern int isatty(int);
  /external/e2fsprogs/lib/et/
com_err.c 47 if (!isatty(fd))
  /libcore/luni/src/main/java/java/io/
Console.java 46 if (!Libcore.os.isatty(FileDescriptor.in) || !Libcore.os.isatty(FileDescriptor.out)) {
FileDescriptor.java 71 if (Libcore.os.isatty(this)) {
  /bionic/libc/stdio/
makebuf.c 72 if (couldbetty && isatty(fp->_file))
  /external/dropbear/
cli-authpasswd.c 41 return askpass_prog && !isatty(STDIN_FILENO) && getenv("DISPLAY");
  /external/skia/legacy/src/xml/
SkJS.cpp 43 int isatty(void* fd) { function
  /external/skia/src/xml/
SkJS.cpp 43 int isatty(void* fd) { function
  /external/llvm/lib/Support/Unix/
Process.inc 207 return isatty(fd);
209 // If we don't have isatty, just return false.

Completed in 460 milliseconds

1 2 3 4 5 6 7 8 91011>>