/openbsd/lib/libc/termios/ |
H A D | cfsetospeed.c | 34 cfsetospeed(struct termios *t, speed_t speed) in cfsetospeed() function
|
H A D | Makefile.inc | 5 SRCS+= cfgetispeed.c cfgetospeed.c cfmakeraw.c cfsetispeed.c cfsetospeed.c \
|
/openbsd/usr.sbin/wsmoused/ |
H A D | mouse_protocols.c | 207 cfsetospeed(&tty, B9600); in SetMouseSpeed() 211 cfsetospeed(&tty, B4800); in SetMouseSpeed() 215 cfsetospeed(&tty, B2400); in SetMouseSpeed() 220 cfsetospeed(&tty, B1200); in SetMouseSpeed() 228 cfsetospeed(&tty, B1200); in SetMouseSpeed()
|
/openbsd/lib/libc/hidden/ |
H A D | termios.h | 27 PROTO_DEPRECATED(cfsetospeed);
|
/openbsd/bin/stty/ |
H A D | stty.c | 141 cfsetospeed(&i.t, speed); in main()
|
H A D | key.c | 263 cfsetospeed(&ip->t, speed); in f_ospeed()
|
/openbsd/libexec/getty/ |
H A D | main.c | 285 cfsetospeed(&tmode, OS); in main() 287 cfsetospeed(&tmode, SP); in main()
|
/openbsd/sys/sys/ |
H A D | termios.h | 268 int cfsetospeed(struct termios *, speed_t);
|
/openbsd/usr.sbin/lpr/lpd/ |
H A D | key.c | 200 cfsetospeed(&ip->t, atoi(ip->arg)); in f_ospeed()
|
/openbsd/usr.bin/ssh/ |
H A D | ttymodes.c | 362 cfsetospeed(&tio, baud_to_speed(baud)) == -1) in ssh_tty_parse_modes()
|
/openbsd/gnu/usr.bin/binutils/gdb/rdi-share/ |
H A D | unixcomm.c | 345 cfsetospeed(&terminfo, baudrate); in Unix_SetSerialBaudRate()
|
/openbsd/gnu/llvm/lldb/source/Host/common/ |
H A D | Terminal.cpp | 289 if (::cfsetospeed(&fd_termios, *val) != 0) in SetBaudRate()
|
/openbsd/usr.sbin/lpd/ |
H A D | lp_stty.c | 230 cfsetospeed(&ip->t, atoi(ip->arg)); in f_ospeed()
|
/openbsd/lib/libedit/ |
H A D | tty.c | 1015 (void) cfsetospeed(&el->el_tty.t_ex, el->el_tty.t_speed); in tty_rawmode() 1017 (void) cfsetospeed(&el->el_tty.t_ed, el->el_tty.t_speed); in tty_rawmode()
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/ |
H A D | export.t | 89 cfsetospeed clearerr clock cosh creat ctermid ctime cuserid
|
/openbsd/gnu/llvm/lldb/source/Host/posix/ |
H A D | ConnectionFileDescriptorPosix.cpp | 742 ::cfsetospeed(&options, B115200); in ConnectFile()
|
/openbsd/usr.bin/tmux/ |
H A D | client.c | 353 cfsetospeed(&tio, cfgetospeed(&saved_tio)); in client_main()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ser-unix.c | 797 cfsetospeed (&state.termios, baud_code); in hardwire_setbaudrate()
|
/openbsd/usr.sbin/pppd/ |
H A D | sys-bsd.c | 443 cfsetospeed(&tios, inspeed); in set_up_tty()
|
/openbsd/lib/libc/ |
H A D | Symbols.list | 1695 cfsetospeed
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/ |
H A D | POSIX.xs | 1459 #define cfsetospeed(x,y) not_here("cfsetospeed") macro 1927 ? cfsetospeed(termios_ref, speed) : cfsetispeed(termios_ref, speed);
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | sys-protos.h | 155 extern int cfsetospeed(struct termios *, speed_t);
|
/openbsd/gnu/gcc/gcc/ |
H A D | sys-protos.h | 155 extern int cfsetospeed(struct termios *, speed_t);
|
/openbsd/regress/usr.bin/tsort/ |
H A D | pairs1 | 652 cfsetospeed.o cfsetospeed.o
|
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1456 fun:cfsetospeed=uninstrumented
|