Lines Matching defs:baud
350 * baud rate. This string indicates the user's actual speed.
373 char c, baud[20], *type = "default";
378 for (len = 0; len < sizeof (baud) - 1; len++) {
386 baud[len] = c;
388 baud[len] = '\0';
390 if (strcmp(ps->ps_baud, baud) == 0) {
399 * This auto-baud speed select mechanism is written for the Micom 600
410 char c, *type = "9600-baud";
426 case 0200: /* 300-baud */
427 type = "300-baud";
430 case 0346: /* 1200-baud */
431 type = "1200-baud";
434 case 015: /* 2400-baud */
436 type = "2400-baud";
439 default: /* 4800-baud */
440 type = "4800-baud";
443 case 0377: /* 9600-baud */
444 type = "9600-baud";