Searched defs:statbuf (Results 1 – 5 of 5) sorted by relevance
/llvm-project/libc/test/src/sys/stat/ |
H A D | fstat_test.cpp | 35 struct stat statbuf; in TEST() local 47 struct stat statbuf; in TEST() local
|
H A D | lstat_test.cpp | 36 struct stat statbuf; in TEST() local 47 struct stat statbuf; in TEST() local
|
H A D | stat_test.cpp | 36 struct stat statbuf; in TEST() local 47 struct stat statbuf; in TEST() local
|
/llvm-project/libc/src/sys/stat/linux/ |
H A D | kernel_statx.h | 73 statx(int dirfd,const char * __restrict path,int flags,struct stat * __restrict statbuf) statx() argument [all...] |
/llvm-project/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 477 #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 …]
|