Home
last modified time | relevance | path

Searched refs:gzputs (Results 1 – 7 of 7) sorted by relevance

/NextBSD/lib/libz/
HDSymbol.map58 gzputs;
HDzconf.h83 # define gzputs z_gzputs macro
HDzlib.h1364 ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s));
HDgzwrite.c296 int ZEXPORT gzputs(file, str) in gzputs() function
HDChangeLog422 - Return -1 on gzputs() error to match zlib.h description
1092 - added gzputs and gzgets functions
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/zmod/
HDzlib.h1137 ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s));
/NextBSD/lib/libz/test/
HDexample.c133 if (gzputs(file, "ello") != 4) {