/freebsd/sys/contrib/openzfs/lib/libspl/include/os/freebsd/sys/ |
H A D | stat.h | 44 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 D | stat.h | 39 if (fstat64(fd, st) == -1) in fstat64_blk()
|
/freebsd/contrib/file/src/ |
H A D | seccomp.c | 97 ALLOW_RULE(fstat64); in enable_sandbox()
|
/freebsd/sys/contrib/openzfs/lib/libzutil/os/freebsd/ |
H A D | zutil_import_os.c | 136 if (fstat64(fd, &statbuf) != 0) in zpool_open_func()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | mkfile.c | 195 if (fstat64(fd, &st) < 0) { in main()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RTDyldMemoryManager.cpp | 239 if (Name == "fstat64") return (uint64_t)&fstat64; in getSymbolAddressInProcess()
|
/freebsd/cddl/contrib/opensolaris/lib/libctf/common/ |
H A D | ctf_lib.c | 236 if (fstat64(fd, &st) == -1) in ctf_fdopen()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 770 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 D | tsan_interceptors_posix.cpp | 1653 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 D | collect.c | 1136 fstat64(sm_io_getinfo(df, SM_IO_WHAT_FD, NULL), &st)
|
H A D | util.c | 1952 fstat64(fd, &st)
|
/freebsd/contrib/tcsh/ |
H A D | sh.h | 240 # define fstat fstat64
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_linux.cpp | 496 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 D | sanitizer_common_syscalls.inc | 1041 PRE_SYSCALL(fstat64)(long fd, void *statbuf) {} 1043 POST_SYSCALL(fstat64)(long res, long fd, void *statbuf) {
|
/freebsd/contrib/pjdfstest/ |
H A D | pjdfstest.c | 1046 rval = fstat64(NUM(0), &sb); in call_syscall()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 1465 /// 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 D | zutil_import.c | 1653 if (fstat64(fd, &statbuf) != 0) { in zpool_find_import_cached()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_module.c | 1157 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 D | libc_ubuntu1404_abilist.txt | 1792 fun:fstat64=uninstrumented
|
/freebsd/sys/contrib/openzfs/cmd/zdb/ |
H A D | zdb.c | 4420 if (fstat64(fd, &statbuf) != 0) { in dump_cachefile()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs.abi | 5290 <function-decl name='fstat64' visibility='default' binding='global' size-in-bits='64'>
|