/src/common/dist/zlib/contrib/ada/ |
zlib-thin.ads | 206 function gzputs (file : in gzFile; s : in Chars_Ptr) return Int; subprogspec 408 pragma Import (C, gzputs, "gzputs");
|
/src/common/dist/zlib/contrib/pascal/ |
example.pas | 99 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));
|
/src/sys/net/ |
zlib.h | 1024 ZEXTERN int ZEXPORT gzputs(gzFile, const char *); 1028 gzputs returns the number of characters written, or -1 in case of error.
|
/src/common/dist/zlib/ |
zconf.h | 96 # define gzputs z_gzputs macro
|
gzwrite.c | 334 int ZEXPORT gzputs(gzFile file, const char *s) { function in typeref:typename:int ZEXPORT
|
zconf.h.in | 92 # define gzputs z_gzputs macro
|
zlib.h | 1488 ZEXTERN int ZEXPORT gzputs(gzFile file, const char *s); 1493 gzputs returns the number of characters written, or -1 in case of error.
|
zconf.h.cmakein | 94 # define gzputs z_gzputs
|
/src/common/dist/zlib/test/ |
example.c | 99 if (gzputs(file, "ello") != 4) { 100 fprintf(stderr, "gzputs err: %s\n", gzerror(file, &err));
|
/src/common/dist/zlib/os400/ |
zlib.inc | 195 D gzputs PR 10I 0 extproc('gzputs')
|