Searched refs:gzputs (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/boot/lib/libz/
H A DSymbol.map58 gzputs;
H A Dzconf.h83 # define gzputs z_gzputs macro
H A Dzlib.h1364 ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s));
1369 gzputs returns the number of characters written, or -1 in case of error.
H A Dgzwrite.c296 int ZEXPORT gzputs(file, str) function
/illumos-gate/usr/src/uts/common/zmod/
H A Dzlib.h1137 ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s));
1141 gzputs returns the number of characters written, or -1 in case of error.
/illumos-gate/usr/src/boot/lib/libz/test/
H A Dexample.c133 if (gzputs(file, "ello") != 4) {
134 fprintf(stderr, "gzputs err: %s\n", gzerror(file, &err));

Completed in 69 milliseconds