Searched refs:gzputs (Results 1 – 23 of 23) sorted by relevance
/external/zlib/src/old/os2/ |
D | zlib.def | 50 gzputs
|
/external/zlib/src/win32/ |
D | zlib.def | 44 gzputs
|
/external/zlib/src/contrib/vstudio/vc10/ |
D | zlibvc.def | 46 gzputs @40
|
/external/zlib/src/contrib/vstudio/vc9/ |
D | zlibvc.def | 46 gzputs @40
|
/external/zlib/src/contrib/vstudio/vc11/ |
D | zlibvc.def | 46 gzputs @40
|
/external/zlib/src/contrib/ada/ |
D | zlib-thin.ads | 206 function gzputs (file : in gzFile; s : in Chars_Ptr) return Int; subprogspec 408 pragma Import (C, gzputs, "gzputs");
|
/external/zlib/src/contrib/pascal/ |
D | example.pas | 99 if gzputs(zfile, 'ello') <> 4 then 111 if gzputs(zfile, ', hello!') <> 8 then
|
/external/zlib/src/as400/ |
D | bndsrc | 51 EXPORT SYMBOL("gzputs")
|
D | zlib.inc | 176 D gzputs PR 10I 0 extproc('gzputs')
|
/external/zlib/src/ |
D | zconf.h | 83 # define gzputs z_gzputs macro
|
D | zlib.h | 1364 ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s));
|
D | gzwrite.c | 293 int ZEXPORT gzputs(file, str) in gzputs() function
|
D | zconf.h.in | 83 # define gzputs z_gzputs macro
|
D | zconf.h.cmakein | 85 # define gzputs z_gzputs
|
D | ChangeLog | 422 - Return -1 on gzputs() error to match zlib.h description 1092 - added gzputs and gzgets functions
|
/external/zlib/ |
D | zconf.h | 83 # define gzputs z_gzputs macro
|
D | zlib.h | 1364 ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s));
|
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
D | zconf.h | 83 # define gzputs z_gzputs macro
|
D | gzwrite.c | 293 int ZEXPORT gzputs( in gzputs() function
|
D | zlib.h | 1433 ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s));
|
/external/pdfium/core/include/thirdparties/zlib/ |
D | zconf.h | 83 # define gzputs z_gzputs macro
|
D | zlib.h | 1429 ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s));
|
/external/zlib/src/test/ |
D | example.c | 133 if (gzputs(file, "ello") != 4) {
|