Home
last modified time | relevance | path

Searched refs:devfile (Results 1 – 1 of 1) sorted by relevance

/original-bsd/usr.bin/uucp/acucntrl/
H A Dacucntrl.c159 int devfile; local
261 if((devfile = open(device, 1)) < 0) {
268 if (ioctl(devfile, (int)TIOCCDTR, (char *)0) < 0)
272 if (ioctl(devfile, (int)TIOCNXCL, (char *)0) < 0)
277 if (ioctl(devfile, (int)TIOCHPCL, (char *)0) < 0)
309 if((devfile = open(device, 1)) < 0) {
316 (void)ioctl(devfile, TIOCMGET, &linestat);
324 (void)close(devfile);
347 if((devfile = open(device, O_RDWR|O_NDELAY)) < 0) {
351 if(ioctl(devfile, (int)TIOCSDTR, (char *)0) < 0)