HomeSort by relevance Sort by last modified time
    Searched refs:isatty (Results 1 - 25 of 253) 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)) {
rm.c 40 if (!(dir && try->again) && ((or && isatty(0)) || (flags & FLAG_i))) {
  /frameworks/base/tools/aidl/
aidl_language.cpp 7 int isatty(int fd) function
  /external/linux-tools-perf/src/tools/perf/ui/
setup.c 11 if (use_browser < 2 && (!isatty(1) || dump_trace))
  /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))
  /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):
  /external/linux-tools-perf/src/tools/perf/util/
pager.c 51 if (!isatty(1))
86 if (isatty(2))
  /external/lldb/test/
progress.py 92 if hasattr(self.stdout, 'isatty') and self.stdout.isatty():
124 isatty = hasattr(self.stdout, 'isatty') and self.stdout.isatty()
125 if isatty:
135 if isatty:
  /external/e2fsprogs/include/nonunix/
unistd.h 31 #define isatty _isatty macro
  /libcore/luni/src/main/java/java/io/
FileDescriptor.java 71 if (Libcore.os.isatty(this)) {
Console.java 44 if (!Libcore.os.isatty(FileDescriptor.in) || !Libcore.os.isatty(FileDescriptor.out)) {
  /external/squashfs-tools/squashfs-tools/
progressbar.c 60 if(isatty(STDOUT_FILENO))
111 tty = isatty(STDOUT_FILENO);
186 if(isatty(STDOUT_FILENO))
  /external/toybox/toys/other/
login.c 156 if (!isatty(0) || !isatty(1) || !isatty(2)) error_exit("no tty");
mkpasswd.c 63 if (isatty(0)) {
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
makebuf.c 71 if (couldbetty && isatty(fp->_file))
  /external/lldb/tools/debugserver/source/
TTYState.cpp 34 if (fd >= 0 && ::isatty (fd))
  /bionic/libc/kernel/tools/
update_all.py 83 if sys.stdout.isatty():
  /external/e2fsprogs/e2fsck/
iscan.c 27 extern int isatty(int);
  /external/e2fsprogs/lib/et/
com_err.c 47 if (!isatty(fd))
  /external/libvpx/libvpx/
tools_common.h 38 #define isatty _isatty macro
  /external/toybox/toys/pending/
sulogin.c 92 if (!isatty(0)) error_exit("%s: it is not a tty", toys.optargs[0]);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
tools_common.h 43 #define isatty _isatty macro
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/
__init__.py 36 def isatty(self): member in class:_GdbFile

Completed in 1409 milliseconds

1 2 3 4 5 6 7 8 91011