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

/freebsd-12-stable/usr.bin/gzip/
H A Dunpack.c89 FILE *fpIn; /* Input stream */ member in struct:__anon17274
110 fclose(unpackd->fpIn);
184 if ((unpackd->fpIn = fdopen(in, "r")) == NULL)
206 if ((thisbyte = fgetc(unpackd->fpIn)) == EOF)
234 if ((thisbyte = fgetc(unpackd->fpIn)) == EOF)
274 while ((thisbyte = fgetc(unpackd->fpIn)) != EOF) {

Completed in 50 milliseconds