Home
last modified time | relevance | path

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

/freebsd-9-stable/lib/libz/
DSymbol.map51 gzgets;
Dzconf.h72 # define gzgets z_gzgets macro
Dgzread.c486 char * ZEXPORT gzgets(file, buf, len) in gzgets() function
Dzlib.h1372 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
DChangeLog179 - Fix bug in gzgets() for a concatenated empty gzip stream
385 - Check for NULL buf in gzgets()
386 - Return empty string for gzgets() with len == 1 (like fgets())
387 - Fix description of gzgets() in zlib.h for end-of-file, NULL return
1092 - added gzputs and gzgets functions
/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
Dzlib.h1144 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
/freebsd-9-stable/lib/libz/test/
Dexample.c179 gzgets(file, (char*)uncompr, (int)uncomprLen);
/freebsd-9-stable/usr.bin/makewhatis/
Dmakewhatis.c710 while (gzgets(in, buffer, sizeof buffer) != NULL) { in process_page()