/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/ |
H A D | isatty.c | 8 int isatty(int fd) { function
|
/external/bison/lib/ |
H A D | 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))
|
H A D | unistd.in.h | 87 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/util/ui/ |
H A D | setup.c | 22 if (!isatty(1) || !use_browser || dump_trace) {
|
/external/linux-tools-perf/util/ |
H A D | pager.c | 55 if (!isatty(1)) 82 if (isatty(2))
|
H A D | color.c | 150 stdout_is_tty = isatty(1); 178 if (isatty(1) || pager_in_use()) 203 if (isatty(1) || pager_in_use())
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/ |
H A D | 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
|
H A D | metered_stream.py | 59 self._isatty = self._stream.isatty()
|
/external/chromium_org/third_party/ots/test/ |
H A D | ot-sanitise.cc | 39 if (::isatty(1)) return Usage(argv[0]);
|
/external/e2fsprogs/include/nonunix/ |
H A D | unistd.h | 31 #define isatty _isatty macro
|
/external/libvpx/libvpx/ |
H A D | tools_common.h | 34 #define isatty _isatty macro
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
H A D | sunos4.h | 121 extern int isatty(int fildes);
|
/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_posix_libcdep.cc | 89 return isatty(fd);
|
/external/dropbear/ |
H A D | cli-authpasswd.c | 41 return askpass_prog && !isatty(STDIN_FILENO) && getenv("DISPLAY");
|
/external/e2fsprogs/lib/et/ |
H A D | com_err.c | 47 if (!isatty(fd))
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/ |
H A D | kernel_proxy_mock.h | 36 MOCK_METHOD1(isatty, int(int));
|
H A D | kernel_wrap_test.cc | 205 TEST_F(KernelWrapTest, isatty) { 206 EXPECT_CALL(mock, isatty(678)).Times(1); 207 isatty(678);
|
/external/e2fsprogs/e2fsck/ |
H A D | iscan.c | 30 extern int isatty(int);
|
H A D | scantest.c | 38 extern int isatty(int);
|
/external/bison/darwin-lib/ |
H A D | unistd.h | 88 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 D | unistd.h | 88 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/chromium_org/chrome/browser/diagnostics/ |
H A D | diagnostics_writer.cc | 145 use_color_ = isatty(STDOUT_FILENO);
|
/external/chromium_org/media/tools/layout_tests/ |
H A D | layouttests.py | 172 if sys.stdout.isatty():
|
/external/chromium_org/third_party/skia/src/xml/ |
H A D | SkJS.cpp | 43 int isatty(void* fd) { function
|
/external/libpcap/lbl/ |
H A D | os-sunos4.h | 114 int isatty(int);
|