Searched refs:gzprintf (Results 1 – 12 of 12) sorted by relevance
| /src/lib/libz/ |
| H A D | Symbol.map | 85 gzprintf;
|
| /src/sys/contrib/zlib/ |
| H A D | zlib.h | 1552 ZEXTERN int ZEXPORTVA gzprintf(gzFile file, const char *format, ...); 1554 ZEXTERN int ZEXPORTVA gzprintf();
|
| H A D | FAQ | 264 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 D | gzwrite.c | 488 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 D | zconf.h | 114 # define gzprintf z_gzprintf macro
|
| H A D | README | 67 necessary to get gzprintf working correctly. This is done by configure.
|
| H A D | ChangeLog | 176 - 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 D | zconf.h.in | 95 # define gzprintf z_gzprintf macro
|
| /src/sys/contrib/zstd/zlibWrapper/ |
| H A D | gzwrite.c | 457 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 D | example.c | 109 if (gzprintf(file, ", %s!", "hello") != 8) { in test_gzio()
|
| /src/sys/contrib/zstd/zlibWrapper/examples/ |
| H A D | example.c | 162 if (gzprintf(file, ", %s! I said hello, hello!", "hello") != 8+21) {
|
| H A D | example_original.c | 154 if (gzprintf(file, ", %s!", "hello") != 8) {
|