Home
last modified time | relevance | path

Searched refs:gzFile (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/zmod/
H A Dzlib.h1068 typedef voidp gzFile; typedef
1070 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
1087 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1100 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
1108 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len));
1116 ZEXTERN int ZEXPORT gzwrite OF((gzFile file,
1124 ZEXTERN int ZEXPORTVA gzprintf OF((gzFile file, const char *format, ...));
1137 ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s));
1144 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
1153 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
[all …]
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h1046 typedef voidp gzFile; typedef
/titanic_41/usr/src/cmd/boot/bootadm/
H A Dbootadm.c1619 gzFile gzfile;