Home
last modified time | relevance | path

Searched refs:lstat64 (Results 1 – 14 of 14) 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.h134 #define lstat64 lstat macro
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp238 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.c74 if (lstat64(filename, &stat) != 0) in read_map()
/freebsd/contrib/pjdfstest/
H A Dpjdfstest.c1057 rval = lstat64(STR(0), &sb); in call_syscall()
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c1045 ret = lstat64(udevpath, &statbuf); in make_disks()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1829 /// int lstat64(const char *path, struct stat64 *buf);
1830 TLI_DEFINE_ENUM_INTERNAL(lstat64)
1831 TLI_DEFINE_STRING_INTERNAL("lstat64")
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp512 int res = internal_syscall(SYSCALL(lstat64), path, &buf64); in internal_lstat()
H A Dsanitizer_common_syscalls.inc1051 PRE_SYSCALL(lstat64)(const void *filename, void *statbuf) {
1057 POST_SYSCALL(lstat64)(long res, const void *filename, void *statbuf) {
H A Dsanitizer_common_interceptors.inc7040 INTERCEPTOR(int, lstat64, const char *path, void *buf) {
7042 COMMON_INTERCEPTOR_ENTER(ctx, lstat64, path, buf);
7045 int res = REAL(lstat64)(path, buf);
7050 #define INIT_LSTAT64 COMMON_INTERCEPT_FUNCTION(lstat64)
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2244 fun:lstat64=uninstrumented
/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c1215 #define Jim_LinkStat lstat64