Home
last modified time | relevance | path

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

/freebsd/libexec/getty/
H A Dmain.c134 static int opentty(const char *, int);
227 if (!opentty(ttyn, O_RDWR|O_NONBLOCK)) in main()
265 if (!opentty(ttyn, O_RDWR | (NC ? O_NONBLOCK : 0 ))) in main()
415 opentty(const char *tty, int flags) in opentty() function
/freebsd/usr.sbin/lpr/lpd/
H A Dprintjob.c128 static void opentty(const struct printer *_pp);
1783 opentty(pp); in openpr()
1880 opentty(const struct printer *pp) in opentty() function