Searched refs:opentty (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/libexec/getty/
H A Dmain.c149 static int opentty(const char *, int);
239 if (!opentty(ttyn, O_RDWR|O_NONBLOCK))
276 if (!opentty(ttyn, O_RDWR | (NC ? O_NONBLOCK : 0 )))
424 opentty(const char *tty, int flags) function
/freebsd-10-stable/usr.sbin/lpr/lpd/
H A Dprintjob.c140 static void opentty(const struct printer *_pp);
1795 opentty(pp);
1892 opentty(const struct printer *pp) function

Completed in 112 milliseconds