Home
last modified time | relevance | path

Searched refs:gzerror (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/zlib/
H A Dzconf.h96 # define gzerror z_gzerror macro
H A Dzlib.h1656 ZEXTERN const char * ZEXPORT gzerror OF((gzFile file, int *errnum));
H A DChangeLog456 - Don't set error code in gzerror() if passed pointer is NULL
496 - Note in zlib.h that gzerror() should be used to distinguish from EOF
618 - Fix gzerror() error report on empty input file [Brown]
678 - Add comments to zlib.h about gzerror() usage [Brown]
1347 - zlibVersion and gzerror return const char* (needed for DLL)
1578 - added gzerror()
/illumos-gate/usr/src/cmd/mandoc/
H A Dread.c517 (void)gzerror(gz, &gzerrnum); in read_whole_file()
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c2043 gzerror(cf.out.gzfile, &err)); in cache_write()