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

1234567

/freebsd-10.0-release/bin/stty/
H A Dutil.c60 if (isatty(STDOUT_FILENO) && isatty(STDERR_FILENO) &&
/freebsd-10.0-release/lib/libc/gen/
H A Disatty.c31 static char sccsid[] = "@(#)isatty.c 8.1 (Berkeley) 6/4/93";
40 isatty(fd) function
H A Dttyname.c67 if (!isatty(fd))
/freebsd-10.0-release/contrib/ncurses/ncurses/base/
H A Dlib_initscr.c78 if (isatty(fileno(stdout))) {
80 if (fp != 0 && isatty(fileno(fp))) {
/freebsd-10.0-release/contrib/groff/src/include/
H A Dposix.h66 #define isatty(n) (1) macro
H A Dnonposix.h67 # define isatty(f) _isatty(f) macro
70 # define SET_BINARY(f) do {if (!isatty(f)) setmode(f,O_BINARY);} while(0)
139 do if (!isatty(fd)) \
/freebsd-10.0-release/contrib/ntp/sntp/
H A Dunix.c35 return isatty(fileno(file));
57 if (verbose || isatty(STDIN_FILENO) || isatty(STDOUT_FILENO))
/freebsd-10.0-release/contrib/gdb/gdb/config/rs6000/
H A Dxm-rs6000.h84 if (isatty (fd)) { \
/freebsd-10.0-release/bin/ed/
H A Dmain.c149 if (isatty(0)) signal(SIGWINCH, handle_winch);
166 if (read_file(*argv, 0) < 0 && !isatty(0))
176 if (!isatty(0))
194 if (!isatty(0)) {
228 if (!isatty(0)) {
236 if (!isatty(0)) {
245 if (!isatty(0)) {
/freebsd-10.0-release/usr.bin/nohup/
H A Dnohup.c81 if (isatty(STDOUT_FILENO))
83 if (isatty(STDERR_FILENO) && dup2(STDOUT_FILENO, STDERR_FILENO) == -1)
/freebsd-10.0-release/usr.sbin/pkg_install/lib/
H A Durl.c124 if (isatty(0) || Verbose)
174 if (rp && (isatty(0) || Verbose))
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dbin2c.c43 do { if (!isatty (_f)) setmode (_f, O_BINARY); } while (0)
/freebsd-10.0-release/usr.bin/talk/
H A Dget_names.c71 if (!isatty(0))
/freebsd-10.0-release/tools/regression/acltools/
H A Drun45 use POSIX qw(isatty setuid getcwd);
54 if (isatty(fileno(STDOUT))) {
101 if (isatty(fileno(STDOUT))) {
/freebsd-10.0-release/contrib/less/
H A Dos.c120 if (isatty(fd))
353 isatty(f) function
/freebsd-10.0-release/contrib/opie/libopie/
H A Dreadpass.c107 if (isatty(0)) {
292 if (isatty(0))
/freebsd-10.0-release/contrib/xz/src/xz/
H A Dutil.c258 const bool ret = isatty(STDIN_FILENO);
271 const bool ret = isatty(STDOUT_FILENO);
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dui-file.h48 extern void set_ui_file_isatty (struct ui_file *stream, ui_file_isatty_ftype * isatty);
/freebsd-10.0-release/contrib/groff/src/utils/lookbib/
H A Dlookbib.cpp35 /* for isatty() */
108 int interactive = isatty(fileno(stdin));
/freebsd-10.0-release/contrib/libreadline/examples/
H A Drlcat.c115 if (isatty(0) == 0 || argc || Nflag)
/freebsd-10.0-release/lib/libc/stdio/
H A Dmakebuf.c81 if (couldbetty && isatty(fp->_file))
/freebsd-10.0-release/tools/regression/sbin/mdconfig/
H A Drun45 use POSIX qw(isatty setuid getcwd);
54 if (isatty(fileno(STDOUT))) {
101 if (isatty(fileno(STDOUT))) {
/freebsd-10.0-release/usr.bin/write/
H A Dwrite.c90 if (isatty(fileno(stdin)))
92 else if (isatty(fileno(stdout)))
94 else if (isatty(fileno(stderr)))
/freebsd-10.0-release/contrib/libreadline/
H A Dinput.c230 chars_avail = isatty (tty) ? _kbhit () : 0;
321 if (isatty (tty))
469 if (isatty (fileno (stream)))
/freebsd-10.0-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_setup.c238 if (isatty(cur_term->Filedes)) {
521 if (Filedes == STDOUT_FILENO && !isatty(Filedes))
598 if (isatty(Filedes)) {

Completed in 472 milliseconds

1234567