Lines Matching defs:parity
229 setparity("none"); /* set the parity table */
586 * Do a write to the remote machine with the correct parity.
588 * with the right parity and output it.
611 * Build a parity table with appropriate high-order bit.
617 const char *parity;
625 parity = value(PARITY);
626 if (strcmp(parity, "none") == 0) {
634 if (strcmp(parity, "odd") == 0)
636 else if (strcmp(parity, "zero") == 0)
638 else if (strcmp(parity, "one") == 0)
640 else if (strcmp(parity, "even") != 0) {
641 (void)fprintf(stderr, "%s: unknown parity value\r\n", parity);