Home
last modified time | relevance | path

Searched refs:gzseek (Results 1 – 14 of 14) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/IO-Compress/t/
Dcz-14gzopen.t558 title "gzseek" ;
567 ok $iow->gzseek(5, SEEK_CUR) ;
569 ok $iow->gzseek(0, SEEK_CUR) ;
571 ok $iow->gzseek(length($first)+10, SEEK_SET) ;
580 ok $io->gzseek(length($first), SEEK_CUR) ;
592 ok $io->gzseek(0, SEEK_CUR) ;
596 ok $io->gzseek($here+5, SEEK_SET) ;
611 eval { $a->gzseek(-1, 10) ; };
612 like $@, mkErr("gzseek: unknown value, 10, for whence parameter");
614 eval { $a->gzseek(-1, SEEK_END) ; };
[all …]
/openbsd/src/usr.sbin/vmd/
Dloadfile_elf.c694 if (gzseek(fp, (off_t)elf->e_phoff, SEEK_SET) == -1) { in elf64_exec()
739 if (gzseek(fp, (off_t)phdr[i].p_offset, in elf64_exec()
782 if (gzseek(fp, (off_t)elf->e_shoff, SEEK_SET) == -1) { in elf64_exec()
799 if (gzseek(fp, (off_t)shp[elf->e_shstrndx].sh_offset, in elf64_exec()
828 if (gzseek(fp, (off_t)shp[i].sh_offset, in elf64_exec()
912 if (gzseek(fp, (off_t)elf->e_phoff, SEEK_SET) == -1) { in elf32_exec()
957 if (gzseek(fp, (off_t)phdr[i].p_offset, in elf32_exec()
1000 if (gzseek(fp, (off_t)elf->e_shoff, SEEK_SET) == -1) { in elf32_exec()
1017 if (gzseek(fp, (off_t)shp[elf->e_shstrndx].sh_offset, in elf32_exec()
1045 if (gzseek(fp, (off_t)shp[i].sh_offset, in elf32_exec()
Dx86_vm.c299 if (gzseek(fp, 0, SEEK_SET) == -1) in loadfile_bios()
312 if (gzseek(fp, 0, SEEK_SET) == -1) in loadfile_bios()
/openbsd/src/usr.bin/grep/
Dbinary.c72 if (gzseek(f, (z_off_t)0, SEEK_SET) == -1) in gzbin_file()
/openbsd/src/lib/libz/
DSymbols.list56 gzseek
Dzlib.h1894 # define gzseek gzseek64 macro
1912 ZEXTERN z_off_t ZEXPORT gzseek(gzFile, z_off_t, int);
Dzconf.h94 # define gzseek z_gzseek macro
DChangeLog53 - Avoid a conversion error in gzseek when off_t type too small
134 - Fix gzseek() problem on MinGW due to buggy _lseeki64 there
332 - Allow gzrewind() and gzseek() after a premature end-of-file
333 - Simplify gzseek() now that raw after gzip is ignored
478 - Fix big fat stinking bug in gzseek() on uncompressed files
541 - Fix bug in gzseek()
1158 - fix gzseek(..., SEEK_SET) in write mode
1242 - do not clear eof flag in gzseek (Mark Diekhans)
1243 - fix gzseek for files in transparent mode (Mark Diekhans)
1291 - fix gzseek which was broken in write mode
[all …]
Dgzlib.c415 z_off_t ZEXPORT gzseek(gzFile file, z_off_t offset, int whence) { in gzseek() function
/openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
Dzlib.h1879 # define gzseek gzseek64 macro
1897 ZEXTERN z_off_t ZEXPORT gzseek(gzFile, z_off_t, int);
Dzconf.h95 # define gzseek z_gzseek macro
/openbsd/src/sys/lib/libz/
Dzlib.h1894 # define gzseek gzseek64 macro
1912 ZEXTERN z_off_t ZEXPORT gzseek(gzFile, z_off_t, int);
Dzconf.h94 # define gzseek z_gzseek macro
/openbsd/src/gnu/usr.bin/perl/cpan/IO-Compress/lib/Compress/
DZlib.pm219 sub Compress::Zlib::gzFile::gzseek