OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gzprintf
(Results
1 - 8
of
8
) sorted by relevancy
/src/common/dist/zlib/
gzwrite.c
15
/* allocate input buffer (double size for
gzprintf
) */
432
int ZEXPORTVA
gzprintf
(gzFile file, const char *format, ...) {
function
445
int ZEXPORTVA
gzprintf
(gzFile file, const char *format, int a1, int a2, int a3,
function
zconf.h
94
# define
gzprintf
z_gzprintf
macro
zlib.h
1213
The sprintf variant used by
gzprintf
(zero is best):
1215
25: 0 = *nprintf, 1 = *printf -- 1 means
gzprintf
() not secure!
1380
The new buffer size also affects the maximum length for
gzprintf
().
1473
ZEXTERN int ZEXPORTVA
gzprintf
(gzFile file, const char *format, ...);
1476
control of the string format, as in fprintf.
gzprintf
returns the number of
1480
that this limit is not exceeded. If it is exceeded, then
gzprintf
() will
zconf.h.cmakein
92
# define
gzprintf
z_gzprintf
zconf.h.in
90
# define
gzprintf
z_gzprintf
/src/sys/net/
zlib.h
1016
ZEXTERN int ZEXPORTVA
gzprintf
(gzFile, const char *, ...)
1020
control of the format string, as in fprintf.
gzprintf
returns the number of
/src/common/dist/zlib/contrib/pascal/
example.pas
105
if
gzprintf
(zfile, ', %s!', 'hello') <> 8 then
107
WriteLn('
gzprintf
err: ', gzerror(zfile, err));
/src/common/dist/zlib/test/
example.c
103
if (
gzprintf
(file, ", %s!", "hello") != 8) {
104
fprintf(stderr, "
gzprintf
err: %s\n", gzerror(file, &err));
Completed in 26 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026