Home
last modified time | relevance | path

Searched refs:cfgetospeed (Results 1 – 25 of 34) sorted by relevance

12

/netbsd-src/lib/libc/termios/
H A Dcfgetospeed.c48 __weak_alias(cfgetospeed,_cfgetospeed) in __weak_alias() argument
52 cfgetospeed(const struct termios *t) in __weak_alias()
H A DMakefile.inc5 SRCS+= cfgetispeed.c cfgetospeed.c cfmakeraw.c cfsetispeed.c cfsetospeed.c \
17 tcsetattr.3 cfgetospeed.3 tcsetattr.3 cfmakeraw.3 \
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dtermios.d852 speed_t cfgetospeed(const scope termios*); in version()
865 speed_t cfgetospeed(const scope termios*); in version()
879 speed_t cfgetospeed(const scope termios*); in version()
892 speed_t cfgetospeed(const scope termios*); in version()
905 speed_t cfgetospeed(const scope termios*); in version()
918 speed_t cfgetospeed(const scope termios*); in version()
930 speed_t cfgetospeed(const scope termios*); in version()
944 speed_t cfgetospeed(const scope termios*); in version()
/netbsd-src/games/backgammon/teachgammon/
H A Dteach.c70 ospeed = cfgetospeed(&old); /* for termlib */ in main()
/netbsd-src/usr.bin/tip/aculib/
H A Ddf.c92 spd = cfgetospeed(&cntrl); in df_dialer()
/netbsd-src/bin/stty/
H A Dgfmt.c70 (void)printf("ispeed=%d:ospeed=%d\n", cfgetispeed(tp), cfgetospeed(tp)); in gprint()
H A Dprint.c68 ospeed = cfgetospeed(tp); in print()
H A Dkey.c304 (void)printf("%d\n", cfgetospeed(&ip->t)); in f_speed()
/netbsd-src/lib/libterminfo/
H A Dcurterm.c70 os = cfgetospeed(&termios); in _ti_setospeed()
/netbsd-src/libexec/getty/
H A Dmain.c481 if (cfgetospeed(&tmode) >= 1200) in getname()
490 if (cfgetospeed(&tmode) < 1200) in getname()
/netbsd-src/sys/sys/
H A Dtermios.h273 speed_t cfgetospeed(const struct termios *);
/netbsd-src/usr.bin/tset/
H A Dtset.c76 ospeed = cfgetospeed(&mode); in main()
/netbsd-src/games/hack/
H A Dhack.tty.c138 ospeed = cfgetospeed(&inittyb); in gettty()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/scripts/
H A Dglobal_symbols.txt45 cfgetospeed U
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dttymodes.c277 obaud = speed_to_baud(cfgetospeed(&tio)); in ssh_tty_make_modes()
/netbsd-src/usr.bin/mail/
H A Dmain.c115 ospeed = cfgetospeed(&tbuf); in setscreensize()
/netbsd-src/games/backgammon/backgammon/
H A Dmain.c110 ospeed = cfgetospeed(&old); /* for termlib */ in main()
/netbsd-src/distrib/utils/more/
H A Dscreen.c171 ospeed = cfgetospeed(&s);
/netbsd-src/games/tetris/
H A Dscreen.c208 ospeed = cfgetospeed(&newtt); in scr_set()
/netbsd-src/usr.bin/telnet/
H A Dsys_bsd.c429 out = cfgetospeed(&old_tc); in TerminalSpeeds()
/netbsd-src/games/warp/
H A Dterm.h191 #define cfgetospeed(ti) ((ti)->c_cflag & CBAUD)
/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dterminal.c564 ospeed = cfgetospeed (&ti); in terminal_initialize_terminal()
/netbsd-src/lib/libcurses/
H A Dtty.c85 return cfgetospeed(&_cursesi_screen->baset); in baudrate()
/netbsd-src/external/bsd/nvi/dist/cl/
H A Dcl_funcs.c206 switch (cfgetospeed(&clp->orig)) { in cl_baud()
/netbsd-src/usr.bin/rlogin/
H A Drlogin.c236 for (ospeed = i = cfgetospeed(&tty), len2 = 2; i > 9; len2++) in main()

12