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

/freebsd-11-stable/usr.bin/pr/
H A Dpr.c155 FILE *ttyfp; local
159 if ((ttyfp = fopen("/dev/tty", "r")) != NULL) {
161 while ((pch = getc(ttyfp)) != '\n' && pch != EOF)
163 (void)fclose(ttyfp);

Completed in 49 milliseconds