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

/netbsd-current/usr.bin/gzip/
H A Dunpack.c86 FILE *fpIn; /* Input stream */ member in struct:__anon1086
107 fclose(unpackd->fpIn);
181 if ((unpackd->fpIn = fdopen(in, "r")) == NULL)
203 if ((thisbyte = fgetc(unpackd->fpIn)) == EOF)
231 if ((thisbyte = fgetc(unpackd->fpIn)) == EOF)
271 while ((thisbyte = fgetc(unpackd->fpIn)) != EOF) {

Completed in 199 milliseconds