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

12

/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");
H A Dscp.c394 if (!isatty(STDERR_FILENO))
/external/e2fsprogs/e2fsck/
H A Discan.c30 extern int isatty(int);
H A Dscantest.c38 extern int isatty(int);
H A Dunix.c610 if (isatty(0) && isatty(1)) {
/external/libpcap/lbl/
H A Dos-sunos4.h114 int isatty(int);
/external/skia/src/xml/
H A DSkJS.cpp51 int isatty(void* fd) { function
/external/tcpdump/lbl/
H A Dos-sunos4.h114 int isatty(int);
/external/qemu/
H A Dcurses.c343 if (!isatty(1)) {
H A Darm-semi.c290 gdb_do_syscall(arm_semi_cb, "isatty,%x", ARG(0));
293 return isatty(ARG(0));
/external/webkit/WebKitTools/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;
H A Dinitscan.c3316 extern int isatty YY_PROTO(( int ));
3341 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/openssl/crypto/bio/
H A Dbss_file.c305 if (isatty(fd) <= 0)
/external/sqlite/dist/
H A Dshell.c54 #define isatty(h) _isatty(h) macro
57 /* Make sure isatty() has a prototype.
59 extern int isatty();
63 /* Windows CE (arm-wince-mingw32ce-gcc) does not provide isatty()
67 #define isatty(x) 1 macro
3368 stdin_is_interactive = isatty(0);
/external/bluetooth/bluez/rfcomm/
H A Dlexer.c489 /* Nasty workaround, but flex defines isatty() twice */
1332 extern int isatty (int );
1358 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
/external/dbus/tools/
H A Ddbus-launch.c395 if (isatty (0))
401 verbose ("stdin isatty(), monitoring it\n");
/external/libpng/contrib/gregbook/
H A Dwpng.c109 # include <io.h> /* for isatty(), setmode() prototypes */
125 # include <unistd.h> /* for isatty() prototype */
301 if (isatty(0)) {
/external/libpcap/
H A Dscanner.c3999 extern int isatty (int );
4025 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
/external/elfutils/src/
H A Dldlex.c2212 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
/external/ppp/pppd/
H A Dtty.c418 if (!isatty(0) || (p = ttyname(0)) == NULL) {
/external/gtest/src/
H A Dgtest.cc129 #define isatty _isatty macro
2552 ShouldUseColor(isatty(fileno(stdout)) != 0);
/external/e2fsprogs/misc/
H A Dmke2fs.c65 extern int isatty(int);
/external/ping/
H A Dping.c561 if (isatty(STDOUT_FILENO)) {

Completed in 233 milliseconds

12