HomeSort by: relevance | last modified time | path
    Searched refs:cfgetospeed (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/lib/libc/termios/
cfgetospeed.c 1 /* $NetBSD: cfgetospeed.c,v 1.8 2012/06/25 22:32:46 abs Exp $ */
37 __RCSID("$NetBSD: cfgetospeed.c,v 1.8 2012/06/25 22:32:46 abs Exp $");
48 __weak_alias(cfgetospeed,_cfgetospeed)
52 cfgetospeed(const struct termios *t)
Makefile.inc 5 SRCS+= cfgetispeed.c cfgetospeed.c cfmakeraw.c cfsetispeed.c cfsetospeed.c \
17 tcsetattr.3 cfgetospeed.3 tcsetattr.3 cfmakeraw.3 \
  /src/external/bsd/ppp/dist/pppd/
termios_linux.h 118 static inline speed_t cfgetospeed(const struct termios *t) function
142 return cfgetospeed(t);
165 return cfgetospeed(t);
  /src/games/backgammon/teachgammon/
teach.c 70 ospeed = cfgetospeed(&old); /* for termlib */
  /src/bin/stty/
gfmt.c 70 (void)printf("ispeed=%d:ospeed=%d\n", cfgetispeed(tp), cfgetospeed(tp));
key.c 304 (void)printf("%d\n", cfgetospeed(&ip->t));
print.c 68 ospeed = cfgetospeed(tp);
  /src/usr.bin/tip/aculib/
df.c 92 spd = cfgetospeed(&cntrl);
  /src/lib/libterminfo/
curterm.c 70 os = cfgetospeed(&termios);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
termios.d 838 speed_t cfgetospeed(const scope termios*);
852 speed_t cfgetospeed(const scope termios*);
865 speed_t cfgetospeed(const scope termios*);
879 speed_t cfgetospeed(const scope termios*);
892 speed_t cfgetospeed(const scope termios*);
905 speed_t cfgetospeed(const scope termios*);
918 speed_t cfgetospeed(const scope termios*);
930 speed_t cfgetospeed(const scope termios*);
944 speed_t cfgetospeed(const scope termios*);
  /src/games/hack/
hack.tty.c 138 ospeed = cfgetospeed(&inittyb);
  /src/sys/sys/
termios.h 273 speed_t cfgetospeed(const struct termios *);
  /src/usr.bin/tset/
tset.c 76 ospeed = cfgetospeed(&mode);
  /src/libexec/getty/
main.c 481 if (cfgetospeed(&tmode) >= 1200)
490 if (cfgetospeed(&tmode) < 1200)
  /src/distrib/utils/more/
screen.c 171 ospeed = cfgetospeed(&s);
  /src/games/backgammon/backgammon/
main.c 110 ospeed = cfgetospeed(&old); /* for termlib */
  /src/usr.bin/mail/
main.c 115 ospeed = cfgetospeed(&tbuf);
  /src/crypto/external/bsd/openssh/dist/
ttymodes.c 277 obaud = speed_to_baud(cfgetospeed(&tio));
  /src/games/tetris/
screen.c 208 ospeed = cfgetospeed(&newtt);
  /src/usr.bin/telnet/
sys_bsd.c 429 out = cfgetospeed(&old_tc);
  /src/games/warp/
term.h 191 #define cfgetospeed(ti) ((ti)->c_cflag & CBAUD)
term.c 73 ospeed = cfgetospeed(&_tty);
  /src/lib/libcurses/
tty.c 85 return cfgetospeed(&_cursesi_screen->baset);
  /src/external/gpl2/texinfo/dist/info/
terminal.c 565 ospeed = cfgetospeed (&ti);
  /src/usr.bin/xlint/llib/
llib-lposix 85 speed_t (cfgetospeed)(const struct termios *p);

Completed in 74 milliseconds

1 2