Symbol: tcgetattr
bin/mined/mined1.c
1169
tcgetattr(input_fd, &old_tty);
bin/mined/mined1.c
1172
tcgetattr(input_fd, &new_tty);
bin/stty/stty.c
84
if (tcgetattr(i.fd, &i.t) < 0)
crypto/libressl/crypto/ui/ui_openssl.c
307
if (tcgetattr(fileno(tty_in), &tty_orig) == -1) {
crypto/openssh/channels.c
2256
if (tcgetattr(c->wfd, &tio) == 0 &&
crypto/openssh/mux.c
451
if (cctx->want_tty && tcgetattr(new_fd[0], &cctx->tio) == -1)
crypto/openssh/sshtty.c
73
if (tcgetattr(fileno(stdin), &tio) == -1) {
crypto/openssh/ttymodes.c
293
if (tcgetattr(fd, &tio) == -1) {
crypto/openssh/ttymodes.c
367
if (tcgetattr(fd, &tio) == -1) {
games/atc/main.c
158
tcgetattr(fileno(stdin), &tty_start);
games/backgammon/backgammon/main.c
91
if (tcgetattr(0, &old) == -1) /* get old tty mode */
games/backgammon/teachgammon/teach.c
51
if (tcgetattr(0, &old) == -1) /* get old tty mode */
games/hack/hack.ioctl.c
77
(void) tcgetattr(fileno(stdin), &termios);
games/hack/hack.tty.c
127
if (tcgetattr(0, &inittyb) < 0)
games/hunt/hunt/display.c
76
tcgetattr(0, &saved_tty);
games/larn/io.c
127
tcgetattr(0, &ttx);
games/larn/io.c
148
tcgetattr(0, &ttx);
games/morse/morse.c
426
if (tcgetattr(line, &otty) == -1) {
games/tetris/screen.c
278
if (tcgetattr(0, &oldtt) < 0)
include/termios.h
69
int tcgetattr(int, struct termios *);
lib/libc/gen/isatty.c
44
retval = (tcgetattr(fd, &t) != -1);
lib/libc/gen/readpassphrase.c
91
if (input_is_tty && tcgetattr(input, &oterm) == 0) {
lib/libc/gen/termios.c
256
if (tcgetattr(fd, &term) == -1)
lib/libssh/openbsd-compat/bsd-nextstep.h
49
int tcgetattr(int, struct termios *);
lib/libtcplay/io.c
415
tcgetattr(fd, &termios_old);
lib/libvgl/keyboard.c
49
tcgetattr(0, &VGLKeyboardTty);
libexec/comsat/comsat.c
185
tcgetattr(fileno(tp), &tio);
libexec/getty/main.c
447
if (tcgetattr(STDIN_FILENO, &tmode) < 0) {
libexec/telnetd/sys_term.c
145
(void) tcgetattr(pty, &termbuf);
sbin/startslip/startslip.c
315
if (tcgetattr(fd, &t) < 0) {
sys/platform/vkernel64/platform/console.c
250
tcgetattr(0, &curtio);
sys/platform/vkernel64/platform/console.c
352
tcgetattr(0, &init_tio);
sys/platform/vkernel64/platform/console.c
445
if (tcgetattr(0, &tio) < 0) {
test/stress/stress2/testcases/pty/pty.c
96
if (tcgetattr(slave, &tios) < 0)
usr.bin/bc/tty.c
44
while ((ret = tcgetattr(0, t) == -1) && errno == EINTR)
usr.bin/chat/chat.c
129
#define get_term_param(param) tcgetattr(0, param)
usr.bin/dsynth/build.c
2478
if (tcgetattr(MasterPtyFd, &tio) == 0) {
usr.bin/fetch/fetch.c
411
if (tcgetattr(STDIN_FILENO, &tios) == 0) {
usr.bin/lock/lock.c
125
if (tcgetattr(STDIN_FILENO, &tty)) /* get information for header */
usr.bin/lock/lock.c
225
if (tcgetattr(0, &ntty) && (errno != EINTR))
usr.bin/mail/main.c
329
if (tcgetattr(1, &tbuf) < 0)
usr.bin/mail/tty.c
67
if (tcgetattr(fileno(stdin), &ttybuf) < 0) {
usr.bin/rfcomm_sppd/rfcomm_sppd.c
228
if (tcgetattr(tty_in, &t) < 0)
usr.bin/script/script.c
151
if (tcgetattr(STDIN_FILENO, &tt) == -1)
usr.bin/script/script.c
226
if (tcgetattr(master, &stt) == 0 &&
usr.bin/script/script.c
236
if (kflg && tcgetattr(master, &stt) >= 0 &&
usr.bin/talk/init_disp.c
123
tcgetattr(0, &tio);
usr.bin/telnet/sys_bsd.c
238
tcgetattr(0, &old_tc);
usr.bin/telnet/sys_bsd.c
401
tcgetattr(tin, &tmp_tc);
usr.bin/tip/acucommon.c
100
tcgetattr (FD, &term);
usr.bin/tip/acucommon.c
59
if (tcgetattr (FD, &t) == 0) {
usr.bin/tip/acucommon.c
79
tcgetattr (FD, &term);
usr.bin/tip/acucommon.c
88
if (tcgetattr (FD, &term) == 0) {
usr.bin/tip/cmds.c
908
tcgetattr (FD, &ttermios);
usr.bin/tip/hunt.c
89
if (tcgetattr(FD, &t) == 0) {
usr.bin/tip/tip.c
196
tcgetattr (0, &otermios);
usr.bin/tip/tip.c
533
tcgetattr (FD, &termios);
usr.bin/tip/unidialer.c
260
tcgetattr (FD, &t);
usr.bin/top/screen.c
340
if (tcgetattr(STDOUT, &old_settings) == -1)
usr.bin/top/screen.c
411
if (tcgetattr(STDOUT, &old_settings) != -1)
usr.bin/tset/set.c
50
tcgetattr(STDERR_FILENO, &mode);
usr.bin/tset/tset.c
68
if (tcgetattr(STDERR_FILENO, &mode) < 0)
usr.bin/window/wwtty.c
58
if (tcgetattr(d, &t->ww_termios) < 0)
usr.sbin/dconschat/dconschat.c
522
tcgetattr(STDIN_FILENO, &dc->tsave) == 0) {
usr.sbin/lpr/lpd/printjob.c
1825
if (tcgetattr(pfd, &ttybuf) < 0) {
usr.sbin/moused/moused.c
2471
if (tcgetattr(rodent.mfd, &tty) < 0)
usr.sbin/ppp/physical.c
244
tcgetattr(p->fd, &rstio);
usr.sbin/ppp/prompt.c
338
tcgetattr(p->fd_in, &p->oldtio); /* Save original tty mode */
usr.sbin/ppp/prompt.c
430
tcgetattr(fd, &newtio);
usr.sbin/ppp/prompt.c
454
tcgetattr(p->fd_in, &newtio);
usr.sbin/ppp/tty.c
457
tcgetattr(p->fd, &ios);
usr.sbin/ppp/tty.c
492
tcgetattr(p->fd, &tio);
usr.sbin/ppp/tty.c
544
if (tcgetattr(p->fd, &ios) == -1)
usr.sbin/ppp/tty.c
704
tcgetattr(p->fd, &ios);
usr.sbin/pw/pw_group.c
187
if (tcgetattr(fd, &t) == -1)
usr.sbin/pw/pw_user.c
619
if (tcgetattr(fd, &t) == -1)
usr.sbin/sliplogin/sliplogin.c
413
if (tcgetattr(0, &tios) < 0) {
usr.sbin/watch/watch.c
114
tcgetattr (std_in, &otty);