Searched refs:fstat64 (Results 1 - 20 of 20) sorted by last modified time

/freebsd-11-stable/contrib/sendmail/src/
H A Dutil.c1808 fstat64(fd, &st)
H A Dcollect.c989 fstat64(sm_io_getinfo(df, SM_IO_WHAT_FD, NULL), &st)
/freebsd-11-stable/contrib/file/src/
H A Dseccomp.c176 ALLOW_RULE(fstat64);
/freebsd-11-stable/contrib/apr/
H A Dconfigure19329 else if (fstat64(fd, &st) != 0 || st.st_size != off)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1496 TSAN_INTERCEPTOR(int, fstat64, int fd, void *buf) {
1502 #define TSAN_MAYBE_INTERCEPT_FSTAT64 TSAN_INTERCEPT(fstat64)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp364 int res = internal_syscall(SYSCALL(fstat64), fd, &buf64);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp247 if (Name == "fstat64") return (uint64_t)&fstat64;
/freebsd-11-stable/contrib/tcsh/
H A Dsh.h240 # define fstat fstat64
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_stats.c614 if (ldebug(fstat64))
615 printf(ARGS(fstat64, "%d, *"), args->fd);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_import.c884 if (fstat64(fd, &statbuf) == -1)
943 if (fstat64(fd, &statbuf) == -1)
1155 if (fstat64(fd, &statbuf) != 0 ||
1203 if (fstat64(fd, &statbuf) == -1)
1480 if (fstat64(fd, &statbuf) != 0) {
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c2395 if (fstat64(fd, &statbuf) != 0) {
2589 if (fstat64(fd, &statbuf) != 0) {
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c458 if (fstat64(fd, &st) == -1) {
500 if (fstat64(fd, &st) == -1) {
591 if (fstat64(vp->v_fd, &st) == -1) {
822 if (fstat64(vp->v_fd, &st) == -1) {
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_vdev.c747 err = fstat64(fd, &statbuf);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c235 if (fstat64(fd, &st) == -1)
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c1170 if ((fd = open(fname, O_RDONLY)) == -1 || fstat64(fd, &st) == -1 ||
/freebsd-11-stable/contrib/pjdfstest/
H A Dpjdfstest.c54 #define fstat64 fstat macro
883 rval = fstat64(NUM(0), &sb);
/freebsd-11-stable/contrib/libstdc++/config/io/
H A Dbasic_file_stdio.cc363 const int __err = fstat64(this->fd(), &__buffer);
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure30257 fstat64(1, &buf);
[all...]
/freebsd-11-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_file_io.h137 #define fstat(f,b) fstat64(f,b)
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dstat.h43 fstat64(int fd, struct stat *sb) function

Completed in 400 milliseconds