Searched refs:gztell (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/lib/libz/
H A DSymbol.map64 gztell;
H A Dzlib.h1455 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
1462 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
1711 # define gztell gztell64 macro
1727 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile));
H A Dzconf.h89 # define gztell z_gztell macro
H A Dgzlib.c471 z_off_t ZEXPORT gztell(file) function
/freebsd-9.3-release/lib/libz/test/
H A Dexample.c163 if (pos != 6 || gztell(file) != pos) {
164 fprintf(stderr, "gzseek error, pos=%ld, gztell=%ld\n",
165 (long)pos, (long)gztell(file));
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzlib.h1210 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
1216 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)

Completed in 104 milliseconds