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

/external/zlib/src/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));
/external/chromium/sdch/open-vcdiff/src/
H A Dzlib.h1138 ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s));
1142 gzputs returns the number of characters written, or -1 in case of error.
/external/open-vcdiff/src/zlib/
H A Dzlib.h1138 ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s));
1142 gzputs returns the number of characters written, or -1 in case of error.
/external/qemu/distrib/zlib-1.2.3/
H A Dzlib.h1135 ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s));
1139 gzputs returns the number of characters written, or -1 in case of error.
H A Dgzio.c691 gzputs returns the number of characters written, or -1 in case of error.
693 int ZEXPORT gzputs(file, s) function
/external/zlib/src/
H A Dzconf.h81 # define gzputs z_gzputs macro
H A Dzlib.h1347 ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s));
1352 gzputs returns the number of characters written, or -1 in case of error.
H A Dzconf.h.cmakein83 # define gzputs z_gzputs
H A Dzconf.h.in81 # define gzputs z_gzputs
H A Dgzwrite.c286 int ZEXPORT gzputs(file, str) function
/external/zlib/
H A Dzconf.h81 # define gzputs z_gzputs macro
H A Dzlib.h1347 ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s));
1352 gzputs returns the number of characters written, or -1 in case of error.
/external/zlib/src/test/
H A Dexample.c133 if (gzputs(file, "ello") != 4) {
134 fprintf(stderr, "gzputs err: %s\n", gzerror(file, &err));
/external/zlib/src/as400/
H A Dzlib.inc176 D gzputs PR 10I 0 extproc('gzputs')

Completed in 689 milliseconds