Home | History | Annotate | Download | only in wsmuxctl

Lines Matching defs:wsdev

113 	char *wsdev, *dev;
118 wsdev = NULL;
140 wsdev = optarg;
157 if (wsdev == NULL)
160 wsfd = open(wsdev, O_WRONLY, 0);
162 if (isdigit((unsigned char)wsdev[0])) {
163 snprintf(buf, sizeof(buf), "%s%s", ctlpath, wsdev);
164 wsdev = buf;
165 wsfd = open(wsdev, O_WRONLY, 0);
168 err(2, "%s", wsdev);