Home
last modified time | relevance | path

Searched defs:pos0 (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h987 #define __sanitizer_syscall_pre_pread64(fd, buf, count, pos0, pos1) \ argument
990 #define __sanitizer_syscall_post_pread64(res, fd, buf, count, pos0, pos1) \ argument
993 #define __sanitizer_syscall_pre_pwrite64(fd, buf, count, pos0, pos1) \ argument
996 #define __sanitizer_syscall_post_pwrite64(res, fd, buf, count, pos0, pos1) \ argument
/openbsd-src/gnu/usr.bin/perl/
H A Dsv.c14024 const long pos0 = PerlDir_tell(ret); global() local