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

/freebsd-13-stable/usr.bin/fortune/unstr/
H A Dunstr.c74 static FILE *Inf, *Dataf; variable
92 if ((Inf = fopen(Infile, "r")) == NULL)
111 fclose(Inf);
126 fseeko(Inf, be64toh(pos), SEEK_SET);
130 sp = fgets(buf, sizeof(buf), Inf);

Completed in 52 milliseconds