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

12345678

/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Disatty.c1 /* $NetBSD: isatty.c,v 1.11 2001/09/30 23:25:38 lukem Exp $ */
35 static char sccsid[] = "@(#)isatty.c 8.1 (Berkeley) 6/4/93";
37 __RCSID("$NetBSD: isatty.c,v 1.11 2001/09/30 23:25:38 lukem Exp $");
49 __weak_alias(isatty,_isatty)
53 isatty(fd)
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/tostools/libtos/
H A Dxexit.c43 if (isatty(STDERR_FILENO))
H A Derror.c50 if (isatty(STDERR_FILENO) && (!*arg0 || !getenv("STDERR")))
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/lib/
H A Dsetmode.c58 if (isatty (fd))
/netbsd-6-1-5-RELEASE/tests/lib/libc/gen/
H A Dt_ttyname.c59 ATF_REQUIRE(isatty(fd) != -1);
74 ATF_REQUIRE(isatty(fd) != -1);
104 if (isatty(STDIN_FILENO) != 0) {
136 if (isatty(STDIN_FILENO) == 0)
167 if (isatty(STDIN_FILENO) != 0)
172 ATF_REQUIRE(isatty(STDIN_FILENO) != 1);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/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$
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/include/
H A Dposix.h68 #define isatty(n) (1) macro
H A Dnonposix.h69 # define isatty(f) _isatty(f) macro
72 # define SET_BINARY(f) do {if (!isatty(f)) setmode(f,O_BINARY);} while(0)
141 do if (!isatty(fd)) \
/netbsd-6-1-5-RELEASE/usr.bin/write/
H A Dterm_chk.c86 if (!isatty(fd))
116 if (isatty(fileno(stdin)))
118 else if (isatty(fileno(stdout)))
120 else if (isatty(fileno(stderr)))
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/
H A Dbinary-io.h47 # include <unistd.h> /* declares isatty() */
51 # define SET_BINARY(fd) (!isatty (fd) ? (setmode (fd, O_BINARY), 0) : 0)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/
H A Dbinary-io.h47 # include <unistd.h> /* declares isatty() */
51 # define SET_BINARY(fd) (!isatty (fd) ? (setmode (fd, O_BINARY), 0) : 0)
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dbinary-io.h48 # include <unistd.h> /* declares isatty() */
52 # define SET_BINARY(fd) (!isatty (fd) ? (setmode (fd, O_BINARY), 0) : 0)
/netbsd-6-1-5-RELEASE/bin/ed/
H A Dmain.c159 if (isatty(0)) signal(SIGWINCH, handle_winch);
176 if (read_file(*argv, 0) < 0 && !isatty(0))
185 if (!isatty(0))
203 if (!isatty(0)) {
238 if (!isatty(0)) {
249 if (!isatty(0)) {
260 if (!isatty(0)) {
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dtty.c131 char *s = ttyname(isatty(2) ? 2 : 0);
157 if (isatty(0))
159 else if (isatty(2))
/netbsd-6-1-5-RELEASE/include/
H A Drmt.h53 #define isatty rmtisatty macro
/netbsd-6-1-5-RELEASE/games/cribbage/
H A Dinstr.c74 if (!isatty(1))
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/
H A Dspinner.c27 #include <unistd.h> /* for isatty */
82 spinner_wanted = isatty (fileno (stdout));
/netbsd-6-1-5-RELEASE/tests/lib/libc/termios/
H A Dt_tcsetpgrp.c52 if (isatty(STDIN_FILENO) == 0)
/netbsd-6-1-5-RELEASE/usr.bin/nohup/
H A Dnohup.c81 if (isatty(STDOUT_FILENO))
83 if (isatty(STDERR_FILENO) && dup2(STDOUT_FILENO, STDERR_FILENO) == -1) {
/netbsd-6-1-5-RELEASE/usr.bin/find/
H A Dfind.c163 notty = !(isatty(STDIN_FILENO) || isatty(STDOUT_FILENO) ||
164 isatty(STDERR_FILENO));
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/postlog/
H A Dpostlog.c208 if (isatty(STDERR_FILENO))
256 if (isatty(STDERR_FILENO))
/netbsd-6-1-5-RELEASE/distrib/utils/more/
H A Dmain.c131 if (isatty(f)) {
281 is_tty = isatty(1);
/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Dos.c127 if (isatty(fd))
360 isatty(f) function
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/xz/
H A Dutil.c258 const bool ret = isatty(STDIN_FILENO);
271 const bool ret = isatty(STDOUT_FILENO);

Completed in 296 milliseconds

12345678