Home
last modified time | relevance | path

Searched refs:gzgets (Results 1 – 9 of 9) sorted by relevance

/openbsd/sys/lib/libz/
H A Dzconf.h80 # define gzgets z_gzgets macro
H A Dzlib.h1497 ZEXTERN char * ZEXPORT gzgets(gzFile file, char *buf, int len);
/openbsd/lib/libz/
H A Dzconf.h80 # define gzgets z_gzgets macro
H A Dgzread.c500 char * ZEXPORT gzgets(gzFile file, char *buf, int len) { in gzgets() function
H A Dzlib.h1497 ZEXTERN char * ZEXPORT gzgets(gzFile file, char *buf, int len);
H A DChangeLog328 - Fix bug in gzgets() for a concatenated empty gzip stream
534 - Check for NULL buf in gzgets()
535 - Return empty string for gzgets() with len == 1 (like fgets())
536 - Fix description of gzgets() in zlib.h for end-of-file, NULL return
1241 - added gzputs and gzgets functions
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dzconf.h79 # define gzgets z_gzgets macro
H A Dzlib.h1491 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
/openbsd/regress/lib/libz/
H A Dexample.c145 gzgets(file, (char*)uncompr, (int)uncomprLen); in test_gzio()