Home
last modified time | relevance | path

Searched refs:gzprintf (Results 1 – 12 of 12) sorted by relevance

/freebsd-12-stable/lib/libz/
DSymbol.map73 gzprintf;
/freebsd-12-stable/sys/contrib/zlib/
DFAQ261 The only one that we are aware of is potentially in gzprintf(). If zlib is
264 gzbuffer()), other than the caller of gzprintf() assuring that the output
268 insecure variation of sprintf() will be used by gzprintf(). Also the
270 sprintf() is used by gzprintf().
Dgzwrite.c466 int ZEXPORTVA gzprintf(gzFile file, const char *format, ...) in gzprintf() function
480 int ZEXPORTVA gzprintf(file, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, in gzprintf() function
Dzconf.h101 # define gzprintf z_gzprintf macro
DREADME68 necessary to get gzprintf working correctly. This is done by configure.
Dzlib.h1471 ZEXTERN int ZEXPORTVA gzprintf Z_ARG((gzFile file, const char *format, ...));
DChangeLog97 - Improve speed of gzprintf() in transparent mode
196 - Cast to char * in gzprintf to avoid warnings [Zinser]
377 - Add a check in configure for stdarg.h, use for gzprintf()
567 - Defer compression of gzprintf() result until need to
1048 - Enhance comments in zlib.h on what happens if gzprintf() tries to
1105 - Document string limit for gzprintf() and possible buffer overflow
1178 - add -std1 option in configure for OSF1 to fix gzprintf (Martin Mokrejs)
1265 - define EXPORTVA for gzprintf (Gilles Vollant)
1276 - add functions gzprintf, gzputc, gzgetc, gztell, gzeof, gzseek, gzrewind and
Dzconf.h.in90 # define gzprintf z_gzprintf macro
/freebsd-12-stable/sys/contrib/zstd/zlibWrapper/
Dgzwrite.c454 int ZEXPORTVA gzprintf(gzFile file, const char *format, ...) in gzprintf() function
468 int ZEXPORTVA gzprintf (file, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, in gzprintf() function
/freebsd-12-stable/sys/contrib/zlib/test/
Dexample.c137 if (gzprintf(file, ", %s!", "hello") != 8) {
/freebsd-12-stable/sys/contrib/zstd/zlibWrapper/examples/
Dexample.c162 if (gzprintf(file, ", %s! I said hello, hello!", "hello") != 8+21) {
Dexample_original.c154 if (gzprintf(file, ", %s!", "hello") != 8) {