Searched refs:gzputc (Results 1 – 13 of 13) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | zconf.h | 82 # define gzputc z_gzputc macro
|
D | zlib.h | 1385 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
|
D | gzwrite.c | 245 int ZEXPORT gzputc(file, c) in gzputc() function
|
D | example.c | 132 gzputc(file, 'h');
|
D | FAQ | 62 9. Why do I get "undefined reference to gzputc"? 66 example.o(.text+0x154): undefined reference to `gzputc'
|
D | ChangeLog | 37 - Fix unintialized value bug in gzputc() introduced by const patches 152 - Have gzputc return the character written instead of the argument 1117 - fix gzgetc and gzputc for big endian systems (Markus Oberhumer) 1133 - add checks for gzputc and gzputc in example.c 1158 - add functions gzprintf, gzputc, gzgetc, gztell, gzeof, gzseek, gzrewind and
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/ |
D | zconf.h | 88 # define gzputc z_gzputc macro
|
D | zlib.h | 1504 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | zlib.h | 1151 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
|
D | example.c | 103 gzputc(file, 'h');
|
D | FAQ | 65 9. Why do I get "undefined reference to gzputc"? 69 example.o(.text+0x154): undefined reference to `gzputc'
|
D | ChangeLog | 500 - fix gzgetc and gzputc for big endian systems (Markus Oberhumer) 516 - add checks for gzputc and gzputc in example.c 541 - add functions gzprintf, gzputc, gzgetc, gztell, gzeof, gzseek, gzrewind and
|
D | gzio.c | 678 int ZEXPORT gzputc(file, c) in gzputc() function
|