Searched refs:cfsetispeed (Results 1 - 23 of 23) sorted by relevance

/openbsd-current/lib/libc/termios/
H A Dcfsetispeed.c1 /* $OpenBSD: cfsetispeed.c,v 1.5 2005/08/05 13:03:00 espie Exp $ */
34 cfsetispeed(struct termios *t, speed_t speed) function
H A DMakefile.inc5 SRCS+= cfgetispeed.c cfgetospeed.c cfmakeraw.c cfsetispeed.c cfsetospeed.c \
/openbsd-current/lib/libc/hidden/
H A Dtermios.h26 PROTO_DEPRECATED(cfsetispeed); variable
/openbsd-current/bin/stty/
H A Dstty.c142 cfsetispeed(&i.t, speed);
H A Dkey.c221 cfsetispeed(&ip->t, speed);
/openbsd-current/usr.sbin/wsmoused/
H A Dmouse_protocols.c206 cfsetispeed(&tty, B9600);
210 cfsetispeed(&tty, B4800);
214 cfsetispeed(&tty, B2400);
219 cfsetispeed(&tty, B1200);
227 cfsetispeed(&tty, B1200);
/openbsd-current/sys/sys/
H A Dtermios.h267 int cfsetispeed(struct termios *, speed_t);
/openbsd-current/libexec/getty/
H A Dmain.c281 cfsetispeed(&tmode, IS);
283 cfsetispeed(&tmode, SP);
/openbsd-current/usr.sbin/lpr/lpd/
H A Dkey.c178 cfsetispeed(&ip->t, atoi(ip->arg));
/openbsd-current/usr.bin/ssh/
H A Dttymodes.c354 cfsetispeed(&tio, baud_to_speed(baud)) == -1)
355 error("cfsetispeed failed for %d", baud);
/openbsd-current/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dunixcomm.c346 cfsetispeed(&terminfo, baudrate);
/openbsd-current/gnu/llvm/lldb/source/Host/common/
H A DTerminal.cpp285 if (::cfsetispeed(&fd_termios, *val) != 0)
/openbsd-current/usr.sbin/lpd/
H A Dlp_stty.c208 cfsetispeed(&ip->t, atoi(ip->arg));
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/t/
H A Dexport.t88 atol bsearch calloc ceil cfgetispeed cfgetospeed cfsetispeed
/openbsd-current/gnu/llvm/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp743 ::cfsetispeed(&options, B115200);
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/lib/
H A DPOSIX.pm382 cfgetispeed cfgetospeed cfsetispeed cfsetospeed tcdrain
/openbsd-current/usr.bin/tmux/
H A Dclient.c352 cfsetispeed(&tio, cfgetispeed(&saved_tio));
/openbsd-current/lib/libedit/
H A Dtty.c1014 (void) cfsetispeed(&el->el_tty.t_ex, el->el_tty.t_speed);
1016 (void) cfsetispeed(&el->el_tty.t_ed, el->el_tty.t_speed);
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dser-unix.c798 cfsetispeed (&state.termios, baud_code);
/openbsd-current/usr.sbin/pppd/
H A Dsys-bsd.c444 cfsetispeed(&tios, inspeed);
/openbsd-current/gnu/gcc/gcc/
H A Dsys-protos.h154 extern int cfsetispeed(struct termios *, speed_t);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dsys-protos.h154 extern int cfsetispeed(struct termios *, speed_t);
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/
H A DPOSIX.xs1460 #define cfsetispeed(x,y) not_here("cfsetispeed")
1929 ? cfsetospeed(termios_ref, speed) : cfsetispeed(termios_ref, speed);

Completed in 302 milliseconds