Home
last modified time | relevance | path

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

/src/lib/libz/
H A DSymbol.map85 gzprintf;
/src/sys/contrib/zlib/
H A Dzlib.h1552 ZEXTERN int ZEXPORTVA gzprintf(gzFile file, const char *format, ...);
1554 ZEXTERN int ZEXPORTVA gzprintf();
H A DFAQ264 The only one that we are aware of is potentially in gzprintf(). If zlib is
268 of gzprintf() assuring that the output will not exceed 8K. On the other
272 used by gzprintf(). Also the zlibCompileFlags() function will return
273 information on what variant of sprintf() is used by gzprintf().
H A Dgzwrite.c488 int ZEXPORTVA gzprintf(gzFile file, const char *format, ...) { in gzprintf() function
501 int ZEXPORTVA gzprintf(gzFile file, const char *format, int a1, int a2, int a3, in gzprintf() function
H A Dzconf.h114 # define gzprintf z_gzprintf macro
H A DREADME67 necessary to get gzprintf working correctly. This is done by configure.
H A DChangeLog176 - Improve speed of gzprintf() in transparent mode
275 - Cast to char * in gzprintf to avoid warnings [Zinser]
456 - Add a check in configure for stdarg.h, use for gzprintf()
646 - Defer compression of gzprintf() result until need to
1127 - Enhance comments in zlib.h on what happens if gzprintf() tries to
1184 - Document string limit for gzprintf() and possible buffer overflow
1257 - add -std1 option in configure for OSF1 to fix gzprintf (Martin Mokrejs)
1344 - define EXPORTVA for gzprintf (Gilles Vollant)
1355 - add functions gzprintf, gzputc, gzgetc, gztell, gzeof, gzseek, gzrewind and
H A Dzconf.h.in95 # define gzprintf z_gzprintf macro
/src/sys/contrib/zstd/zlibWrapper/
H A Dgzwrite.c457 int ZEXPORTVA gzprintf(gzFile file, const char *format, ...) in gzprintf() function
471 int ZEXPORTVA gzprintf (file, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, in gzprintf() function
/src/sys/contrib/zlib/test/
H A Dexample.c109 if (gzprintf(file, ", %s!", "hello") != 8) { in test_gzio()
/src/sys/contrib/zstd/zlibWrapper/examples/
H A Dexample.c162 if (gzprintf(file, ", %s! I said hello, hello!", "hello") != 8+21) {
H A Dexample_original.c154 if (gzprintf(file, ", %s!", "hello") != 8) {