Searched refs:tcgetattr (Results 1 - 25 of 124) sorted by relevance

12345

/freebsd-11-stable/lib/libc/gen/
H A Disatty.c45 retval = (tcgetattr(fd, &t) != -1);
H A Dtermios.c52 tcgetattr(int fd, struct termios *t) function
266 if (tcgetattr(fd, &term) == -1)
/freebsd-11-stable/contrib/ncurses/include/
H A Dnc_termios.h57 #ifndef tcgetattr
58 #define tcgetattr(fd, arg) ioctl(fd, TCGETA, arg) macro
153 #ifndef tcgetattr
154 #define tcgetattr(fd, arg) _nc_mingw_ioctl(fd, TCGETA, arg) macro
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-nextstep.h49 int tcgetattr(int, struct termios *);
H A Dbsd-nextstep.c47 tcgetattr(int fd, struct termios *t) function
/freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/
H A DPlatform.cpp53 int tcgetattr(int fildes, struct termios *termios_p) { function
H A DPlatform.h76 extern int tcgetattr(int fildes, struct termios *termios_p);
/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dstty_default.c81 tcgetattr(0, &termios);
H A Dread_string.c83 tcgetattr(fileno(tty), &t_old);
/freebsd-11-stable/usr.bin/bc/
H A Dtty.c43 while ((ret = tcgetattr(0, t)) == -1 && errno == EINTR)
/freebsd-11-stable/usr.bin/tip/libacu/
H A Ddf.c74 tcgetattr(f, &cntrl);
89 tcgetattr(f, &cntrl);
H A Dv831.c143 tcgetattr(FD, &cntrl);
209 tcgetattr(AC, &cntrl);
H A Ddn11.c102 tcgetattr(dn, &cntrl);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DTerminal.cpp31 if (::tcgetattr(m_fd, &fd_termios) == 0) {
60 if (::tcgetattr(m_fd, &fd_termios) == 0) {
117 int err = ::tcgetattr(fd, m_termios_up.get());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A Dembedded_interpreter.py88 old = termios.tcgetattr(fd)
91 new = termios.tcgetattr(fd)
/freebsd-11-stable/contrib/libreadline/examples/
H A Dexcallback.c106 if( tcgetattr(STDIN_FILENO, &term) < 0 ) {
107 perror("tcgetattr");
H A Drlptytest.c222 if(tcgetattr(fd, &save_termios) < 0)
276 if(tcgetattr(fd, &buf) < 0)
/freebsd-11-stable/lib/libvgl/
H A Dkeyboard.c50 tcgetattr(0, &VGLKeyboardTty);
/freebsd-11-stable/crypto/openssh/
H A Dsshtty.c73 if (tcgetattr(fileno(stdin), &tio) == -1) {
75 perror("tcgetattr");
/freebsd-11-stable/usr.bin/tip/tip/
H A Dhunt.c97 tcgetattr(FD, &cntrl);
/freebsd-11-stable/include/
H A Dtermios.h77 int tcgetattr(int, struct termios *);
/freebsd-11-stable/usr.bin/resizewin/
H A Dresizewin.c95 if (tcgetattr(fd, &old) == -1)
/freebsd-11-stable/usr.sbin/bhyve/
H A Dconsport.c66 tcgetattr(STDIN_FILENO, &tio_orig);
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dkeyboard.c51 if (tcgetattr(fd, &keyboard->saved_mode) < 0) {
/freebsd-11-stable/contrib/ntp/libntp/
H A Dicom.c153 rc = tcgetattr(fd, &ttyb);

Completed in 352 milliseconds

12345