Home
last modified time | relevance | path

Searched defs:lseek (Results 1 – 14 of 14) sorted by relevance

/openbsd/src/sys/lib/libsa/
Dlseek.c68 lseek(int fd, off_t offset, int where) in lseek() function
Dcread.c359 lseek(int fd, off_t offset, int where) in lseek() function
/openbsd/src/gnu/usr.bin/binutils/gas/
Dconfig-gas.com132 extern long lseek(); function
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dproc-utils.h79 #define lseek(X,Y,Z) lseek_with_trace (X, Y, Z, __FILE__, __LINE__) macro
/openbsd/src/gnu/usr.bin/perl/ext/SDBM_File/
Dsdbm.c48 # define lseek _lseeki64 macro
/openbsd/src/usr.sbin/mopd/common/
Dcommon.h86 off_t lseek; /* Seek before last read */ member
/openbsd/src/gnu/usr.bin/binutils/include/gdb/
Dcallback.h81 int (*lseek) PARAMS ((host_callback *, int, long , int)); member
/openbsd/src/gnu/lib/libstdc++/libstdc++/libio/
Dfileops.c55 # define lseek(FD, Offset, Whence) __lseek (FD, Offset, Whence) macro
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_solaris.cpp189 DECLARE__REAL_AND_INTERNAL64(uptr, lseek, fd_t fd, OFF_T offset, int whence) { in DECLARE__REAL_AND_INTERNAL64() argument
/openbsd/src/gnu/usr.bin/perl/win32/
Dwin32iop.h253 #define lseek(fd,offset,orig) win32_lseek(fd,offset,orig) macro
/openbsd/src/gnu/usr.bin/perl/
Dconfig_h.SH4500 * a prototype for the lseek() function. Otherwise, it is up function
DXSUB.h572 # define lseek PerlLIO_lseek macro
Dperl.h3369 # define lseek lseek64 macro
3372 # define lseek llseek macro
/openbsd/src/gnu/usr.bin/perl/ext/POSIX/
DPOSIX.xs3070 lseek(fd, offset, whence) in lseek() function