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

123

/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/e2fsprogs/include/nonunix/
H A Dunistd.h31 #define isatty _isatty macro
/external/dropbear/
H A Dcli-authpasswd.c41 return askpass_prog && !isatty(STDIN_FILENO) && getenv("DISPLAY");
/external/e2fsprogs/e2fsck/
H A Discan.c30 extern int isatty(int);
H A Dscantest.c38 extern int isatty(int);
/external/libpcap/lbl/
H A Dos-sunos4.h114 int isatty(int);
/external/openssh/
H A Dchannels.h102 int isatty; /* rfd is a tty */ member in struct:Channel
H A Dreadpass.c128 if (!isatty(STDIN_FILENO)) {
H A Dserverloop.c432 } else if ((!isatty(fdout) && len <= 0) ||
433 (isatty(fdout) && (len < 0 || (len == 0 && errno != 0)))) {
451 } else if ((!isatty(fderr) && len <= 0) ||
452 (isatty(fderr) && (len < 0 || (len == 0 && errno != 0)))) {
589 if (!(datafellows & SSH_BUG_IGNOREMSG) && isatty(fdin))
H A Dclientloop.c1405 if (!isatty(fileno(stdin)))
1407 if (!isatty(fileno(stdout)))
1409 if (!isatty(fileno(stderr)))
1587 if (!isatty(fileno(stdin)))
1589 if (!isatty(fileno(stdout)))
1591 if (!isatty(fileno(stderr)))
H A Dssh.c679 if ((!isatty(fileno(stdin)) || stdin_null_flag) &&
1378 if (!isatty(in))
1380 if (!isatty(out))
1382 if (!isatty(err))
/external/skia/src/xml/
H A DSkJS.cpp43 int isatty(void* fd) { function
/external/tcpdump/lbl/
H A Dos-sunos4.h114 int isatty(int);
/external/liblzf/
H A Dlzf.c512 if ((mode == uncompress || mode == lzcat) && isatty (0))
517 if (mode == compress && isatty (1))
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h844 inline int IsATTY(int fd) { return isatty(fd); }
879 inline int IsATTY(int fd) { return isatty(fd); }
/external/chromium/chrome/browser/diagnostics/
H A Ddiagnostics_main.cc144 use_color_ = isatty(STDOUT_FILENO);
/external/e2fsprogs/debugfs/
H A Dutil.c85 if (!isatty(1))
/external/llvm/utils/lit/lit/
H A DProgressBar.py98 if not term_stream.isatty(): return
/external/qemu/
H A Dcurses.c343 if (!isatty(1)) {
/external/mksh/src/
H A Dmain.c455 if (isatty(0) && isatty(2)) {
457 /* The following only if isatty(0) */
993 if (isatty(3)) {
1008 if (isatty(0))
1010 else if (isatty(2))
/external/webkit/Tools/android/flex-2.5.4a/
H A Dflex.skl1182 extern int isatty YY_PROTO(( int ));
1195 extern "C" int isatty YY_PROTO(( int ));
1212 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
/external/bzip2/
H A Dbzip2.c1230 if ( isatty ( fileno ( stdout ) ) ) {
1244 if ( isatty ( fileno ( stdout ) ) ) {
1416 if ( isatty ( fileno ( stdin ) ) ) {
1557 if ( isatty ( fileno ( stdin ) ) ) {
/external/chromium/testing/gmock/scripts/
H A Dgmock_doctor.py575 if sys.stdin.isatty():

Completed in 2545 milliseconds

123