Home
last modified time | relevance | path

Searched refs:gzclose (Results 1 – 15 of 15) sorted by relevance

/trueos/lib/libz/test/
HDminigzip.c295 int gzclose OF((gzFile));
297 int gzclose(gz) in gzclose() function
387 if (gzclose(out) != Z_OK) error("failed gzclose");
422 if (gzclose(out) != Z_OK) error("failed gzclose");
449 if (gzclose(in) != Z_OK) error("failed gzclose");
HDexample.c142 gzclose(file);
191 gzclose(file);
/trueos/lib/libz/
HDgzclose.c11 int ZEXPORT gzclose(file) in gzclose() function
HDzopen.c29 return gzclose(cookie); in xgzclose()
HDSymbol.map42 gzclose;
HDMakefile25 SRCS+= gzclose.c
HDzconf.h62 # define gzclose z_gzclose macro
HDzlib.h1511 ZEXTERN int ZEXPORT gzclose OF((gzFile file));
HDChangeLog39 - Fix bug where gzopen(), gzclose() would write an empty file
40 - Fix bug in gzclose() when gzwrite() runs out of memory
186 - Fix gzclose() to return the actual error last encountered
420 - Return Z_STREAM_ERROR instead of EOF for gzclose() being passed NULL
1223 - do not flush twice in gzclose (thanks to Ken Raeburn)
1332 - document that gzclose after gzdopen will close the file
1442 - fixed bug in destroy (gzio.c) (don't return Z_STREAM_END for gzclose).
/trueos/sys/net/
HDzlib.h923 extern int EXPORT gzclose OF((gzFile file));
/trueos/sys/cddl/contrib/opensolaris/uts/common/zmod/
HDzlib.h1231 ZEXTERN int ZEXPORT gzclose OF((gzFile file));
/trueos/sys/kern/
HDkern_gzio.c357 int ZEXPORT gzclose (file) in gzclose() function
HDimgact_elf.c1287 gzclose(gzfile); in __elfN()
/trueos/gnu/usr.bin/grep/
HDgrep.c826 gzclose(gzbufdesc); in grep()
1030 gzclose(gzbufdesc); in grepfile()
/trueos/usr.bin/makewhatis/
HDmakewhatis.c770 gzclose(in); in process_page()