Searched refs:gzputc (Results 1 – 16 of 16) sorted by relevance
| /netbsd/src/common/dist/zlib/contrib/dotzlib/DotZLib/ |
| D | GZipStream.cs | 36 private static extern int gzputc(IntPtr gzFile, int c); in gzputc() method in DotZLib.GZipStream 231 int result = gzputc(_gzFile, (int)value); in WriteByte()
|
| /netbsd/src/common/dist/zlib/old/os2/ |
| D | zlib.def | 39 gzputc
|
| /netbsd/src/lib/libz/ |
| D | z.expsym | 62 gzputc
|
| /netbsd/src/common/dist/zlib/win32/ |
| D | zlib.def | 50 gzputc
|
| /netbsd/src/common/dist/zlib/contrib/ada/ |
| D | zlib-thin.ads | 214 function gzputc (file : gzFile; char : Int) return Int; subprogspec 410 pragma Import (C, gzputc, "gzputc");
|
| /netbsd/src/common/dist/zlib/ |
| D | zconf.h | 95 # define gzputc z_gzputc macro
|
| D | zlib.h | 1510 ZEXTERN int ZEXPORT gzputc(gzFile file, int c);
|
| D | gzwrite.c | 289 int ZEXPORT gzputc(gzFile file, int c) { in gzputc() function
|
| D | FAQ | 61 9. Why do I get "undefined reference to gzputc"? 65 example.o(.text+0x154): undefined reference to `gzputc'
|
| D | zconf.h.cmakein | 93 # define gzputc z_gzputc
|
| D | zconf.h.in | 91 # define gzputc z_gzputc macro
|
| D | ChangeLog | 183 - Fix uninitialized value bug in gzputc() introduced by const patches 298 - Have gzputc return the character written instead of the argument 1263 - fix gzgetc and gzputc for big endian systems (Markus Oberhumer) 1279 - add checks for gzputc and gzputc in example.c 1304 - add functions gzprintf, gzputc, gzgetc, gztell, gzeof, gzseek, gzrewind and
|
| /netbsd/src/sys/net/ |
| D | zlib.h | 1040 ZEXTERN int ZEXPORT gzputc(gzFile, int);
|
| /netbsd/src/external/cddl/osnet/dist/uts/common/zmod/ |
| D | zlib.h | 1153 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
|
| /netbsd/src/common/dist/zlib/contrib/pascal/ |
| D | example.pas | 98 gzputc(zfile, 'h');
|
| /netbsd/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| D | zlib.h | 1496 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
|