Searched refs:gzputs (Results 1 - 8 of 8) sorted by relevance

/vbox/src/libs/zlib-1.2.6/contrib/pascal/
H A Dexample.pas99 if gzputs(zfile, 'ello') <> 4 then
101 WriteLn('gzputs err: ', gzerror(zfile, err));
111 if gzputs(zfile, ', hello!') <> 8 then
113 WriteLn('gzputs err: ', gzerror(zfile, err));
/vbox/src/libs/zlib-1.2.6/
H A Dzconf.h71 # define gzputs vboxzlib_gzputs macro
170 # define gzputs z_gzputs macro
H A Dzlib.h1341 ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s));
1346 gzputs returns the number of characters written, or -1 in case of error.
H A Dzconf.h.cmakein81 # define gzputs z_gzputs
H A Dzconf.h.in79 # define gzputs z_gzputs
H A Dgzwrite.c286 int ZEXPORT gzputs(file, str) function
/vbox/src/libs/zlib-1.2.6/test/
H A Dexample.c133 if (gzputs(file, "ello") != 4) {
134 fprintf(stderr, "gzputs err: %s\n", gzerror(file, &err));
/vbox/src/libs/zlib-1.2.6/as400/
H A Dzlib.inc176 D gzputs PR 10I 0 extproc('gzputs')

Completed in 3518 milliseconds