OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gzputs
(Results
1 - 9
of
9
) sorted by relevancy
/src/common/dist/zlib/contrib/pascal/
example.pas
99
if
gzputs
(zfile, 'ello') <> 4 then
101
WriteLn('
gzputs
err: ', gzerror(zfile, err));
111
if
gzputs
(zfile, ', hello!') <> 8 then
113
WriteLn('
gzputs
err: ', gzerror(zfile, err));
/src/common/dist/zlib/
zconf.h
96
# define
gzputs
z_gzputs
macro
gzwrite.c
334
int ZEXPORT
gzputs
(gzFile file, const char *s) {
function
zlib.h
1488
ZEXTERN int ZEXPORT
gzputs
(gzFile file, const char *s);
1493
gzputs
returns the number of characters written, or -1 in case of error.
zconf.h.cmakein
94
# define
gzputs
z_gzputs
zconf.h.in
92
# define
gzputs
z_gzputs
/src/sys/net/
zlib.h
1024
ZEXTERN int ZEXPORT
gzputs
(gzFile, const char *);
1028
gzputs
returns the number of characters written, or -1 in case of error.
/src/common/dist/zlib/test/
example.c
99
if (
gzputs
(file, "ello") != 4) {
100
fprintf(stderr, "
gzputs
err: %s\n", gzerror(file, &err));
/src/common/dist/zlib/os400/
zlib.inc
195
D
gzputs
PR 10I 0 extproc('
gzputs
')
Completed in 25 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026