Home
last modified time | relevance | path

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

12

/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);
Dunix.c610 if (isatty(0) && isatty(1)) { in PRS()
/external/dropbear/
Dcli-authpasswd.c41 return askpass_prog && !isatty(STDIN_FILENO) && getenv("DISPLAY"); in want_askpass()
Dscp.c394 if (!isatty(STDERR_FILENO)) in scp_main()
/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/libpcap/lbl/
Dos-sunos4.h114 int isatty(int);
/external/tcpdump/lbl/
Dos-sunos4.h114 int isatty(int);
/external/skia/src/xml/
DSkJS.cpp51 int isatty(void* fd) { in isatty() function
/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.c291 return isatty(ARG(0)); in do_arm_semihosting()
/external/libvpx/
Dvpxdec.c23 #define isatty _isatty macro
821 if(!outfile_pattern && isatty(fileno(stdout)) && !do_md5 && !noblit) in main()
/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.c341 if (isatty(fd) <= 0) in file_ctrl()
/external/libpcap/
Dscanner.c3999 extern int isatty (int );
4025 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; in pcap__init_buffer()
/external/sqlite/dist/
Dshell.c54 #define isatty(h) _isatty(h) macro
59 extern int isatty();
67 #define isatty(x) 1 macro
3368 stdin_is_interactive = isatty(0); in main()
/external/libpng/contrib/gregbook/
Dwpng.c301 if (isatty(0)) { in main()
/external/webkit/WebKitTools/android/flex-2.5.4a/
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;
Dinitscan.c3316 extern int isatty YY_PROTO(( int ));
3341 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
/external/dbus/tools/
Ddbus-launch.c395 if (isatty (0)) in kill_bus_when_session_ends()
/external/ppp/pppd/
Dtty.c418 if (!isatty(0) || (p = ttyname(0)) == NULL) { in tty_process_extra_options()
/external/chromium/sdch/open-vcdiff/src/gtest/
Dgtest.cc112 #define isatty _isatty macro
2245 static const bool use_color = ShouldUseColor(isatty(fileno(stdout)) != 0); in ColoredPrintf()
/external/elfutils/src/
Dldlex.c2212 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;

12