Home
last modified time | relevance | path

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

12345

/freebsd/contrib/ncurses/include/
H A Dnc_termios.h60 #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 Ddf.c66 tcgetattr(f, &cntrl); in df_dialer()
81 tcgetattr(f, &cntrl); in df_dialer()
H A Dv831.c135 tcgetattr(FD, &cntrl); in v831_disconnect()
201 tcgetattr(AC, &cntrl); in dialit()
H A Dcourier.c71 tcgetattr(FD, &cntrl); in cour_dialer()
233 tcgetattr(FD, &cntrl); in cour_connect()
H A Dt3000.c72 tcgetattr(FD, &cntrl); in t3000_dialer()
248 tcgetattr(FD, &cntrl); in t3000_connect()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A Dembedded_interpreter.py81 old = termios.tcgetattr(fd)
84 new = termios.tcgetattr(fd)
/freebsd/usr.bin/top/
H A Dscreen.c174 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 Dsys_bsd.c55 # 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 Dtermios.c48 tcgetattr(int fd, struct termios *t) in tcgetattr() function
262 if (tcgetattr(fd, &term) == -1) in tcflow()
H A Disatty.c41 retval = (tcgetattr(fd, &t) != -1); in isatty()
/freebsd/contrib/telnet/telnet/
H A Dsys_bsd.c80 # 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 Dlock.c132 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 Dscript.c210 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 Dbsd-nextstep.h49 int tcgetattr(int, struct termios *);
/freebsd/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()
/freebsd/contrib/tcsh/
H A Dsh.file.c96 (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 DPlatform.cpp53 int tcgetattr(int fildes, struct termios *termios_p) { in tcgetattr() function
H A DPlatform.h73 extern int tcgetattr(int fildes, struct termios *termios_p);
/freebsd/include/
H A Dtermios.h79 int tcgetattr(int, struct termios *);
/freebsd/lib/libvgl/
H A Dkeyboard.c50 tcgetattr(0, &VGLKeyboardTty); in VGLKeyboardInit()
/freebsd/crypto/heimdal/appl/login/
H A Dstty_default.c81 tcgetattr(0, &termios); in stty_default()
/freebsd/usr.bin/tip/tip/
H A Dhunt.c89 tcgetattr(FD, &cntrl); in hunt()
/freebsd/usr.sbin/ppp/
H A Dprompt.c340 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 Dcl_main.c202 if (tcgetattr(STDIN_FILENO, &clp->orig) == -1) in cl_init()
205 if (tcgetattr(fd, &clp->orig) == -1) { in cl_init()

12345