Searched refs:strPOSIX (Results 1 – 2 of 2) sorted by relevance
53 char strPOSIX[] = "posix"; variable139 if (strcmp(tx.tx_name, strPOSIX) != 0)140 if (ioctl(f, TXADDCD, (ioctl_t) strPOSIX) == 0) {185 return (ioctl(f, TXDELCD, (ioctl_t) strPOSIX));
1085 extern char strPOSIX[]; in tty_setdisc()1100 if (strcmp(tx_disc.tx_name, strPOSIX) != 0) { in tty_setdisc()1102 if (ioctl(fd, TXSETLD, (ioctl_t) strPOSIX) == -1) in tty_setdisc()