Searched refs:gzprintf (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dzlib.h712 ZEXTERN int ZEXPORTVA gzprintf OF((gzFile file, const char *format, ...));
715 control of the format string, as in fprintf. gzprintf returns the number of
H A Dgzio.c518 control of the format string, as in fprintf. gzprintf returns the number of
524 int ZEXPORTVA gzprintf (gzFile file, const char *format, /* args */ ...) function
544 int ZEXPORTVA gzprintf (file, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, function
H A Dexample.c107 if (gzprintf(file, ", %s!", "hello") != 8) {
108 fprintf(stderr, "gzprintf err: %s\n", gzerror(file, &err));

Completed in 17 milliseconds