Lines Matching defs:baud
627 * baud rate. This string indicates the user's actual speed.
650 char c, baud[20];
656 for (len = 0; len < sizeof (baud) - 1; len++) {
664 baud[len] = c;
666 baud[len] = '\0';
668 if (strcmp(ps->ps_baud, baud) == 0) {
677 * This auto-baud speed select mechanism is written for the Micom 600
689 const char *type = "9600-baud";
704 case 0200: /* 300-baud */
705 type = "300-baud";
708 case 0346: /* 1200-baud */
709 type = "1200-baud";
712 case 015: /* 2400-baud */
714 type = "2400-baud";
717 default: /* 4800-baud */
718 type = "4800-baud";
721 case 0377: /* 9600-baud */
722 type = "9600-baud";