Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/
H A Dzconf.h95 # define gzputs z_gzputs macro
H A Dzlib.h1487 ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s));
H A Dgzwrite.c355 int ZEXPORT gzputs(file, str) in gzputs() function
H A Dzconf.h.in89 # define gzputs z_gzputs macro
H A DChangeLog465 - Return -1 on gzputs() error to match zlib.h description
1135 - added gzputs and gzgets functions
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dexample_original.c150 if (gzputs(file, "ello") != 4) {
H A Dexample.c158 if (gzputs(file, "ello") != 4) {
/f-stack/freebsd/contrib/zlib/test/
H A Dexample.c133 if (gzputs(file, "ello") != 4) {
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dgzwrite.c358 int ZEXPORT gzputs(file, str) in gzputs() function