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

1 2 3 4

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
isatty.c 12 int isatty(int fd) { function
  /bionic/libc/bionic/
isatty.c 34 isatty (int fd) function
pty.cpp 85 if (!isatty(fd)) {
  /external/linux-tools-perf/perf-3.12.0/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))
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
pager.c 49 if (!isatty(1))
80 if (isatty(2))
color.c 151 stdout_is_tty = isatty(1);
179 if (isatty(1) || pager_in_use())
204 if (isatty(fileno(fp)) || pager_in_use())
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
metered_stream_unittest.py 39 isatty = False variable in class:RegularTest
44 self.stream.isatty = lambda: self.isatty
112 isatty = True variable in class:TtyTest
128 isatty = False variable in class:VerboseTest
  /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/chromium_org/third_party/ots/test/
ot-sanitise.cc 39 if (::isatty(1)) return Usage(argv[0]);
  /external/e2fsprogs/include/nonunix/
unistd.h 31 #define isatty _isatty macro
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
makebuf.c 72 if (couldbetty && isatty(fp->_file))
  /external/lldb/tools/debugserver/source/
TTYState.cpp 34 if (fd >= 0 && ::isatty (fd))
  /external/chromium_org/build/linux/
install-arm-sysroot.py 86 if os.isatty(sys.stdout.fileno()):
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
sunos4.h 121 extern int isatty(int fildes);
  /external/e2fsprogs/e2fsck/
iscan.c 27 extern int isatty(int);
scantest.c 35 extern int isatty(int);
  /external/e2fsprogs/lib/et/
com_err.c 47 if (!isatty(fd))
  /external/libvpx/libvpx/
tools_common.h 43 #define isatty _isatty macro
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_newlib.cc 73 OP(dev_fdio, isatty); \
161 int WRAP(isatty)(int fd, int* result) {
297 CHECK_REAL(isatty);
298 // The real isatty function can be NULL (for example if we are running
300 if (REAL(isatty) == NULL) {
304 return REAL(isatty)(fd, result);
  /bionic/libc/kernel/tools/
update_all.py 88 if sys.stdout.isatty():
  /external/chromium_org/mojo/tools/
test_runner.py 62 if sys.stdout.isatty() and 'GTEST_COLOR' not in os.environ:
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
mock_kernel_proxy.h 41 MOCK_METHOD1(isatty, int(int));
  /external/chromium_org/third_party/libvpx/source/libvpx/
tools_common.h 38 #define isatty _isatty macro
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix_libcdep.cc 92 return isatty(fd);

Completed in 500 milliseconds

1 2 3 4