/freebsd/contrib/netbsd-tests/lib/libc/gen/ |
H A D | t_ttyname.c | 59 ATF_REQUIRE(isatty(fd) != -1); in ATF_TC_BODY() 74 ATF_REQUIRE(isatty(fd) != -1); in ATF_TC_BODY() 105 if (isatty(STDIN_FILENO) != 0) { in ATF_TC_BODY() 137 if (isatty(STDIN_FILENO) == 0) in ATF_TC_BODY() 168 if (isatty(STDIN_FILENO) != 0) in ATF_TC_BODY() 173 ATF_REQUIRE(isatty(STDIN_FILENO) != 1); in ATF_TC_BODY()
|
/freebsd/bin/stty/ |
H A D | util.c | 50 if (isatty(STDOUT_FILENO) && isatty(STDERR_FILENO) && in checkredirect()
|
/freebsd/usr.bin/nohup/ |
H A D | nohup.c | 69 if (isatty(STDOUT_FILENO)) in main() 71 if (isatty(STDERR_FILENO) && dup2(STDOUT_FILENO, STDERR_FILENO) == -1) in main()
|
/freebsd/usr.bin/write/ |
H A D | write.c | 134 if (isatty(fileno(stdin))) in main() 136 else if (isatty(fileno(stdout))) in main() 138 else if (isatty(fileno(stderr))) in main()
|
/freebsd/contrib/tcsh/ |
H A D | sh.c | 467 if (loginsh && isatty(SHIN)) { in main() 1097 if (!(intty = isatty(SHIN))) { in main() 1104 if (intty || (intact && isatty(SHOUT))) { in main() 1113 isoutatty = isatty(SHOUT); in main() 1114 isdiagatty = isatty(SHDIAG); in main() 1122 if (loginsh || intact || (intty && isatty(SHOUT))) in main() 1198 if (isatty(FSHDIAG)) in main() 1200 else if (isatty(FSHOUT)) in main() 1202 else if (isatty(OLDSTD)) in main() 1655 intty = isatty(SHIN); in st_save() [all …]
|
H A D | sh.misc.c | 321 isoutatty = isatty(SHOUT); in closech() 322 isdiagatty = isatty(SHDIAG); in closech()
|
/freebsd/bin/ed/ |
H A D | main.c | 129 if (isatty(0)) signal(SIGWINCH, handle_winch); in main() 146 if (read_file(*argv, 0) < 0 && !isatty(0)) in main() 156 if (!isatty(0)) in main() 174 if (!isatty(0)) { in main() 208 if (!isatty(0)) { in main() 216 if (!isatty(0)) { in main() 225 if (!isatty(0)) { in main()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_diff.c | 202 if (isatty(fileno(fp))) in print_rename() 216 if (isatty(fileno(fp))) in print_rename() 224 if (isatty(fileno(fp))) in print_link_change() 236 if (isatty(fileno(fp))) in print_link_change() 244 if (isatty(fileno(fp))) in print_file() 257 if (isatty(fileno(fp))) in print_file()
|
/freebsd/tests/sys/acl/ |
H A D | run | 53 if (isatty(fileno(STDOUT))) { 100 if (isatty(fileno(STDOUT))) {
|
/freebsd/lib/libc/gen/ |
H A D | isatty.c | 36 isatty(int fd) in isatty() function
|
H A D | ttyname.c | 68 if (!isatty(fd)) in __ssp_real()
|
/freebsd/contrib/netbsd-tests/lib/libc/termios/ |
H A D | t_tcsetpgrp.c | 53 if (isatty(STDIN_FILENO) == 0) in ATF_TC_BODY()
|
/freebsd/contrib/dialog/ |
H A D | ttysize.c | 73 if (isatty(fd)) { in dlg_ttysize()
|
/freebsd/contrib/less/ |
H A D | os.c | 220 if (isatty(fd)) in iread() 481 int isatty(int f) in isatty() 479 int isatty(int f) isatty() function
|
/freebsd/crypto/openssh/ |
H A D | readpass.c | 149 if (!isatty(STDIN_FILENO)) { in read_passphrase() 255 if (!force_askpass && isatty(STDERR_FILENO)) { in notify_start()
|
/freebsd/contrib/wireguard-tools/ |
H A D | terminal.c | 29 mode = isatty(fileno(stdout)); in color_mode()
|
/freebsd/usr.bin/talk/ |
H A D | get_names.c | 67 if (!isatty(0)) in get_names()
|
/freebsd/lib/libc/stdio/ |
H A D | makebuf.c | 77 if (couldbetty && isatty(fp->_file)) in __smakebuf()
|
/freebsd/sbin/bectl/ |
H A D | bectl.c | 301 if (isatty(STDOUT_FILENO)) { in bectl_cmd_export() 330 if (isatty(STDIN_FILENO)) { in bectl_cmd_import()
|
/freebsd/contrib/sendmail/libsm/ |
H A D | makebuf.c | 67 if (couldbetty && isatty(fp->f_file))
|
/freebsd/contrib/tcpdump/ |
H A D | netdissect-stdinc.h | 167 #define isatty _isatty macro
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | platform.h | 136 # define IS_CONSOLE(stdStream) isatty(fileno(stdStream))
|
/freebsd/bin/sh/ |
H A D | options.c | 95 if (iflag != 0 && sflag == 1 && isatty(0) && isatty(1)) { in procargs()
|
/freebsd/usr.sbin/ngctl/ |
H A D | main.c | 141 int interactive = isatty(0) && isatty(1); in main()
|
/freebsd/contrib/tcpdump/lbl/ |
H A D | os-sunos4.h | 112 int isatty(int);
|