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

/freebsd-10.0-release/lib/libz/
H A DSymbol.map50 gzgetc;
H A Dzlib.h1391 ZEXTERN int ZEXPORT gzgetc OF((gzFile file));
1393 Reads one byte from the compressed file. gzgetc returns this byte or -1
1663 /* gzgetc() macro and its supporting function and exposed data structure. Note
1665 * This abbreviated structure exposes just enough for the gzgetc() macro. The
1668 * only be used by the gzgetc() macro. You have been warned.
1679 ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : gzgetc(g))
1681 # define gzgetc(g) \ macro
1682 ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : gzgetc(g))
H A Dgzread.c388 # undef gzgetc macro
390 int ZEXPORT gzgetc(file) function
422 return gzgetc(file);
H A Dzconf.h70 # define gzgetc z_gzgetc macro
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzlib.h1159 ZEXTERN int ZEXPORT gzgetc OF((gzFile file));
1161 Reads one byte from the compressed file. gzgetc returns this byte
/freebsd-10.0-release/lib/libz/test/
H A Dexample.c169 if (gzgetc(file) != ' ') {
170 fprintf(stderr, "gzgetc error\n");

Completed in 164 milliseconds