Searched refs:isatty (Results 1 - 25 of 97) sorted by relevance

1234

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Disatty.c12 int isatty(int fd) { function
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
H A Dsetup.c11 if (use_browser < 2 && (!isatty(1) || dump_trace))
/external/bison/lib/
H A Dbinary-io.h61 # include <unistd.h> /* declares isatty() */
65 # define SET_BINARY(fd) ((void) (!isatty (fd) ? (set_binary_mode (fd, O_BINARY), 0) : 0))
H A Dunistd.in.h87 They also declare access(), chmod(), close(), dup(), dup2(), isatty(),
962 # undef isatty
963 # define isatty rpl_isatty
965 _GL_FUNCDECL_RPL (isatty, int, (int fd));
966 _GL_CXXALIAS_RPL (isatty, int, (int fd));
968 _GL_CXXALIAS_SYS (isatty, int, (int fd));
970 _GL_CXXALIASWARN (isatty);
972 # undef isatty
974 _GL_WARN_ON_USE (isatty, "isatty ha
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dpager.c49 if (!isatty(1))
80 if (isatty(2))
H A Dcolor.c151 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/
H A Dmetered_stream_unittest.py39 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/
H A Dprogress.py92 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/
H A Dot-sanitise.cc39 if (::isatty(1)) return Usage(argv[0]);
/external/e2fsprogs/include/nonunix/
H A Dunistd.h31 #define isatty _isatty macro
/external/lldb/tools/debugserver/source/
H A DTTYState.cpp34 if (fd >= 0 && ::isatty (fd))
/external/chromium_org/build/linux/
H A Dinstall-arm-sysroot.py86 if os.isatty(sys.stdout.fileno()):
/external/chromium_org/mojo/tools/
H A Dtest_runner.py62 if sys.stdout.isatty() and 'GTEST_COLOR' not in os.environ:
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A Dsunos4.h121 extern int isatty(int fildes);
/external/e2fsprogs/e2fsck/
H A Discan.c27 extern int isatty(int);
H A Dscantest.c35 extern int isatty(int);
/external/e2fsprogs/lib/et/
H A Dcom_err.c47 if (!isatty(fd))
/external/libvpx/libvpx/
H A Dtools_common.h43 #define isatty _isatty macro
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_wrap_newlib.cc73 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);
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dmock_kernel_proxy.h41 MOCK_METHOD1(isatty, int(int));
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dtools_common.h38 #define isatty _isatty macro
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cc92 return isatty(fd);
/external/mksh/src/
H A DBuild.sh345 int main(void) { return (isatty(0) +
403 int main(void) { return (isatty(0)); }
444 echo 'int main(void) { return (isatty(0)); }' >>x
1069 int main(void) { return (isatty(0)); }
1257 int main(void) { return (isatty(0)); }
1264 int main(void) { return (isatty(0)); }
1361 int main(void) { return (isatty(0)); }
1575 int main(int ac, char **av) { return (foo(av[ac - 1]) + isatty(0)); }
1588 __attribute__((__unused__))) { return (isatty(0)); }
1600 int main(void) { return (isatty(
[all...]
/external/bison/darwin-lib/
H A Dunistd.h88 They also declare access(), chmod(), close(), dup(), dup2(), isatty(),
1274 # undef isatty
1275 # define isatty rpl_isatty
1277 _GL_FUNCDECL_RPL (isatty, int, (int fd));
1278 _GL_CXXALIAS_RPL (isatty, int, (int fd));
1280 _GL_CXXALIAS_SYS (isatty, int, (int fd));
1282 _GL_CXXALIASWARN (isatty);
1284 # undef isatty macro
1286 _GL_WARN_ON_USE (isatty, "isatty ha
[all...]
/external/bison/linux-lib/
H A Dunistd.h88 They also declare access(), chmod(), close(), dup(), dup2(), isatty(),
1274 # undef isatty
1275 # define isatty rpl_isatty
1277 _GL_FUNCDECL_RPL (isatty, int, (int fd));
1278 _GL_CXXALIAS_RPL (isatty, int, (int fd));
1280 _GL_CXXALIAS_SYS (isatty, int, (int fd));
1282 _GL_CXXALIASWARN (isatty);
1284 # undef isatty macro
1286 _GL_WARN_ON_USE (isatty, "isatty ha
[all...]

Completed in 589 milliseconds

1234