Home
last modified time | relevance | path

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

/titanic_53/usr/src/boot/lib/libz/
H A DSymbol.map56 gzprintf;
H A Dgzwrite.c375 int ZEXPORTVA gzprintf(gzFile file, const char *format, ...) in gzprintf() function
389 int ZEXPORTVA gzprintf (file, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, in gzprintf() function
H A 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().
H A Dzconf.h80 # define gzprintf z_gzprintf macro
H A DREADME68 necessary to get gzprintf working correctly. This is done by configure.
H A Dzlib.h1349 ZEXTERN int ZEXPORTVA gzprintf Z_ARG((gzFile file, const char *format, ...));
H A DChangeLog78 - Cast to char * in gzprintf to avoid warnings [Zinser]
259 - Add a check in configure for stdarg.h, use for gzprintf()
449 - Defer compression of gzprintf() result until need to
930 - Enchance comments in zlib.h on what happens if gzprintf() tries to
987 - Document string limit for gzprintf() and possible buffer overflow
1060 - add -std1 option in configure for OSF1 to fix gzprintf (Martin Mokrejs)
1147 - define EXPORTVA for gzprintf (Gilles Vollant)
1158 - add functions gzprintf, gzputc, gzgetc, gztell, gzeof, gzseek, gzrewind and
/titanic_53/usr/src/contrib/zlib/
H A Dzconf.h110 # define gzprintf z_gzprintf macro
H A DREADME68 necessary to get gzprintf working correctly. This is done by configure.
H A Dzlib.h1468 ZEXTERN int ZEXPORTVA gzprintf Z_ARG((gzFile file, const char *format, ...));
H A DChangeLog85 - Improve speed of gzprintf() in transparent mode
184 - Cast to char * in gzprintf to avoid warnings [Zinser]
365 - Add a check in configure for stdarg.h, use for gzprintf()
555 - Defer compression of gzprintf() result until need to
1036 - Enchance comments in zlib.h on what happens if gzprintf() tries to
1093 - Document string limit for gzprintf() and possible buffer overflow
1166 - add -std1 option in configure for OSF1 to fix gzprintf (Martin Mokrejs)
1253 - define EXPORTVA for gzprintf (Gilles Vollant)
1264 - add functions gzprintf, gzputc, gzgetc, gztell, gzeof, gzseek, gzrewind and
/titanic_53/usr/src/boot/lib/libz/test/
H A Dexample.c137 if (gzprintf(file, ", %s!", "hello") != 8) {