Searched refs:gzputc (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/contrib/zlib/ |
| H A D | zconf.h | 94 # define gzputc z_gzputc macro
|
| H A D | zlib.h | 1508 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
|
| H A D | gzwrite.c | 307 int ZEXPORT gzputc(file, c) in gzputc() function
|
| H A D | FAQ | 62 9. Why do I get "undefined reference to gzputc"? 66 example.o(.text+0x154): undefined reference to `gzputc'
|
| H A D | zconf.h.in | 88 # define gzputc z_gzputc macro
|
| H A D | ChangeLog | 80 - 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 D | example_original.c | 149 gzputc(file, 'h');
|
| H A D | example.c | 157 gzputc(file, 'h');
|
| /f-stack/freebsd/contrib/zlib/test/ |
| H A D | example.c | 132 gzputc(file, 'h');
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | gzwrite.c | 310 int ZEXPORT gzputc(file, c) in gzputc() function
|