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

/illumos-gate/usr/src/boot/lib/libz/
H A DSymbol.map57 gzputc;
H A Dzconf.h82 # define gzputc z_gzputc macro
H A Dzlib.h1385 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
1387 Writes c, converted to an unsigned char, into the compressed file. gzputc
H A Dgzwrite.c248 int ZEXPORT gzputc(file, c) function
/illumos-gate/usr/src/uts/common/zmod/
H A Dzlib.h1153 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
1156 gzputc returns the value that was written, or -1 in case of error.
/illumos-gate/usr/src/boot/lib/libz/test/
H A Dexample.c132 gzputc(file, 'h');

Completed in 94 milliseconds