Home
last modified time | relevance | path

Searched refs:lstat64 (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/file/src/
H A Dseccomp.c121 ALLOW_RULE(lstat64); in enable_sandbox()
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dccompile.h136 #define lstat64 lstat macro
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp240 if (Name == "lstat64") return (uint64_t)&lstat64; in getSymbolAddressInProcess()
/freebsd/contrib/tcsh/
H A Dsh.exp.c619 # define TCSH_LSTAT lstat64 in filetest()
H A Dsh.h241 # define lstat lstat64
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Ddraid.c73 if (lstat64(filename, &stat) != 0) in read_map()
/freebsd/contrib/pjdfstest/
H A Dpjdfstest.c1057 rval = lstat64(STR(0), &sb); in call_syscall()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1700 /// 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 Dzpool_vdev.c1053 ret = lstat64(udevpath, &statbuf); in make_disks()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp479 int res = internal_syscall(SYSCALL(lstat64), path, &buf64); in internal_lstat()
H A Dsanitizer_common_syscalls.inc1050 PRE_SYSCALL(lstat64)(const void *filename, void *statbuf) {
1056 POST_SYSCALL(lstat64)(long res, const void *filename, void *statbuf) {
H A Dsanitizer_common_interceptors.inc6879 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 Dlibc_ubuntu1404_abilist.txt2244 fun:lstat64=uninstrumented