Home
last modified time | relevance | path

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

/netbsd/src/common/dist/zlib/contrib/dotzlib/DotZLib/
DGZipStream.cs36 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/
Dzlib.def39 gzputc
/netbsd/src/lib/libz/
Dz.expsym62 gzputc
/netbsd/src/common/dist/zlib/win32/
Dzlib.def50 gzputc
/netbsd/src/common/dist/zlib/contrib/ada/
Dzlib-thin.ads214 function gzputc (file : gzFile; char : Int) return Int; subprogspec
410 pragma Import (C, gzputc, "gzputc");
/netbsd/src/common/dist/zlib/
Dzconf.h95 # define gzputc z_gzputc macro
Dzlib.h1510 ZEXTERN int ZEXPORT gzputc(gzFile file, int c);
Dgzwrite.c289 int ZEXPORT gzputc(gzFile file, int c) { in gzputc() function
DFAQ61 9. Why do I get "undefined reference to gzputc"?
65 example.o(.text+0x154): undefined reference to `gzputc'
Dzconf.h.cmakein93 # define gzputc z_gzputc
Dzconf.h.in91 # define gzputc z_gzputc macro
DChangeLog183 - 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/
Dzlib.h1040 ZEXTERN int ZEXPORT gzputc(gzFile, int);
/netbsd/src/external/cddl/osnet/dist/uts/common/zmod/
Dzlib.h1153 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
/netbsd/src/common/dist/zlib/contrib/pascal/
Dexample.pas98 gzputc(zfile, 'h');
/netbsd/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
Dzlib.h1496 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));