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

1234

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Disatty.c8 int isatty(int fd) { function
/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/util/ui/
H A Dsetup.c22 if (!isatty(1) || !use_browser || dump_trace) {
/external/linux-tools-perf/util/
H A Dpager.c55 if (!isatty(1))
82 if (isatty(2))
H A Dcolor.c150 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 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
H A Dmetered_stream.py59 self._isatty = self._stream.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/libvpx/libvpx/
H A Dtools_common.h34 #define isatty _isatty macro
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A Dsunos4.h121 extern int isatty(int fildes);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cc89 return isatty(fd);
/external/dropbear/
H A Dcli-authpasswd.c41 return askpass_prog && !isatty(STDIN_FILENO) && getenv("DISPLAY");
/external/e2fsprogs/lib/et/
H A Dcom_err.c47 if (!isatty(fd))
/external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
H A Dkernel_proxy_mock.h36 MOCK_METHOD1(isatty, int(int));
H A Dkernel_wrap_test.cc205 TEST_F(KernelWrapTest, isatty) {
206 EXPECT_CALL(mock, isatty(678)).Times(1);
207 isatty(678);
/external/e2fsprogs/e2fsck/
H A Discan.c30 extern int isatty(int);
H A Dscantest.c38 extern int isatty(int);
/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...]
/external/chromium_org/chrome/browser/diagnostics/
H A Ddiagnostics_writer.cc145 use_color_ = isatty(STDOUT_FILENO);
/external/chromium_org/media/tools/layout_tests/
H A Dlayouttests.py172 if sys.stdout.isatty():
/external/chromium_org/third_party/skia/src/xml/
H A DSkJS.cpp43 int isatty(void* fd) { function
/external/libpcap/lbl/
H A Dos-sunos4.h114 int isatty(int);

Completed in 1769 milliseconds

1234