Home
last modified time | relevance | path

Searched defs:whence (Results 1 – 19 of 19) sorted by relevance

/llvm-project/flang/runtime/
H A Dio-api-minimal.cpp37 IoStatementState &io, INT x, const char *whence) { in FormattedScalarIntegerOutput() argument
71 IoStatementState &io, REAL x, const char *whence) { in FormattedScalarRealOutput() argument
91 IoStatementState &io, REAL re, REAL im, const char *whence) { in FormattedScalarComplexOutput() argument
/llvm-project/libc/src/__support/File/linux/
H A DlseekImpl.h24 lseekimpl(int fd,off_t offset,int whence) lseekimpl() argument
H A Dfile.cpp45 linux_file_seek(File * f,off_t offset,int whence) linux_file_seek() argument
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dfunopen.cpp39 off_t f_seek(void *cookie, off_t off, int whence) { in f_seek()
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Dfunopen2.cpp41 off_t f_seek(void *cookie, off_t off, int whence) { in f_seek()
/llvm-project/compiler-rt/test/msan/Linux/
H A Dfopencookie.cpp28 static int cookie_seek(void *cookie, off64_t *offset, int whence) { in cookie_seek()
/llvm-project/libc/src/stdio/
H A Dfopencookie.cpp55 cookie_seek(File * f,off_t offset,int whence) cookie_seek() argument
/llvm-project/libc/src/__support/File/
H A Dfile.cpp285 seek(long offset,int whence) seek() argument
/llvm-project/libc/test/src/stdio/
H A Dfopencookie_test.cpp60 int seek_ss(void *cookie, off64_t *offset, int whence) { in seek_ss() argument
/llvm-project/lldb/examples/python/
H A Dfile_extract.py37 def seek(self, offset, whence=0): argument
/llvm-project/bolt/runtime/
H A Dsys_aarch64.h178 uint64_t __lseek(uint64_t fd, uint64_t pos, uint64_t whence) { in __lseek()
H A Dsys_x86_64.h209 uint64_t __lseek(uint64_t fd, uint64_t pos, uint64_t whence) { in __lseek()
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_netbsd.cpp286 uptr internal_lseek(fd_t fd, OFF_T offset, int whence) { in internal_lseek()
H A Dsanitizer_solaris.cpp189 DECLARE__REAL_AND_INTERNAL64(uptr, lseek, fd_t fd, OFF_T offset, int whence) { in DECLARE__REAL_AND_INTERNAL64()
H A Dsanitizer_linux.cpp795 internal_lseek(fd_t fd,OFF_T offset,int whence) internal_lseek() argument
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp250 const char *whence; in PrintStackAllocations() local
723 const char *whence; in PrintHeapOrGlobalCandidate() local
[all...]
/llvm-project/libc/test/src/__support/File/
H A Dfile_test.cpp97 str_seek(LIBC_NAMESPACE::File * f,off_t offset,int whence) str_seek() argument
/llvm-project/clang/test/Analysis/
H A Dstream.c253 void pr8081(FILE *stream, long offset, int whence) { in pr8081() argument
/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h129 #define __sanitizer_syscall_pre_compat_43_olseek(fd, offset, whence) \ argument
132 #define __sanitizer_syscall_post_compat_43_olseek(res, fd, offset, whence) \ argument
1064 #define __sanitizer_syscall_pre_lseek(fd, PAD, offset, whence) \ argument
1067 #define __sanitizer_syscall_post_lseek(res, fd, PAD, offset, whence) \ argument