HomeSort by: relevance | last modified time | path
    Searched refs:cfgetispeed (Results 1 - 15 of 15) sorted by relevancy

  /src/lib/libc/termios/
cfgetispeed.c 1 /* $NetBSD: cfgetispeed.c,v 1.8 2012/06/25 22:32:46 abs Exp $ */
37 __RCSID("$NetBSD: cfgetispeed.c,v 1.8 2012/06/25 22:32:46 abs Exp $");
48 __weak_alias(cfgetispeed,_cfgetispeed)
52 cfgetispeed(const struct termios *t)
  /src/external/bsd/ppp/dist/pppd/
termios_linux.h 137 static inline speed_t cfgetispeed(const struct termios *t) function
163 static inline speed_t cfgetispeed(const struct termios *t) function
  /src/bin/stty/
gfmt.c 70 (void)printf("ispeed=%d:ospeed=%d\n", cfgetispeed(tp), cfgetospeed(tp));
print.c 67 ispeed = cfgetispeed(tp);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
termios.d 837 speed_t cfgetispeed(const scope termios*);
851 speed_t cfgetispeed(const scope termios*);
864 speed_t cfgetispeed(const scope termios*);
878 speed_t cfgetispeed(const scope termios*);
891 speed_t cfgetispeed(const scope termios*);
904 speed_t cfgetispeed(const scope termios*);
917 speed_t cfgetispeed(const scope termios*);
932 speed_t cfgetispeed(const scope termios*);
943 speed_t cfgetispeed(const scope termios*);
  /src/sys/sys/
termios.h 272 speed_t cfgetispeed(const struct termios *);
  /src/usr.sbin/sliplogin/
sliplogin.c 303 speed = cfgetispeed(&tios);
  /src/crypto/external/bsd/openssh/dist/
ttymodes.c 278 ibaud = speed_to_baud(cfgetispeed(&tio));
  /src/usr.bin/telnet/
sys_bsd.c 430 in = cfgetispeed(&old_tc);
  /src/usr.bin/xlint/llib/
llib-lposix 84 speed_t (cfgetispeed)(const struct termios *p);
  /src/external/bsd/tmux/dist/
client.c 359 cfsetispeed(&tio, cfgetispeed(&saved_tio));
  /src/lib/libc/include/
namespace.h 243 #define cfgetispeed _cfgetispeed macro
  /src/lib/libedit/
tty.c 615 if ((spd = cfgetispeed(td)) == 0)
  /src/external/gpl3/gdb/dist/sim/ppc/
emul_unix.c 2380 target.c_ispeed = cfgetispeed (host);
  /src/external/gpl3/gdb.old/dist/sim/ppc/
emul_unix.c 2380 target.c_ispeed = cfgetispeed (host);

Completed in 44 milliseconds