Searched refs:lstat64 (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/file/src/ |
H A D | seccomp.c | 121 ALLOW_RULE(lstat64); in enable_sandbox()
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | ccompile.h | 136 #define lstat64 lstat macro
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RTDyldMemoryManager.cpp | 240 if (Name == "lstat64") return (uint64_t)&lstat64; in getSymbolAddressInProcess()
|
/freebsd/contrib/tcsh/ |
H A D | sh.exp.c | 619 # define TCSH_LSTAT lstat64 in filetest()
|
H A D | sh.h | 241 # define lstat lstat64
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | draid.c | 73 if (lstat64(filename, &stat) != 0) in read_map()
|
/freebsd/contrib/pjdfstest/ |
H A D | pjdfstest.c | 1057 rval = lstat64(STR(0), &sb); in call_syscall()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 1700 /// int lstat64(const char *path, struct stat64 *buf); 1701 TLI_DEFINE_ENUM_INTERNAL(lstat64) 1702 TLI_DEFINE_STRING_INTERNAL("lstat64")
|
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_vdev.c | 1053 ret = lstat64(udevpath, &statbuf); in make_disks()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_linux.cpp | 479 int res = internal_syscall(SYSCALL(lstat64), path, &buf64); in internal_lstat()
|
H A D | sanitizer_common_syscalls.inc | 1050 PRE_SYSCALL(lstat64)(const void *filename, void *statbuf) { 1056 POST_SYSCALL(lstat64)(long res, const void *filename, void *statbuf) {
|
H A D | sanitizer_common_interceptors.inc | 6879 INTERCEPTOR(int, lstat64, const char *path, void *buf) { 6881 COMMON_INTERCEPTOR_ENTER(ctx, lstat64, path, buf); 6884 int res = REAL(lstat64)(path, buf); 6889 #define INIT_LSTAT64 COMMON_INTERCEPT_FUNCTION(lstat64)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2244 fun:lstat64=uninstrumented
|