Searched refs:SEEK_END (Results 126 - 138 of 138) sorted by relevance

123456

/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Ddlltool.c1939 fseek (base_file, 0, SEEK_END);
H A Dreadelf.c4564 if (fseek (file, 0, SEEK_END))
4612 if (fseek (file, 0, SEEK_END))
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Dread.c4941 if (fseek (binfile, 0, SEEK_END) != 0)
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Ddlltool.c1942 fseek (base_file, 0, SEEK_END);
H A Dreadelf.c6112 if (fseek (file, 0, SEEK_END))
6160 if (fseek (file, 0, SEEK_END))
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Dread.c5146 if (fseek (binfile, 0, SEEK_END) != 0)
/openbsd-current/usr.sbin/nsd/
H A Ddifffile.c144 if(fseek(df, 0, SEEK_END) == -1) {
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/
H A DGzip.pm1066 SEEK_CUR or SEEK_END.
H A DZip.pm1956 SEEK_CUR or SEEK_END.
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/Compress/
H A DZlib.pm863 The C<$whence> parameter should be one of SEEK_SET, SEEK_CUR or SEEK_END.
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/
H A DAnyInflate.pm815 SEEK_CUR or SEEK_END.
H A DGunzip.pm939 SEEK_CUR or SEEK_END.
/openbsd-current/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c276 fseek(to_file, 0, SEEK_END);

Completed in 429 milliseconds

123456