Searched refs:opentty (Results 1 – 2 of 2) sorted by relevance
134 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
128 static void opentty(const struct printer *_pp);1783 opentty(pp); in openpr()1880 opentty(const struct printer *pp) in opentty() function