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

/freebsd-10.0-release/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
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/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.
/freebsd-10.0-release/lib/libz/test/
H A Dexample.c132 gzputc(file, 'h');

Completed in 67 milliseconds