Home
last modified time | relevance | path

Searched refs:tcgetattr (Results 1 – 25 of 82) sorted by relevance

1234

/dragonfly/usr.bin/tip/
H A Dacucommon.c59 if (tcgetattr (FD, &t) == 0) { in acu_hw_flow_control()
79 tcgetattr (FD, &term); in acu_getspeed()
88 if (tcgetattr (FD, &term) == 0) { in acu_setspeed()
100 tcgetattr (FD, &term); in acu_hupcl()
H A Dhunt.c89 if (tcgetattr(FD, &t) == 0) { in hunt()
H A Dtip.c196 tcgetattr (0, &otermios); in main()
533 tcgetattr (FD, &termios); in ttysetup()
/dragonfly/contrib/ncurses/include/
H A Dnc_termios.h60 #ifndef tcgetattr
61 #define tcgetattr(fd, arg) ioctl(fd, TCGETA, arg) macro
148 #ifndef tcgetattr
149 #define tcgetattr(fd, arg) _nc_mingw_tcgetattr(fd, arg) macro
/dragonfly/lib/libc/gen/
H A Dtermios.c52 tcgetattr(int fd, struct termios *t) in tcgetattr() function
256 if (tcgetattr(fd, &term) == -1) in tcflow()
H A Disatty.c44 retval = (tcgetattr(fd, &t) != -1); in isatty()
/dragonfly/usr.bin/telnet/
H A Dsys_bsd.c78 # define tcgetattr(f, t) ioctl(f, TCGETS, (char *)t) macro
83 # define tcgetattr(f, t) ioctl(f, TCGETA, (char *)t) macro
87 # define tcgetattr(f, t) ioctl(f, TIOCGETA, (char *)t) macro
238 tcgetattr(0, &old_tc); in TerminalSaveState()
401 tcgetattr(tin, &tmp_tc); in TerminalNewMode()
/dragonfly/usr.bin/script/
H A Dscript.c151 if (tcgetattr(STDIN_FILENO, &tt) == -1) in main()
226 if (tcgetattr(master, &stt) == 0 && in main()
236 if (kflg && tcgetattr(master, &stt) >= 0 && in main()
/dragonfly/sys/platform/vkernel64/platform/
H A Dconsole.c250 tcgetattr(0, &curtio); in vconssignal()
352 tcgetattr(0, &init_tio); in vconsinit()
445 if (tcgetattr(0, &tio) < 0) { in vcons_set_mode()
/dragonfly/usr.bin/lock/
H A Dlock.c125 if (tcgetattr(STDIN_FILENO, &tty)) /* get information for header */ in main()
225 if (tcgetattr(0, &ntty) && (errno != EINTR)) in main()
/dragonfly/contrib/tcsh-6/
H A Dsh.file.c95 (void) tcgetattr(SHIN, &tchars); in setup_tty()
176 (void) tcgetattr(SHOUT, &tty); in back_to_col_1()
228 (void) tcgetattr(SHOUT, &tty); in pushback()
386 (void) tcgetattr(SHOUT, &tty); in retype()
/dragonfly/crypto/openssh/
H A Dttymodes.c293 if (tcgetattr(fd, &tio) == -1) { in ssh_tty_make_modes()
367 if (tcgetattr(fd, &tio) == -1) { in ssh_tty_parse_modes()
H A Dsshtty.c73 if (tcgetattr(fileno(stdin), &tio) == -1) { in enter_raw_mode()
/dragonfly/games/hack/
H A Dhack.ioctl.c77 (void) tcgetattr(fileno(stdin), &termios); in getioctls()
/dragonfly/lib/libssh/openbsd-compat/
H A Dbsd-nextstep.h49 int tcgetattr(int, struct termios *);
/dragonfly/usr.bin/bc/
H A Dtty.c44 while ((ret = tcgetattr(0, t) == -1) && errno == EINTR) in gettty()
/dragonfly/include/
H A Dtermios.h69 int tcgetattr(int, struct termios *);
/dragonfly/usr.sbin/ppp/
H A Dprompt.c338 tcgetattr(p->fd_in, &p->oldtio); /* Save original tty mode */ in prompt_Create()
430 tcgetattr(fd, &newtio); in prompt_TtyInit()
454 tcgetattr(p->fd_in, &newtio); in prompt_TtyCommandMode()
H A Dtty.c457 tcgetattr(p->fd, &ios); in tty_Raw()
492 tcgetattr(p->fd, &tio); in tty_Offline()
544 if (tcgetattr(p->fd, &ios) == -1) in tty_Speed()
704 tcgetattr(p->fd, &ios); in tty_Create()
/dragonfly/lib/libvgl/
H A Dkeyboard.c49 tcgetattr(0, &VGLKeyboardTty); in VGLKeyboardInit()
/dragonfly/contrib/nvi2/cl/
H A Dcl_main.c202 if (tcgetattr(STDIN_FILENO, &clp->orig) == -1) in cl_init()
205 if (tcgetattr(fd, &clp->orig) == -1) { in cl_init()
/dragonfly/usr.bin/top/
H A Dscreen.c340 if (tcgetattr(STDOUT, &old_settings) == -1) in screen_readtermcap()
411 if (tcgetattr(STDOUT, &old_settings) != -1) in screen_init()
/dragonfly/games/backgammon/teachgammon/
H A Dteach.c51 if (tcgetattr(0, &old) == -1) /* get old tty mode */ in main()
/dragonfly/test/stress/stress2/testcases/pty/
H A Dpty.c96 if (tcgetattr(slave, &tios) < 0) in test()
/dragonfly/libexec/telnetd/
H A Dsys_term.c90 # define tcgetattr(f, t) ioctl(f, TCGETS, (char *)t) macro
95 # define tcgetattr(f, t) ioctl(f, TCGETA, (char *)t) macro
99 # define tcgetattr(f, t) ioctl(f, TIOCGETA, (char *)t) macro
145 (void) tcgetattr(pty, &termbuf); in init_termbuf()

1234