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

/macosx-10.10.1/zlib-55/zlib/
H A Dzconf.h79 # define gzungetc z_gzungetc macro
H A Dgzread.c216 the input buffer, which also assures space for gzungetc() */
426 output buffer, allowing at least one gzungetc() to succeed */
486 int ZEXPORT gzungetc(c, file) function
521 /* if no room, give up (must have already done a gzungetc()) */
H A Dzlib.h1315 ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file));
1319 gzungetc() returns the character pushed, or -1 on failure. gzungetc() will
1321 yet. If gzungetc is used immediately after gzopen or gzdopen, at least the
H A Dzconf.h.cmakein81 # define gzungetc z_gzungetc
H A Dzconf.h.in79 # define gzungetc z_gzungetc
H A Dexample.c145 if (gzungetc(' ', file) != ' ') {
146 fprintf(stderr, "gzungetc error\n");
/macosx-10.10.1/rsync-45/rsync/zlib/
H A Dzlib.h1164 ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file));
1167 Only one character of push-back is allowed. gzungetc() returns the
1168 character pushed, or -1 on failure. gzungetc() will fail if a
/macosx-10.10.1/xnu-2782.1.97/libkern/libkern/
H A Dzlib.h1193 ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file));
1196 Only one character of push-back is allowed. gzungetc() returns the
1197 character pushed, or -1 on failure. gzungetc() will fail if a
/macosx-10.10.1/sudo-73/src/zlib/
H A Dgzread.c149 space for gzungetc() */
345 output buffer, allowing at least one gzungetc() to succeed */
413 int ZEXPORT gzungetc(c, file) function
450 /* if no room, give up (must have already done a gzungetc()) */
H A Dzlib.h1377 ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file));
1381 gzungetc() returns the character pushed, or -1 on failure. gzungetc() will
1383 yet. If gzungetc is used immediately after gzopen or gzdopen, at least the
H A Dzconf.h.in95 # define gzungetc z_gzungetc
/macosx-10.10.1/zlib-55/zlib/contrib/pascal/
H A Dexample.pas155 if gzungetc(' ', zfile) <> ' ' then
157 WriteLn('gzungetc error');
/macosx-10.10.1/xnu-2782.1.97/libkern/zlib/
H A Dgzio.c542 int ZEXPORT gzungetc(c, file) function

Completed in 231 milliseconds