Searched refs:termios (Results 26 - 50 of 295) sorted by relevance

1234567891011>>

/freebsd-13-stable/lib/libc/gen/
H A Dtermios.c33 __SCCSID("@(#)termios.c 8.2 (Berkeley) 2/21/94");
45 #include <termios.h>
52 tcgetattr(int fd, struct termios *t)
59 tcsetattr(int fd, int opt, const struct termios *t)
61 struct termios localterm;
125 cfgetospeed(const struct termios *t)
132 cfgetispeed(const struct termios *t)
139 cfsetospeed(struct termios *t, speed_t speed)
147 cfsetispeed(struct termios *t, speed_t speed)
155 cfsetspeed(struct termios *
[all...]
/freebsd-13-stable/lib/libutil/
H A Dpty.c46 #include <termios.h>
50 openpty(int *amaster, int *aslave, char *name, struct termios *termp,
91 forkpty(int *amaster, char *name, struct termios *termp, struct winsize *winp)
/freebsd-13-stable/lib/libvgl/
H A Dkeyboard.c37 #include <termios.h>
43 static struct termios VGLKeyboardTty;
49 static struct termios term;
/freebsd-13-stable/contrib/nvi/cl/
H A Dcl.h30 struct termios orig; /* Original terminal values. */
31 struct termios ex_enter;/* Terminal values to enter ex. */
32 struct termios vi_enter;/* Terminal values to enter vi. */
/freebsd-13-stable/contrib/ntp/include/
H A Dntp_tty.h62 # include <termios.h>
67 # include <sys/termios.h>
69 # define TTY struct termios
H A Dl_stdlib.h18 # include <termios.h>
48 struct termios;
49 extern int cfsetispeed (struct termios *, speed_t);
50 extern int cfsetospeed (struct termios *, speed_t);
/freebsd-13-stable/usr.sbin/ppp/
H A Dprompt.h63 struct termios oldtio; /* Original tty mode */
64 struct termios comtio; /* Command level tty mode */
H A Dsync.c34 #include <termios.h>
/freebsd-13-stable/contrib/tcsh/
H A Dtc.disc.c47 static struct termios otermiob;
72 struct termios termiob;
99 struct termios termiob;
H A Dmi.termios.c0 /* termios.c - fake termios interface using sgtty interface
34 /* Redefine some of the termios.h names just undefined with 'T_' prefixed
56 struct termios *termios_p;
62 struct termios *termios_p;
68 struct termios *termios_p;
76 struct termios *termios_p;
86 /* The speed encodings in sgtty.h and termios.h are different. Both are
153 struct termios *termios_p;
255 * As our termios emulatio
[all...]
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/ttyio/
H A Dt_ttyio.c46 #include <termios.h>
52 int openpty(int *, int *, char *, struct termios *, struct winsize *);
82 struct termios term;
89 * Create default termios settings for later use
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DTerminal.cpp19 #include <termios.h>
30 struct termios fd_termios;
59 struct termios fd_termios;
116 m_termios_up.reset(new struct termios);
/freebsd-13-stable/lib/libc/tests/
H A DMakefile22 TESTS_SUBDIRS+= termios
/freebsd-13-stable/contrib/dialog/
H A Dttysize.c35 #include <termios.h>
43 /* On SCO, they neglected to define struct winsize in termios.h -- it's only
/freebsd-13-stable/contrib/ntp/kernel/sys/
H A Dparsestreams.h48 #include <sys/termios.h>
/freebsd-13-stable/usr.bin/resizewin/
H A Dresizewin.c40 #include <termios.h>
62 struct termios old, new;
/freebsd-13-stable/sys/sys/
H A Dtty.h112 struct termios t_termios; /* (t) I/O processing flags. */
119 struct termios t_termios_init_in; /* tty%s.init. */
120 struct termios t_termios_lock_in; /* tty%s.lock. */
121 struct termios t_termios_init_out; /* cua%s.init. */
122 struct termios t_termios_lock_out; /* cua%s.lock. */
/freebsd-13-stable/contrib/opie/libopie/
H A Dreadpass.c42 #include <termios.h> /* POSIX Terminal I/O functions */
78 struct termios attr, orig_attr;
112 memcpy(&attr, &orig_attr, sizeof(struct termios));
/freebsd-13-stable/sys/dev/usb/serial/
H A Dusb_serial.h95 void (*ucom_cfg_param) (struct ucom_softc *, struct termios *);
99 int (*ucom_pre_param) (struct ucom_softc *, struct termios *);
129 struct termios termios_copy;
/freebsd-13-stable/usr.bin/tip/libacu/
H A Dv831.c49 #include <termios.h>
137 struct termios cntrl;
194 struct termios cntrl;
/freebsd-13-stable/usr.bin/top/
H A Dscreen.c28 #include <termios.h>
55 static struct termios old_settings;
56 static struct termios new_settings;
/freebsd-13-stable/bin/stty/
H A Dgfmt.c60 gprint(struct termios *tp, struct winsize *wp __unused, int ldisc __unused)
74 gread(struct termios *tp, char *s)
/freebsd-13-stable/contrib/bc/include/
H A Dhistory.h97 #include <termios.h>
217 struct termios orig_termios;
/freebsd-13-stable/contrib/netbsd-tests/kernel/kqueue/read/
H A Dt_ttypty.c42 #include <termios.h>
63 struct termios tio;
/freebsd-13-stable/contrib/ntp/lib/isc/unix/
H A Dkeyboard.c30 #include <termios.h>
41 struct termios current_mode;

Completed in 187 milliseconds

1234567891011>>