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

/freebsd-10.0-release/lib/libz/
H A DSymbol.map56 gzprintf;
H A Dgzwrite.c375 int ZEXPORTVA gzprintf(gzFile file, const char *format, ...) function
389 int ZEXPORTVA gzprintf (file, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, function
H A Dzconf.h80 # define gzprintf z_gzprintf macro
H A Dzlib.h1139 The sprintf variant used by gzprintf (zero is best):
1141 25: 0 = *nprintf, 1 = *printf -- 1 means gzprintf() not secure!
1298 The new buffer size also affects the maximum length for gzprintf().
1349 ZEXTERN int ZEXPORTVA gzprintf Z_ARG((gzFile file, const char *format, ...));
1352 control of the format string, as in fprintf. gzprintf returns the number of
1356 exceeded. If it is exceeded, then gzprintf() will return an error (0) with
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzlib.h991 The sprintf variant used by gzprintf (zero is best):
993 25: 0 = *nprintf, 1 = *printf -- 1 means gzprintf() not secure!
1124 ZEXTERN int ZEXPORTVA gzprintf OF((gzFile file, const char *format, ...));
1127 control of the format string, as in fprintf. gzprintf returns the number of
1130 this limit is not exceeded. If it is exceeded, then gzprintf() will return
/freebsd-10.0-release/lib/libz/test/
H A Dexample.c137 if (gzprintf(file, ", %s!", "hello") != 8) {
138 fprintf(stderr, "gzprintf err: %s\n", gzerror(file, &err));

Completed in 90 milliseconds