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

/macosx-10.10/text_cmds-88/pr/
H A Dpr.c166 FILE *ttyfp; local
170 if ((ttyfp = fopen("/dev/tty", "r")) != NULL) {
172 while ((pch = getc(ttyfp)) != '\n' && pch != EOF)
174 (void)fclose(ttyfp);

Completed in 107 milliseconds