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

/netbsd-current/sys/arch/evbarm/stand/gzboot/
H A Dgzboot.c93 int z_eof; /* set of end of input file */ member in struct:state
205 if (s->stream.avail_in == 0 && s->z_eof == 0) {
209 s->z_eof = 1;
230 s->z_eof = 1;
237 if (s->z_err != Z_OK || s->z_eof)
262 if (s->z_eof)
270 s->z_eof = 1;
347 if (s->z_eof) {
/netbsd-current/sys/arch/atari/stand/tostools/libtos/
H A Dcread.c79 int z_eof; /* set if end of input file */ member in struct:sd
121 if (s->z_eof)
130 s->z_eof = 1;
218 s->z_err = s->z_eof ? Z_DATA_ERROR : Z_OK;
317 if (s->stream.avail_in == 0 && !s->z_eof) {
322 s->z_eof = 1;
353 if (s->z_err != Z_OK || s->z_eof)
/netbsd-current/sys/lib/libsa/
H A Dcread.c73 int z_eof; /* set if end of input file */ member in struct:sd
151 if (s->z_eof)
160 s->z_eof = 1;
253 s->z_err = s->z_eof ? Z_DATA_ERROR : Z_OK;
364 if (s->stream.avail_in == 0 && !s->z_eof) {
369 s->z_eof = 1;
413 if (s->z_err != Z_OK || s->z_eof)

Completed in 182 milliseconds