/src/common/dist/zlib/contrib/ada/ |
zlib-thin.ads | 359 function gzungetc (C : in Int; File : in gzFile) return Int; subprogspec 434 pragma Import (C, gzungetc, "gzungetc");
|
/src/common/dist/zlib/ |
zconf.h | 104 # define gzungetc z_gzungetc macro
|
gzread.c | 141 space for gzungetc() */ 314 output buffer, allowing at least one gzungetc() to succeed */ 438 int ZEXPORT gzungetc(int c, gzFile file) { function in typeref:typename:int ZEXPORT 476 /* if no room, give up (must have already done a gzungetc()) */
|
zconf.h.in | 100 # define gzungetc z_gzungetc macro
|
zlib.h | 1525 ZEXTERN int ZEXPORT gzungetc(int c, gzFile file); 1529 gzungetc() returns the character pushed, or -1 on failure. gzungetc() will 1531 yet. If gzungetc is used immediately after gzopen or gzdopen, at least the
|
zconf.h.cmakein | 102 # define gzungetc z_gzungetc
|
/src/common/dist/zlib/contrib/pascal/ |
example.pas | 155 if gzungetc(' ', zfile) <> ' ' then 157 WriteLn('gzungetc error');
|
/src/common/dist/zlib/test/ |
example.c | 140 if (gzungetc(' ', file) != ' ') { 141 fprintf(stderr, "gzungetc error\n");
|
/src/common/dist/zlib/os400/ |
zlib.inc | 214 D gzungetc PR 10i 0 extproc('gzungetc')
|