Home
last modified time | relevance | path

Searched refs:isatty (Results 1 – 25 of 54) sorted by relevance

123

/external/e2fsprogs/include/nonunix/
Dunistd.h31 #define isatty _isatty macro
/external/e2fsprogs/e2fsck/
Discan.c30 extern int isatty(int);
Dscantest.c38 extern int isatty(int);
/external/dropbear/
Dcli-authpasswd.c41 return askpass_prog && !isatty(STDIN_FILENO) && getenv("DISPLAY"); in want_askpass()
/external/liblzf/
Dlzf.c512 if ((mode == uncompress || mode == lzcat) && isatty (0)) in main()
517 if (mode == compress && isatty (1)) in main()
/external/mksh/src/
Dmain.c352 if (isatty(0) && isatty(2)) { in mksh_init()
852 if (isatty(3)) in tty_init()
865 if (isatty(0)) in tty_init()
867 else if (isatty(2)) in tty_init()
/external/tcpdump/lbl/
Dos-sunos4.h114 int isatty(int);
/external/libpcap/lbl/
Dos-sunos4.h114 int isatty(int);
/external/skia/src/xml/
DSkJS.cpp51 int isatty(void* fd) { in isatty() function
/external/protobuf/gtest/include/gtest/internal/
Dgtest-port.h844 inline int IsATTY(int fd) { return isatty(fd); }
879 inline int IsATTY(int fd) { return isatty(fd); }
/external/llvm/lib/Support/Unix/
DProcess.inc197 return isatty(fd);
199 // If we don't have isatty, just return false.
/external/chromium/chrome/browser/diagnostics/
Ddiagnostics_main.cc144 use_color_ = isatty(STDOUT_FILENO); in Init()
/external/e2fsprogs/debugfs/
Dutil.c85 if (!isatty(1)) in open_pager()
/external/chromium/testing/gmock/scripts/
Dgmock_doctor.py575 if sys.stdin.isatty():
/external/bzip2/
Dbzip2.c1230 if ( isatty ( fileno ( stdout ) ) ) { in compress()
1244 if ( isatty ( fileno ( stdout ) ) ) { in compress()
1416 if ( isatty ( fileno ( stdin ) ) ) { in uncompress()
1557 if ( isatty ( fileno ( stdin ) ) ) { in testf()
/external/qemu/
Dcurses.c343 if (!isatty(1)) { in curses_display_init()
Darm-semi.c290 return isatty(ARG(0)); in do_arm_semihosting()
/external/llvm/utils/lit/lit/
DProgressBar.py98 if not term_stream.isatty(): return
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h1283 inline int IsATTY(int fd) { return isatty(fd); }
1318 inline int IsATTY(int fd) { return isatty(fd); }
/external/chromium/testing/gtest/include/gtest/internal/
Dgtest-port.h1524 inline int IsATTY(int fd) { return isatty(fd); }
1559 inline int IsATTY(int fd) { return isatty(fd); }
/external/bluetooth/bluez/tools/
Dlexer.c1332 extern int isatty (int );
1358 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; in yy_init_buffer()
/external/openssl/crypto/bio/
Dbss_file.c347 if (isatty(fd) <= 0) in file_ctrl()
/external/libvpx/
Dvpxdec.c38 #define isatty _isatty macro
875 if(!outfile_pattern && isatty(fileno(stdout)) && !do_md5 && !noblit) in main()
/external/llvm/lib/Support/
Draw_ostream.cpp596 if (S_ISCHR(statbuf.st_mode) && isatty(FD)) in preferred_buffer_size()
/external/sqlite/dist/
Dshell.c59 #define isatty(h) _isatty(h) macro
64 extern int isatty();
72 #define isatty(x) 1 macro
2549 stdin_is_interactive = isatty(0); in main()

123