Home
last modified time | relevance | path

Searched refs:ttysetup (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/usr.bin/tip/
H A Dcu.c265 if (ttysetup((speed_t)BR) != 0) { in cumain()
273 if (ttysetup((speed_t)BR) != 0) { in cumain()
H A Dtip.c237 if (ttysetup((speed_t)number(value(BAUDRATE))) != 0) { in main()
246 if (ttysetup((speed_t)number(value(BAUDRATE))) != 0) { in main()
558 ttysetup(speed_t spd) in ttysetup() function
H A Dtip.h295 int ttysetup(speed_t);
/netbsd-src/usr.bin/scmdctl/
H A Dscmdctl.c66 int ttysetup(int, speed_t);
101 ttysetup(int fd, speed_t spd) in ttysetup() function
226 ttyerror = ttysetup(fd,(speed_t)baud_rate); in main()
239 fprintf(stderr, "ttysetup: error return %d\n", ttyerror); in main()