Home
last modified time | relevance | path

Searched refs:gzputc (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/contrib/zlib/
H A Dzconf.h94 # define gzputc z_gzputc macro
H A Dzlib.h1508 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
H A Dgzwrite.c307 int ZEXPORT gzputc(file, c) in gzputc() function
H A DFAQ62 9. Why do I get "undefined reference to gzputc"?
66 example.o(.text+0x154): undefined reference to `gzputc'
H A Dzconf.h.in88 # define gzputc z_gzputc macro
H A DChangeLog80 - Fix uninitialized value bug in gzputc() introduced by const patches
195 - Have gzputc return the character written instead of the argument
1160 - fix gzgetc and gzputc for big endian systems (Markus Oberhumer)
1176 - add checks for gzputc and gzputc in example.c
1201 - add functions gzprintf, gzputc, gzgetc, gztell, gzeof, gzseek, gzrewind and
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dexample_original.c149 gzputc(file, 'h');
H A Dexample.c157 gzputc(file, 'h');
/f-stack/freebsd/contrib/zlib/test/
H A Dexample.c132 gzputc(file, 'h');
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dgzwrite.c310 int ZEXPORT gzputc(file, c) in gzputc() function