Searched refs:gzprintf (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12-stable/lib/libz/ |
| D | Symbol.map | 73 gzprintf;
|
| /freebsd-12-stable/sys/contrib/zlib/ |
| D | FAQ | 261 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().
|
| D | gzwrite.c | 466 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
|
| D | zconf.h | 101 # define gzprintf z_gzprintf macro
|
| D | README | 68 necessary to get gzprintf working correctly. This is done by configure.
|
| D | zlib.h | 1471 ZEXTERN int ZEXPORTVA gzprintf Z_ARG((gzFile file, const char *format, ...));
|
| D | ChangeLog | 97 - 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
|
| D | zconf.h.in | 90 # define gzprintf z_gzprintf macro
|
| /freebsd-12-stable/sys/contrib/zstd/zlibWrapper/ |
| D | gzwrite.c | 454 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/ |
| D | example.c | 137 if (gzprintf(file, ", %s!", "hello") != 8) {
|
| /freebsd-12-stable/sys/contrib/zstd/zlibWrapper/examples/ |
| D | example.c | 162 if (gzprintf(file, ", %s! I said hello, hello!", "hello") != 8+21) {
|
| D | example_original.c | 154 if (gzprintf(file, ", %s!", "hello") != 8) {
|