OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gzdopen
(Results
1 - 5
of
5
) sorted by relevancy
/src/common/dist/zlib/
gzlib.c
270
gzFile ZEXPORT
gzdopen
(int fd, const char *mode) {
function in typeref:typename:gzFile ZEXPORT
zconf.h
78
# define
gzdopen
z_gzdopen
macro
zconf.h.in
74
# define
gzdopen
z_gzdopen
macro
/src/common/dist/zlib/contrib/ada/
zlib-thin.ads
184
function
gzdopen
(fd : Int; mode : Chars_Ptr) return gzFile;
subprogspec
403
pragma Import (C,
gzdopen
, "
gzdopen
");
/src/common/dist/zlib/test/
minigzip.c
208
static gzFile
gzdopen
(int fd, const char *mode) {
function in typeref:typename:gzFile
536
file =
gzdopen
(fileno(stdin), "rb");
537
if (file == NULL) error("can't
gzdopen
stdin");
540
file =
gzdopen
(fileno(stdout), outmode);
541
if (file == NULL) error("can't
gzdopen
stdout");
566
file =
gzdopen
(fileno(stdout), outmode);
567
if (file == NULL) error("can't
gzdopen
stdout");
Completed in 14 milliseconds
Indexes created Tue Sep 23 23:09:58 GMT 2025