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

1234567

/freebsd-10-stable/bin/stty/
H A Dutil.c60 if (isatty(STDOUT_FILENO) && isatty(STDERR_FILENO) &&
/freebsd-10-stable/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.c71 if (!isatty(fd))
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_ttyname.c59 ATF_REQUIRE(isatty(fd) != -1);
74 ATF_REQUIRE(isatty(fd) != -1);
105 if (isatty(STDIN_FILENO) != 0) {
137 if (isatty(STDIN_FILENO) == 0)
168 if (isatty(STDIN_FILENO) != 0)
173 ATF_REQUIRE(isatty(STDIN_FILENO) != 1);
/freebsd-10-stable/contrib/ncurses/ncurses/base/
H A Dlib_initscr.c78 if (isatty(fileno(stdout))) {
80 if (fp != 0 && isatty(fileno(fp))) {
/freebsd-10-stable/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-stable/contrib/gdb/gdb/config/rs6000/
H A Dxm-rs6000.h84 if (isatty (fd)) { \
/freebsd-10-stable/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-stable/contrib/netbsd-tests/lib/libc/termios/
H A Dt_tcsetpgrp.c53 if (isatty(STDIN_FILENO) == 0)
/freebsd-10-stable/usr.bin/nohup/
H A Dnohup.c81 if (isatty(STDOUT_FILENO))
83 if (isatty(STDERR_FILENO) && dup2(STDOUT_FILENO, STDERR_FILENO) == -1)
/freebsd-10-stable/usr.sbin/pkg_install/lib/
H A Durl.c124 if (isatty(0) || Verbose)
174 if (rp && (isatty(0) || Verbose))
/freebsd-10-stable/contrib/binutils/binutils/
H A Dbin2c.c43 do { if (!isatty (_f)) setmode (_f, O_BINARY); } while (0)
/freebsd-10-stable/usr.bin/talk/
H A Dget_names.c71 if (!isatty(0))
/freebsd-10-stable/tests/sys/acl/
H A Drun45 use POSIX qw(isatty setuid getcwd);
54 if (isatty(fileno(STDOUT))) {
101 if (isatty(fileno(STDOUT))) {
/freebsd-10-stable/contrib/opie/libopie/
H A Dreadpass.c107 if (isatty(0)) {
292 if (isatty(0))
/freebsd-10-stable/contrib/xz/src/xz/
H A Dutil.c268 const bool ret = isatty(STDIN_FILENO);
281 const bool ret = isatty(STDOUT_FILENO);
/freebsd-10-stable/contrib/less/
H A Dos.c114 if (isatty(fd))
348 isatty(f) function
/freebsd-10-stable/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-stable/contrib/groff/src/utils/lookbib/
H A Dlookbib.cpp35 /* for isatty() */
108 int interactive = isatty(fileno(stdin));
/freebsd-10-stable/contrib/libreadline/examples/
H A Drlcat.c115 if (isatty(0) == 0 || argc || Nflag)
/freebsd-10-stable/lib/libc/stdio/
H A Dmakebuf.c81 if (couldbetty && isatty(fp->_file))
/freebsd-10-stable/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-stable/contrib/libreadline/
H A Dinput.c230 chars_avail = isatty (tty) ? _kbhit () : 0;
321 if (isatty (tty))
469 if (isatty (fileno (stream)))
/freebsd-10-stable/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 330 milliseconds

1234567