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

123456

/openbsd-current/gnu/llvm/compiler-rt/lib/profile/
H A DGCDAProfiling.c222 fseek(output_file, 0L, SEEK_END);
/openbsd-current/lib/libz/
H A Dgzlib.c245 LSEEK(state->fd, 0, SEEK_END); /* so gzoffset() is correct */
/openbsd-current/gnu/usr.bin/texinfo/util/
H A Dtexindex.c45 # define SEEK_END 2 macro
220 lseek (desc, (off_t) 0, SEEK_END);
/openbsd-current/gnu/usr.bin/perl/ext/PerlIO-scalar/
H A Dscalar.xs127 case SEEK_END:
/openbsd-current/usr.sbin/ldomctl/
H A Dmdesc.c638 if (fseek(fp, 0, SEEK_END) == -1) {
693 fseek(fp, 0, SEEK_END);
H A Dmdstore.c352 fseek(fp, 0, SEEK_END);
/openbsd-current/usr.bin/ssh/
H A Dhostfile.c520 if (fseek(f, -1L, SEEK_END) == 0 && fgetc(f) != '\n')
522 if (fseek(f, 0L, SEEK_END) != 0 || (addnl && fputc('\n', f) != '\n')) {
/openbsd-current/gnu/llvm/lldb/source/Host/common/
H A DFile.cpp429 result = ::lseek(m_descriptor, offset, SEEK_END);
438 result = ::fseek(m_stream, offset, SEEK_END);
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/t/
H A Dexport.t60 SA_RESTART SA_SIGINFO SCHAR_MAX SCHAR_MIN SEEK_CUR SEEK_END
/openbsd-current/gnu/gcc/gcc/
H A Dsystem.h299 # define SEEK_END 2 macro
/openbsd-current/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-dump.c529 if (fseek (file, 0, SEEK_END) == 0)
/openbsd-current/gnu/usr.sbin/mkhybrid/src/
H A Drock.c548 status = (long)lseek(fileno(zipfile), (off_t)(-8), SEEK_END);
/openbsd-current/sys/lib/libsa/
H A Dufs.c667 case SEEK_END:
H A Dufs2.c663 case SEEK_END:
/openbsd-current/bin/ksh/
H A Dhistory.c705 if (fseeko(histfh, 0, SEEK_END) == 0 &&
/openbsd-current/usr.sbin/unbound/testcode/
H A Dpetal.c399 fseek(in, 0, SEEK_END);
/openbsd-current/sys/kern/
H A Dvfs_lockf.c236 case SEEK_END:
H A Dvfs_vnops.c649 case SEEK_END:
/openbsd-current/sys/arch/arm64/stand/efiboot/
H A Defidev.c670 case SEEK_END:
/openbsd-current/gnu/usr.bin/texinfo/makeinfo/
H A Dnode.c950 SEEK_END);
964 fseek (output_stream, -epilogue_len, SEEK_END);
/openbsd-current/gnu/usr.bin/perl/win32/
H A Dwin32.c3337 win32_fseek(f, 0, SEEK_END);
3348 win32_fseek(f, 0, SEEK_END);
3431 case SEEK_END:
3432 fseek(pf, 0, SEEK_END);
3902 end = win32_lseek(fd, 0, SEEK_END);
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/
H A DUnzip.pm863 # $self->smarkSeek(-22, 0, SEEK_END) ;
1029 $self->smartSeek(-22, 0, SEEK_END) ;
1042 $self->smartSeek(0, 0, SEEK_END) ;
1733 SEEK_CUR or SEEK_END.
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dupdate.c1737 fseek(e, 0L, SEEK_END);
1827 fseek(e, 0L, SEEK_END);
/openbsd-current/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dhsys.c778 if (fseek(fhreal, 0L, SEEK_END) < 0) {
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dremote-fileio.c276 *flag = SEEK_END;

Completed in 505 milliseconds

123456