/freebsd/contrib/ncurses/include/ |
H A D | nc_termios.h | 60 #ifndef tcgetattr 61 #define tcgetattr(fd, arg) ioctl(fd, TCGETA, arg) macro 152 #ifndef tcgetattr 153 #define tcgetattr(fd, arg) _nc_mingw_tcgetattr(fd, arg) macro
|
/freebsd/usr.bin/tip/libacu/ |
H A D | df.c | 66 tcgetattr(f, &cntrl); in df_dialer() 81 tcgetattr(f, &cntrl); in df_dialer()
|
H A D | v831.c | 135 tcgetattr(FD, &cntrl); in v831_disconnect() 201 tcgetattr(AC, &cntrl); in dialit()
|
H A D | courier.c | 71 tcgetattr(FD, &cntrl); in cour_dialer() 233 tcgetattr(FD, &cntrl); in cour_connect()
|
H A D | t3000.c | 72 tcgetattr(FD, &cntrl); in t3000_dialer() 248 tcgetattr(FD, &cntrl); in t3000_connect()
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | embedded_interpreter.py | 81 old = termios.tcgetattr(fd) 84 new = termios.tcgetattr(fd)
|
/freebsd/usr.bin/top/ |
H A D | screen.c | 174 if (tcgetattr(STDOUT_FILENO, &old_settings) == -1) in init_termcap() 184 if (tcgetattr(STDOUT_FILENO, &old_settings) != -1) in init_screen()
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | sys_bsd.c | 55 # define tcgetattr(f, t) ioctl(f, TCGETS, (char *)t) macro 60 # define tcgetattr(f, t) ioctl(f, TCGETA, (char *)t) macro 64 # define tcgetattr(f, t) ioctl(f, TIOCGETA, (char *)t) macro 189 tcgetattr(0, &old_tc); in TerminalSaveState() 342 tcgetattr(tin, &tmp_tc); in TerminalNewMode()
|
/freebsd/lib/libc/gen/ |
H A D | termios.c | 48 tcgetattr(int fd, struct termios *t) in tcgetattr() function 262 if (tcgetattr(fd, &term) == -1) in tcflow()
|
H A D | isatty.c | 41 retval = (tcgetattr(fd, &t) != -1); in isatty()
|
/freebsd/contrib/telnet/telnet/ |
H A D | sys_bsd.c | 80 # define tcgetattr(f, t) ioctl(f, TCGETS, (char *)t) macro 85 # define tcgetattr(f, t) ioctl(f, TCGETA, (char *)t) macro 89 # define tcgetattr(f, t) ioctl(f, TIOCGETA, (char *)t) macro 240 tcgetattr(0, &old_tc); in TerminalSaveState() 403 tcgetattr(tin, &tmp_tc); in TerminalNewMode()
|
/freebsd/usr.bin/lock/ |
H A D | lock.c | 132 if (tcgetattr(0, &tty)) /* get information for header */ in main() 244 if (tcgetattr(0, &ntty) && (errno != EINTR)) in main()
|
/freebsd/usr.bin/script/ |
H A D | script.c | 210 if (tcgetattr(STDIN_FILENO, &tt) == -1 || in main() 333 if (tcgetattr(master, &stt) == 0 && in main() 362 if (kflg && tcgetattr(master, &stt) >= 0 && in main() 529 if (tcgetattr(STDOUT_FILENO, &tt) == -1) { in termset()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-nextstep.h | 49 int tcgetattr(int, struct termios *);
|
/freebsd/crypto/openssh/ |
H A D | ttymodes.c | 293 if (tcgetattr(fd, &tio) == -1) { in ssh_tty_make_modes() 367 if (tcgetattr(fd, &tio) == -1) { in ssh_tty_parse_modes()
|
H A D | sshtty.c | 73 if (tcgetattr(fileno(stdin), &tio) == -1) { in enter_raw_mode()
|
/freebsd/contrib/tcsh/ |
H A D | sh.file.c | 96 (void) tcgetattr(SHIN, &tchars); in setup_tty() 177 (void) tcgetattr(SHOUT, &tty); in back_to_col_1() 229 (void) tcgetattr(SHOUT, &tty); in pushback() 387 (void) tcgetattr(SHOUT, &tty); in retype()
|
/freebsd/contrib/llvm-project/lldb/tools/driver/ |
H A D | Platform.cpp | 53 int tcgetattr(int fildes, struct termios *termios_p) { in tcgetattr() function
|
H A D | Platform.h | 73 extern int tcgetattr(int fildes, struct termios *termios_p);
|
/freebsd/include/ |
H A D | termios.h | 79 int tcgetattr(int, struct termios *);
|
/freebsd/lib/libvgl/ |
H A D | keyboard.c | 50 tcgetattr(0, &VGLKeyboardTty); in VGLKeyboardInit()
|
/freebsd/crypto/heimdal/appl/login/ |
H A D | stty_default.c | 81 tcgetattr(0, &termios); in stty_default()
|
/freebsd/usr.bin/tip/tip/ |
H A D | hunt.c | 89 tcgetattr(FD, &cntrl); in hunt()
|
/freebsd/usr.sbin/ppp/ |
H A D | prompt.c | 340 tcgetattr(p->fd_in, &p->oldtio); /* Save original tty mode */ in prompt_Create() 432 tcgetattr(fd, &newtio); in prompt_TtyInit() 456 tcgetattr(p->fd_in, &newtio); in prompt_TtyCommandMode()
|
/freebsd/contrib/nvi/cl/ |
H A D | cl_main.c | 202 if (tcgetattr(STDIN_FILENO, &clp->orig) == -1) in cl_init() 205 if (tcgetattr(fd, &clp->orig) == -1) { in cl_init()
|