Home
last modified time | relevance | path

Searched defs:pread (Results 1 – 25 of 25) sorted by relevance

/netbsd/external/gpl3/gdb/dist/gold/
H A Dpread.c37 pread (int fd, void *buf, size_t count, off_t offset) in pread() function
/netbsd/external/gpl3/binutils/dist/gold/
H A Dpread.c37 pread (int fd, void *buf, size_t count, off_t offset) in pread() function
/netbsd/external/gpl3/binutils.old/dist/gold/
H A Dpread.c37 pread (int fd, void *buf, size_t count, off_t offset) in pread() function
/netbsd/external/gpl3/gdb.old/dist/gold/
H A Dpread.c37 pread (int fd, void *buf, size_t count, off_t offset) in pread() function
/netbsd/external/bsd/file/dist/src/
H A Dpread.c15 pread(int fd, void *buf, size_t len, off_t off) { in pread() function
/netbsd/tools/compat/
H A Dpread.c39 ssize_t pread(int d, void *buf, size_t nbytes, off_t offset) { in pread() function
/netbsd/sys/arch/i386/stand/lib/
H A Dpread.c44 pread(int fd, void *dest, size_t size) in pread() function
/netbsd/sys/arch/hpcmips/include/
H A Dloadfile_machdep.h56 #define pread read macro
/netbsd/sys/arch/hppa/include/
H A Dloadfile_machdep.h61 #define pread read macro
/netbsd/sys/arch/alpha/include/
H A Dloadfile_machdep.h57 #define pread read macro
/netbsd/sys/arch/hp300/include/
H A Dloadfile_machdep.h64 #define pread read macro
/netbsd/sys/arch/ia64/include/
H A Dloadfile_machdep.h76 #define pread archsw.arch_readin macro
/netbsd/sys/arch/amiga/include/
H A Dloadfile_machdep.h64 #define pread read macro
/netbsd/sys/arch/x68k/include/
H A Dloadfile_machdep.h78 #define pread read macro
/netbsd/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
H A Ddd_interceptors.cc236 INTERCEPTOR(SSIZE_T, pread, int fd, void *ptr, SIZE_T count, OFF_T offset) { in INTERCEPTOR() argument
/netbsd/sys/rump/include/rump/
H A Drump_syscallshotgun.h74 #define pread(a,b,c,d) rump_sys_pread(a,b,c,d) macro
/netbsd/external/gpl3/gdb/dist/bfd/
H A Dopncls.c508 file_ptr (*pread) (struct bfd *abfd, void *stream, void *buf, member
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Dopncls.c486 file_ptr (*pread) (struct bfd *abfd, void *stream, void *buf, member
/netbsd/external/gpl3/binutils/dist/bfd/
H A Dopncls.c543 file_ptr (*pread) (struct bfd *abfd, void *stream, void *buf, member
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Dopncls.c508 file_ptr (*pread) (struct bfd *abfd, void *stream, void *buf, member
/netbsd/lib/libpthread/
H A Dpthread_cancelstub.c481 pread(int d, void *buf, size_t nbytes, off_t offset) in pread() function
/netbsd/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_test.cc819 TEST(AddressSanitizer, pread) { in TEST() argument
/netbsd/external/gpl2/xcvs/dist/src/
H A Dclient.c1149 char *pread; in read_counted_file() local
/netbsd/lib/libc/include/
H A Dnamespace.h561 #define pread _pread macro
/netbsd/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc652 TEST(MemorySanitizer, pread) { in TEST() argument