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

123456

/openbsd-current/gnu/usr.bin/perl/dist/IO/t/
H A Dio_file_export.t16 cmp_ok SEEK_END, 'ne', "SEEK_END", 'SEEK_END';
/openbsd-current/sys/sys/
H A Dunistd.h57 #define SEEK_END 2 /* set file offset to EOF plus offset */ macro
63 #define L_XTND SEEK_END
/openbsd-current/sys/lib/libsa/
H A Dlseek.c91 case SEEK_END:
/openbsd-current/lib/libc/stdio/
H A Dfopen.c84 (void) __sseek(fp, 0, SEEK_END);
H A Dstdio.c63 (void) lseek(fp->_file, 0, SEEK_END);
H A Dfreopen.c168 (void) __sseek(fp, 0, SEEK_END);
/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/standalone/
H A DStandaloneFuzzTargetMain.c30 fseek(f, 0, SEEK_END);
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dbucomm.h108 #ifndef SEEK_END macro
109 #define SEEK_END 2
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dbucomm.h120 #ifndef SEEK_END macro
121 #define SEEK_END 2
/openbsd-current/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dhost.h23 #ifndef SEEK_END
24 # define SEEK_END 2 macro
/openbsd-current/gnu/usr.bin/binutils-2.17/ld/
H A Dld.h31 #ifndef SEEK_END
32 #define SEEK_END 2 macro
/openbsd-current/regress/lib/libc/open_memstream/
H A Dopen_memstreamtest.c125 if (fseek(fp, 100, SEEK_END) != 0) {
141 if (fseek(fp, -1, SEEK_END) != 0) {
/openbsd-current/gnu/usr.bin/binutils/include/mpw/
H A Dfcntl.h22 #define SEEK_END 2 macro
/openbsd-current/sys/arch/macppc/stand/
H A Dhfs.c96 case SEEK_END:
/openbsd-current/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/
H A DUtil.pm6 use IO::File qw(SEEK_SET SEEK_END);
67 seek($fh, 0, SEEK_END)
/openbsd-current/usr.bin/nohup/
H A Dnohup.c126 (void)lseek(fd, (off_t)0, SEEK_END);
/openbsd-current/sys/dev/microcode/cyclades/
H A Dcyzfirm2h.c90 in_len = lseek(i, 0, SEEK_END);
/openbsd-current/usr.sbin/vmd/
H A Dvioraw.c73 sz = lseek(fd[0], 0, SEEK_END);
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/
H A Dnewtied.pl37 use IO::Handle qw(SEEK_SET SEEK_CUR SEEK_END);
314 eval { seek($a, -1, SEEK_END) ; };
326 eval { seek($u, -1, SEEK_END) ; };
327 like $@, mkErr("seek: SEEK_END not allowed");
/openbsd-current/gnu/usr.bin/perl/dist/IO/lib/IO/
H A DSeekable.pm58 =item WHENCE=2 (SEEK_END)
103 use Fcntl qw(SEEK_SET SEEK_CUR SEEK_END);
106 our @EXPORT = qw(SEEK_SET SEEK_CUR SEEK_END);
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Dzextract.c93 # define SEEK_END 2 macro
284 zipf->size = lseek (zipf->fd, 0L, SEEK_END);
/openbsd-current/regress/lib/libc/orientation/
H A Dorientation_test.c153 TEST_UNCHANGED(fseek(f, 1, SEEK_END));
156 TEST_UNCHANGED(fseeko(f, 1, SEEK_END));
/openbsd-current/usr.sbin/mksuncd/
H A Dmksuncd.c131 if (lseek(f, 0, SEEK_END) == -1)
158 if (lseek(f, 0, SEEK_END) == -1)
/openbsd-current/gnu/usr.bin/perl/ext/Fcntl/
H A DFcntl.pm41 e.g. SEEK_END) and the S_I* constants (for chmod() and stat()) are
71 'seek' => [qw(SEEK_SET SEEK_CUR SEEK_END)],
/openbsd-current/gnu/usr.bin/perl/
H A Dperlio.h164 #ifndef SEEK_END
165 #define SEEK_END 2 macro

Completed in 421 milliseconds

123456