| /titanic_53/usr/src/lib/libc/port/gen/ |
| H A D | cfgetispeed.c | 32 #pragma weak _cfgetispeed = cfgetispeed 43 cfgetispeed(const struct termios *termios_p) in cfgetispeed() function
|
| /titanic_53/usr/src/cmd/ttymon/ |
| H A D | stty.c | 273 if ((term & TERMIOS) && cfgetispeed(&cb) != 0 && in prmodes() 274 cfgetispeed(&cb) != cfgetospeed(&cb)) { in prmodes() 275 prspeed("ispeed ", cfgetispeed(&cb)); in prmodes() 506 if ((term & TERMIOS) && cfgetispeed(&cb) != 0 && in pramodes() 507 cfgetispeed(&cb) != cfgetospeed(&cb)) { in pramodes() 508 prspeed("ispeed ", cfgetispeed(&cb)); in pramodes()
|
| /titanic_53/usr/src/ucbcmd/stty/ |
| H A D | stty.c | 221 if ((term & TERMIOS) && cfgetispeed(&cb) != 0 && in prmodes() 222 cfgetispeed(&cb) != cfgetospeed(&cb)) { in prmodes() 223 prspeed("ispeed ", cfgetispeed(&cb)); in prmodes() 474 if ((term & TERMIOS) && cfgetispeed(&cb) != 0 && in pramodes() 475 cfgetispeed(&cb) != cfgetospeed(&cb)) { in pramodes() 476 prspeed("ispeed ", cfgetispeed(&cb)); in pramodes()
|
| /titanic_53/usr/src/lib/libbc/libc/gen/common/ |
| H A D | posix_tty.c | 74 cfgetispeed(struct termios *termios_p) in cfgetispeed() function
|
| /titanic_53/usr/src/lib/libbc/inc/include/ |
| H A D | termios.h | 262 speed_t cfgetispeed(/* struct termios *termios_p */);
|
| /titanic_53/usr/src/lib/libbc/inc/include/sys/ |
| H A D | termios.h | 262 speed_t cfgetispeed(/* struct termios *termios_p */);
|
| /titanic_53/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
| H A D | sys_bsd.c | 77 #define cfgetispeed(ptr) (ptr)->sg_ispeed macro 576 in = cfgetispeed(&old_tc);
|
| /titanic_53/usr/src/cmd/cmd-inet/usr.bin/ |
| H A D | rlogin.c | 1380 if (cfgetispeed(&tb) != cfgetispeed(&savetty)) { in compat_ioctl() 1381 (void) cfsetispeed(&tb, cfgetispeed(&savetty)); in compat_ioctl()
|
| /titanic_53/usr/src/contrib/ast/src/lib/libast/features/ |
| H A D | tty | 50 # define cfgetispeed(tp) ((tp)->c_cflag & CBAUD)
|
| /titanic_53/usr/src/cmd/ast/libast/i386/FEATURE/ |
| H A D | tty | 56 # define cfgetispeed(tp) ((tp)->c_cflag & CBAUD)
|
| /titanic_53/usr/src/cmd/ast/libast/sparc/FEATURE/ |
| H A D | tty | 56 # define cfgetispeed(tp) ((tp)->c_cflag & CBAUD)
|
| /titanic_53/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
| H A D | tty | 56 # define cfgetispeed(tp) ((tp)->c_cflag & CBAUD)
|
| /titanic_53/usr/src/cmd/ast/libast/amd64/FEATURE/ |
| H A D | tty | 56 # define cfgetispeed(tp) ((tp)->c_cflag & CBAUD)
|
| /titanic_53/usr/src/contrib/ast/src/lib/libcmd/ |
| H A D | stty.c | 461 sfprintf(sfstdout,":%x",cfgetispeed(sp)); in gout() 473 unsigned int ispeed = cfgetispeed(sp); in output() 725 if (tp = getspeed(*tp->name == 'i' ? cfgetispeed(sp) : cfgetospeed(sp))) in set()
|
| /titanic_53/usr/src/uts/common/sys/ |
| H A D | termios.h | 105 extern speed_t cfgetispeed(const struct termios *);
|
| /titanic_53/usr/src/lib/c_synonyms/ |
| H A D | syn_common | 178 cfgetispeed
|
| /titanic_53/usr/src/lib/libc/amd64/ |
| H A D | Makefile | 363 cfgetispeed.o \
|
| /titanic_53/usr/src/lib/libc/sparcv9/ |
| H A D | Makefile.com | 382 cfgetispeed.o \
|
| /titanic_53/usr/src/lib/libc/i386/ |
| H A D | Makefile.com | 396 cfgetispeed.o \
|
| /titanic_53/usr/src/lib/libc/sparc/ |
| H A D | Makefile.com | 421 cfgetispeed.o \
|
| /titanic_53/usr/src/lib/libc/port/ |
| H A D | llib-lc | 304 /* cfgetispeed.c */ 305 speed_t cfgetispeed(const struct termios *termios_p);
|
| H A D | mapfile-vers | 2216 cfgetispeed;
|
| /titanic_53/usr/src/man/man3c/ |
| H A D | Makefile | 66 cfgetispeed.3c \ 1559 cfgetospeed.3c := LINKSRC = cfgetispeed.3c
|
| /titanic_53/usr/src/pkg/manifests/ |
| H A D | system-library.man3c.inc | 61 file path=usr/share/man/man3c/cfgetispeed.3c 712 link path=usr/share/man/man3c/cfgetospeed.3c target=cfgetispeed.3c
|