Searched refs:gzgets (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | README.md | 52 gzgets() after gzseek: hello! 66 gzgets() after gzseek: hello!
|
| H A D | gzread.c | 567 char * ZEXPORT gzgets(file, buf, len) in gzgets() function
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | zconf.h | 85 # define gzgets z_gzgets macro
|
| H A D | gzread.c | 546 char * ZEXPORT gzgets(file, buf, len) in gzgets() function
|
| H A D | zlib.h | 1495 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
|
| H A D | zconf.h.in | 79 # define gzgets z_gzgets macro
|
| H A D | ChangeLog | 222 - Fix bug in gzgets() for a concatenated empty gzip stream 428 - Check for NULL buf in gzgets() 429 - Return empty string for gzgets() with len == 1 (like fgets()) 430 - Fix description of gzgets() in zlib.h for end-of-file, NULL return 1135 - added gzputs and gzgets functions
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/examples/ |
| H A D | example_original.c | 196 gzgets(file, (char*)uncompr, (int)uncomprLen);
|
| H A D | example.c | 204 gzgets(file, (char*)uncompr, (int)uncomprLen);
|
| /f-stack/freebsd/contrib/zlib/test/ |
| H A D | example.c | 179 gzgets(file, (char*)uncompr, (int)uncomprLen);
|