| /src/lib/libterminfo/ |
| curterm.c | 54 static const speed_t bauds[] = { variable 71 for (i = 0; i < __arraycount(bauds); i++) 72 if (bauds[i] == os) {
|
| /src/usr.sbin/btattach/ |
| btattach.c | 564 const int bauds[] = { local 610 for (i = 0; i < __arraycount(bauds); i++) { 611 if (cfsetspeed(&tio, bauds[i]) < 0 614 if (bauds[i] > 115200) 621 printf(" try with B%d\n", bauds[i]); 623 sleep(bauds[i] < 9600 ? 3 : 1); 655 bauds[i]);
|
| /src/usr.sbin/memswitch/ |
| methods.c | 433 static const int bauds[] = {75, 150, 300, 600, 1200, 2400, 4800, 9600, local 446 for (i = 0; bauds[i]; i++) 447 if (baud == bauds[i]) 449 if (bauds[i] == 0) { 687 static const char *const bauds[] = {"75", "150", "300", "600", "1200", local 702 baud = bauds[v & 0x000f];
|
| /src/usr.sbin/lpr/lpd/ |
| printjob.c | 1503 struct bauds { struct 1506 } bauds[] = { variable in typeref:struct:bauds 1549 struct bauds *bp; 1550 for (bp = bauds; bp->baud; bp++)
|