Searched refs:outfp (Results 1 – 1 of 1) sorted by relevance
66 FILE *fp, *outfp; local79 if ((outfp = fp = fopen(_PATH_TTY, "w+")) == NULL) {80 outfp = stderr;99 (void)fputs(prompt, outfp);100 rewind(outfp); /* implied flush */105 (void)write(fileno(outfp), "\n", 1);