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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/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
/freebsd-11-stable/sys/contrib/zlib/
H A Dzconf.h97 # define gzungetc z_gzungetc macro
H A Dgzread.c161 space for gzungetc() */
347 output buffer, allowing at least one gzungetc() to succeed */
486 int ZEXPORT gzungetc(c, file) function
523 /* if no room, give up (must have already done a gzungetc()) */
H A Dzlib.h1520 ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file));
1524 gzungetc() returns the character pushed, or -1 on failure. gzungetc() will
1526 yet. If gzungetc is used immediately after gzopen or gzdopen, at least the
/freebsd-11-stable/sys/contrib/zlib/test/
H A Dexample.c174 if (gzungetc(' ', file) != ' ') {
175 fprintf(stderr, "gzungetc error\n");

Completed in 44 milliseconds