HomeSort by: relevance | last modified time | path
    Searched refs:gzprintf (Results 1 - 9 of 9) sorted by relevancy

  /src/common/dist/zlib/contrib/ada/
zlib-thin.ads 204 function gzprintf (file : in gzFile; format : in Chars_Ptr) return Int; subprogspec
407 pragma Import (C, gzprintf, "gzprintf");
  /src/common/dist/zlib/
gzwrite.c 15 /* allocate input buffer (double size for gzprintf) */
432 int ZEXPORTVA gzprintf(gzFile file, const char *format, ...) { function in typeref:typename:int ZEXPORTVA
445 int ZEXPORTVA gzprintf(gzFile file, const char *format, int a1, int a2, int a3, function in typeref:typename:int ZEXPORTVA
zconf.h 94 # define gzprintf z_gzprintf macro
zconf.h.in 90 # define gzprintf z_gzprintf macro
zlib.h 1213 The sprintf variant used by gzprintf (zero is best):
1215 25: 0 = *nprintf, 1 = *printf -- 1 means gzprintf() not secure!
1380 The new buffer size also affects the maximum length for gzprintf().
1473 ZEXTERN int ZEXPORTVA gzprintf(gzFile file, const char *format, ...);
1476 control of the string format, as in fprintf. gzprintf returns the number of
1480 that this limit is not exceeded. If it is exceeded, then gzprintf() will
zconf.h.cmakein 92 # define gzprintf z_gzprintf
  /src/sys/net/
zlib.h 1016 ZEXTERN int ZEXPORTVA gzprintf(gzFile, const char *, ...)
1020 control of the format string, as in fprintf. gzprintf returns the number of
  /src/common/dist/zlib/contrib/pascal/
example.pas 105 if gzprintf(zfile, ', %s!', 'hello') <> 8 then
107 WriteLn('gzprintf err: ', gzerror(zfile, err));
  /src/common/dist/zlib/test/
example.c 103 if (gzprintf(file, ", %s!", "hello") != 8) {
104 fprintf(stderr, "gzprintf err: %s\n", gzerror(file, &err));

Completed in 35 milliseconds