Searched refs:ttysetup (Results 1 – 4 of 4) sorted by relevance
265 if (ttysetup((speed_t)BR) != 0) { in cumain() 273 if (ttysetup((speed_t)BR) != 0) { in cumain()
237 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
295 int ttysetup(speed_t);
66 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()