Searched refs:wsdev (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/wsmuxctl/
H A Dwsmuxctl.c104 char *wsdev, *dev; local
109 wsdev = NULL;
131 wsdev = optarg;
147 if (wsdev == NULL)
150 wsfd = open(wsdev, O_WRONLY, 0);
152 if (isdigit((unsigned char)wsdev[0])) {
153 snprintf(buf, sizeof(buf), "%s%s", ctlpath, wsdev);
154 wsdev = buf;
155 wsfd = open(wsdev, O_WRONLY, 0);
158 err(2, "%s", wsdev);
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/wsconscfg/
H A Dwsconscfg.c63 const char *wsdev; local
70 wsdev = DEFDEV;
93 wsdev = optarg;
127 if ((wsfd = open(wsdev, get ? O_RDONLY : O_RDWR)) == -1)
128 err(EXIT_FAILURE, "Cannot open `%s'", wsdev);
/netbsd-6-1-5-RELEASE/usr.sbin/wsfontload/
H A Dwsfontload.c79 "usage: %s [-Bbv] [-e encoding] [-f wsdev] [-h height]"
136 const char *wsdev; local
142 wsdev = DEFDEV;
156 wsdev = optarg;
193 wsfd = open(wsdev, O_RDWR, 0);
195 err(2, "open ws-device %s", wsdev);

Completed in 52 milliseconds