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

/illumos-gate/usr/src/boot/lib/libz/
H A DSymbol.map66 gzungetc;
H A Dzconf.h91 # define gzungetc z_gzungetc macro
H A Dgzread.c158 space for gzungetc() */
354 output buffer, allowing at least one gzungetc() to succeed */
426 int ZEXPORT gzungetc(c, file) function
463 /* if no room, give up (must have already done a gzungetc()) */
H A Dzlib.h1400 ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file));
1404 gzungetc() returns the character pushed, or -1 on failure. gzungetc() will
1406 yet. If gzungetc is used immediately after gzopen or gzdopen, at least the
/illumos-gate/usr/src/uts/common/zmod/
H A Dzlib.h1165 ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file));
1168 Only one character of push-back is allowed. gzungetc() returns the
1169 character pushed, or -1 on failure. gzungetc() will fail if a
/illumos-gate/usr/src/boot/lib/libz/test/
H A Dexample.c174 if (gzungetc(' ', file) != ' ') {
175 fprintf(stderr, "gzungetc error\n");

Completed in 73 milliseconds