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

12

/haiku-buildtools/legacy/gcc/libio/
H A Dfiledoalloc.c54 # undef isatty macro
55 # define isatty(Fd) __isatty (Fd) macro
104 if (couldbetty && isatty (fp->_fileno))
/haiku-buildtools/legacy/gcc/libf2c/libU77/
H A Disatty_.c40 err(1,101,"isatty");
43 return (isatty(G77_fnum_0 (lunit)) ? TRUE_ : FALSE_);
/haiku-buildtools/binutils/ld/testsuite/ld-cris/
H A Dwarn3.d7 #warning: warning: isatty is not implemented and will always fail$
H A Dwarn4.d7 #warning: warning: isatty is not implemented and will always fail$
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-cris/
H A Dwarn3.d7 #warning: warning: isatty is not implemented and will always fail$
H A Dwarn4.d7 #warning: warning: isatty is not implemented and will always fail$
/haiku-buildtools/binutils/include/
H A Dbinary-io.h47 # include <unistd.h> /* declares isatty() */
51 # define SET_BINARY(fd) (!isatty (fd) ? (setmode (fd, O_BINARY), 0) : 0)
/haiku-buildtools/legacy/gcc/libf2c/libF77/
H A Ds_paus.c19 extern int getpid(void), isatty(int), pause(void);
60 if( isatty(fileno(stdin)) )
/haiku-buildtools/legacy/gcc/gcc/config/m68k/
H A Dmot3300-crt0.S67 clr.l %d0 /* if (! isatty (fileno (stderr))) */
70 jsr isatty
73 bne.b LOCAL_LABEL(isatty)
78 LOCAL_LABEL(isatty):
H A Dmot3300Mcrt0.S68 clr.l %d0 /* if (! isatty (fileno (stderr))) */
71 jsr isatty
74 bne.b LOCAL_LABEL(isatty)
79 LOCAL_LABEL(isatty):
/haiku-buildtools/gcc/gmp/tests/
H A Dspinner.c27 #include <unistd.h> /* for isatty */
82 spinner_wanted = isatty (fileno (stdout));
/haiku-buildtools/legacy/binutils/gprof/
H A Dgmon_io.h39 #define SET_BINARY(f) do { if (!isatty(f)) setmode(f,O_BINARY); } while (0)
/haiku-buildtools/gcc/gmp/demos/calc/
H A Dcalcread.c25 #include <unistd.h> /* for isatty */
68 calc_option_readline = isatty (fileno (stdin));
/haiku-buildtools/legacy/gcc/libf2c/libI77/
H A Dfio.h79 extern int isatty(int);
H A Derr.c96 return !isatty(fileno(f));
111 if(isatty(fileno(f)))
129 if(isatty(fileno(f)))
/haiku-buildtools/gcc/gcc/ada/
H A Dsysdep.c243 if (isatty (filedes))
351 if (isatty (fd))
421 if (isatty (fd))
469 if (isatty (fd))
/haiku-buildtools/gcc/gcc/
H A Ddiagnostic-color.c279 return t && strcmp (t, "dumb") != 0 && isatty (STDERR_FILENO);
/haiku-buildtools/binutils/include/gdb/
H A Dcallback.h79 int (*isatty) (host_callback *, int);
78 int (*isatty) (host_callback *, int); member in struct:host_callback_struct
/haiku-buildtools/legacy/binutils/include/gdb/
H A Dcallback.h79 int (*isatty) PARAMS ((host_callback *, int));
78 int (*isatty) PARAMS ((host_callback *, int)); member in struct:host_callback_struct
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_posix_libcdep.cc109 return isatty(fd);
/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dinfo.c221 if ((!isatty (fileno (stdout))) && (user_output_filename == (char *)NULL))
/haiku-buildtools/legacy/binutils/binutils/
H A Dstrings.c86 #define SET_BINARY(f) do { if (!isatty (f)) setmode (f,O_BINARY); } while (0)
H A Darlex.c1530 extern int isatty YY_PROTO(( int ));
1556 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
H A Ddeflex.c1555 extern int isatty YY_PROTO(( int ));
1581 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
H A Dsyslex.c1408 extern int isatty YY_PROTO(( int ));
1434 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;

Completed in 240 milliseconds

12