| /src/lib/libc/gen/ |
| isatty.c | 1 /* $NetBSD: isatty.c,v 1.13 2012/06/25 22:32:43 abs Exp $ */ 35 static char sccsid[] = "@(#)isatty.c 8.1 (Berkeley) 6/4/93"; 37 __RCSID("$NetBSD: isatty.c,v 1.13 2012/06/25 22:32:43 abs Exp $"); 49 __weak_alias(isatty,_isatty) 53 isatty(int fd)
|
| /src/sys/arch/atari/stand/tostools/libtos/ |
| xexit.c | 40 if (isatty(STDERR_FILENO))
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/ |
| unbuffer_output.c | 33 if (!isatty (fileno (stdin)))
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/lib/ |
| unbuffer_output.c | 33 if (!isatty (fileno (stdin)))
|
| /src/external/gpl2/diffutils/dist/lib/ |
| setmode.c | 58 if (isatty (fd))
|
| /src/tests/lib/libc/gen/ |
| t_ttyname.c | 59 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);
|
| /src/usr.bin/write/ |
| term_chk.c | 86 if (!isatty(fd)) 116 if (isatty(fileno(stdin))) 118 else if (isatty(fileno(stdout))) 120 else if (isatty(fileno(stderr)))
|
| /src/external/gpl2/groff/dist/src/include/ |
| posix.h | 68 #define isatty(n) (1) macro
|
| /src/external/gpl3/gdb.old/dist/gdb/contrib/ |
| expect-read1.c | 36 if (count > 1 && isatty (fd) == 1)
|
| /src/external/gpl3/gdb/dist/gdb/contrib/ |
| expect-read1.c | 36 if (count > 1 && isatty (fd) == 1)
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| binary-io.h | 49 # include <unistd.h> /* declares isatty() */ 53 # define SET_BINARY(fd) (!isatty (fd) ? (setmode (fd, O_BINARY), 0) : 0)
|
| /src/external/gpl3/binutils/dist/include/ |
| binary-io.h | 47 # include <unistd.h> /* declares isatty() */ 51 # define SET_BINARY(fd) (!isatty (fd) ? (setmode (fd, O_BINARY), 0) : 0)
|
| /src/external/gpl3/binutils.old/dist/include/ |
| binary-io.h | 47 # include <unistd.h> /* declares isatty() */ 51 # define SET_BINARY(fd) (!isatty (fd) ? (setmode (fd, O_BINARY), 0) : 0)
|
| /src/external/gpl3/gdb.old/dist/include/ |
| binary-io.h | 47 # include <unistd.h> /* declares isatty() */ 51 # define SET_BINARY(fd) (!isatty (fd) ? (setmode (fd, O_BINARY), 0) : 0)
|
| /src/external/gpl3/gdb/dist/include/ |
| binary-io.h | 47 # include <unistd.h> /* declares isatty() */ 51 # define SET_BINARY(fd) (!isatty (fd) ? (setmode (fd, O_BINARY), 0) : 0)
|
| /src/bin/ed/ |
| main.c | 163 if (isatty(0)) signal(SIGWINCH, handle_winch); 180 if (read_file(*argv, 0) < 0 && !isatty(0)) 189 if (!isatty(0)) 207 if (!isatty(0)) { 245 if (!isatty(0)) { 256 if (!isatty(0)) { 267 if (!isatty(0)) {
|
| /src/games/cribbage/ |
| instr.c | 74 if (!isatty(1))
|
| /src/include/ |
| rmt.h | 54 #define isatty rmtisatty macro
|
| /src/tests/lib/libc/termios/ |
| t_tcsetpgrp.c | 53 if (isatty(STDIN_FILENO) == 0)
|
| /src/external/lgpl3/gmp/dist/tests/ |
| spinner.c | 27 #include <unistd.h> /* for isatty */ 81 spinner_wanted = isatty (STDOUT_FILENO);
|
| /src/sys/arch/atari/stand/tostools/aptck/ |
| aptck.in | 106 c = isatty(STDOUT_FILENO);
|
| /src/usr.bin/nohup/ |
| nohup.c | 81 if (isatty(STDOUT_FILENO)) 83 if (isatty(STDERR_FILENO) && dup2(STDOUT_FILENO, STDERR_FILENO) == -1) {
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ui-file.h | 82 virtual bool isatty () function in class:ui_file 90 { return isatty (); } 268 bool isatty () override; 345 bool isatty () override; 404 bool isatty () override 405 { return m_stream->isatty (); }
|
| ui-file.c | 348 stdio_file::isatty () 350 return ::isatty (m_fd); 358 return (this->isatty () 430 tee_file::isatty () 432 return m_one->isatty (); 344 stdio_file::isatty () function in class:stdio_file 424 tee_file::isatty () function in class:tee_file
|
| /src/external/gpl3/gdb/dist/gdb/ |
| ui-file.h | 82 virtual bool isatty () function in class:ui_file 90 { return isatty (); } 265 bool isatty () override; 342 bool isatty () override; 425 bool isatty () override 426 { return m_stream->isatty (); }
|