Home
last modified time | relevance | path

Searched refs:gzungetc (Results 1 – 7 of 7) sorted by relevance

/trueos/lib/libz/
HDSymbol.map66 gzungetc;
HDzconf.h91 # define gzungetc z_gzungetc macro
HDzlib.h1400 ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file));
HDgzread.c426 int ZEXPORT gzungetc(c, file) in gzungetc() function
HDChangeLog447 - Add error message for no more room for gzungetc()
654 - Fix crc check bug in gzread() after gzungetc() [Heiner]
878 - Fix silly error in gzungetc() implementation [Vollant]
916 - Add gzungetc() function
/trueos/sys/cddl/contrib/opensolaris/uts/common/zmod/
HDzlib.h1165 ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file));
/trueos/lib/libz/test/
HDexample.c174 if (gzungetc(' ', file) != ' ') {