Home
last modified time | relevance | path

Searched defs:statbuf (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libc/test/src/sys/stat/
H A Dfstat_test.cpp35 struct stat statbuf; in TEST() local
47 struct stat statbuf; in TEST() local
H A Dlstat_test.cpp36 struct stat statbuf; in TEST() local
47 struct stat statbuf; in TEST() local
H A Dstat_test.cpp36 struct stat statbuf; in TEST() local
47 struct stat statbuf; in TEST() local
/llvm-project/libc/src/sys/stat/linux/
H A Dkernel_statx.h73 statx(int dirfd,const char * __restrict path,int flags,struct stat * __restrict statbuf) statx() argument
[all...]
/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h477 #define __sanitizer_syscall_pre_stat(filename, statbuf) \ argument
479 #define __sanitizer_syscall_post_stat(res, filename, statbuf) \ argument
499 #define __sanitizer_syscall_pre_lstat(filename, statbuf) \ argument
501 #define __sanitizer_syscall_post_lstat(res, filename, statbuf) \ argument
503 #define __sanitizer_syscall_pre_fstat(fd, statbuf) \ argument
505 #define __sanitizer_syscall_post_fstat(res, fd, statbuf) \ argument
507 #define __sanitizer_syscall_pre_newstat(filename, statbuf) \ argument
509 #define __sanitizer_syscall_post_newstat(res, filename, statbuf) \ argument
511 #define __sanitizer_syscall_pre_newlstat(filename, statbuf) \ argument
513 #define __sanitizer_syscall_post_newlstat(res, filename, statbuf) \ argument
[all …]