Home
last modified time | relevance | path

Searched refs:fstat64 (Results 1 – 21 of 21) sorted by relevance

/freebsd/sys/contrib/openzfs/lib/libspl/include/os/freebsd/sys/
H A Dstat.h44 fstat64(int fd, struct stat *sb) in fstat64() function
63 if (fstat64(fd, st) == -1) in fstat64_blk()
86 #define fstat64 fstat macro
/freebsd/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Dstat.h39 if (fstat64(fd, st) == -1) in fstat64_blk()
/freebsd/contrib/file/src/
H A Dseccomp.c97 ALLOW_RULE(fstat64); in enable_sandbox()
/freebsd/sys/contrib/openzfs/lib/libzutil/os/freebsd/
H A Dzutil_import_os.c136 if (fstat64(fd, &statbuf) != 0) in zpool_open_func()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dmkfile.c195 if (fstat64(fd, &st) < 0) { in main()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp239 if (Name == "fstat64") return (uint64_t)&fstat64; in getSymbolAddressInProcess()
/freebsd/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c236 if (fstat64(fd, &st) == -1) in ctf_fdopen()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp770 INTERCEPTOR(int, fstat64, int fd, void *buf) { in INTERCEPTOR() argument
772 int res = REAL(fstat64)(fd, buf); in INTERCEPTOR()
777 # define MSAN_MAYBE_INTERCEPT_FSTAT64 MSAN_INTERCEPT_FUNC(fstat64)
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1653 TSAN_INTERCEPTOR(int, fstat64, int fd, void *buf) { in TSAN_INTERCEPTOR() argument
1654 SCOPED_TSAN_INTERCEPTOR(fstat64, fd, buf); in TSAN_INTERCEPTOR()
1657 return REAL(fstat64)(fd, buf); in TSAN_INTERCEPTOR()
1659 # define TSAN_MAYBE_INTERCEPT_FSTAT64 TSAN_INTERCEPT(fstat64)
/freebsd/contrib/sendmail/src/
H A Dcollect.c1136 fstat64(sm_io_getinfo(df, SM_IO_WHAT_FD, NULL), &st)
H A Dutil.c1952 fstat64(fd, &st)
/freebsd/contrib/tcsh/
H A Dsh.h240 # define fstat fstat64
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp496 int res = internal_syscall(SYSCALL(fstat64), fd, &kbuf); in internal_fstat()
510 int res = internal_syscall(SYSCALL(fstat64), fd, &buf64); in internal_fstat()
H A Dsanitizer_common_syscalls.inc1041 PRE_SYSCALL(fstat64)(long fd, void *statbuf) {}
1043 POST_SYSCALL(fstat64)(long res, long fd, void *statbuf) {
/freebsd/contrib/pjdfstest/
H A Dpjdfstest.c1046 rval = fstat64(NUM(0), &sb); in call_syscall()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1465 /// int fstat64(int filedes, struct stat64 *buf)
1466 TLI_DEFINE_ENUM_INTERNAL(fstat64)
1467 TLI_DEFINE_STRING_INTERNAL("fstat64")
/freebsd/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c1653 if (fstat64(fd, &statbuf) != 0) { in zpool_find_import_cached()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c1157 if ((fd = open(fname, O_RDONLY)) == -1 || fstat64(fd, &st) == -1 || in dt_module_update()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1792 fun:fstat64=uninstrumented
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c4420 if (fstat64(fd, &statbuf) != 0) { in dump_cachefile()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi5290 <function-decl name='fstat64' visibility='default' binding='global' size-in-bits='64'>