Home
last modified time | relevance | path

Searched refs:gzputs (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dzconf.h83 # define gzputs z_gzputs macro
Dzlib.h1364 ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s));
Dgzwrite.c293 int ZEXPORT gzputs(file, str) in gzputs() function
Dexample.c133 if (gzputs(file, "ello") != 4) {
DChangeLog422 - Return -1 on gzputs() error to match zlib.h description
1092 - added gzputs and gzgets functions
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
Dzconf.h89 # define gzputs z_gzputs macro
Dzlib.h1483 ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s));
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dzlib.h1135 ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s));
Dexample.c104 if (gzputs(file, "ello") != 4) {
Dgzio.c693 int ZEXPORT gzputs(file, s) in gzputs() function
DChangeLog475 - added gzputs and gzgets functions