Searched refs:stat64 (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dstat.h35 #define stat64 stat macro
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/fs/
H A Dzut.h67 struct stat64 zl_statbuf; /* output */
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libcmdutils/
H A Dlibcmdutils.h112 struct stat64 *, struct stat64 *);
/freebsd-11-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_file_io.h135 #define stat(f,b) stat64(f,b)
140 typedef struct stat64 struct_stat;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zinject/
H A Dtranslate.c83 * and 'relpath' must be at least MAXPATHLEN characters. We also pass a stat64
88 struct stat64 *statbuf)
108 if (stat64(fullpath, statbuf) != 0) {
149 object_from_path(const char *dataset, const char *path, struct stat64 *statbuf,
320 struct stat64 statbuf;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_linux.cpp75 COMPILER_CHECK(struct_kernel_stat64_sz == sizeof(struct stat64));
H A Dsanitizer_linux.cpp235 static void stat64_to_stat(struct stat64 *in, struct stat *out) {
318 struct stat64 buf64;
319 int res = internal_syscall(SYSCALL(stat64), path, &buf64);
343 struct stat64 buf64;
363 struct stat64 buf64;
H A Dsanitizer_platform_limits_solaris.cpp68 unsigned struct_stat64_sz = sizeof(struct stat64);
/freebsd-11-stable/contrib/binutils/binutils/
H A Dstrings.c107 typedef struct stat64 statbuf;
108 #define file_stat(f,s) stat64(f, s)
/freebsd-11-stable/contrib/pjdfstest/
H A Dpjdfstest.c53 #define stat64 stat macro
443 show_stat(struct stat64 *sp, const char *what)
507 show_stats(struct stat64 *sp, char *what)
550 struct stat64 sb;
876 rval = stat64(STR(0), &sb);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_vdev.c420 struct stat64 statbuf;
436 if (!wholedisk && (stat64(arg, &statbuf) != 0)) {
456 if (!wholedisk && (stat64(path, &statbuf) != 0)) {
659 struct stat64 statbuf;
750 err = stat64(path, &statbuf);
/freebsd-11-stable/contrib/libstdc++/config/io/
H A Dbasic_file_stdio.cc362 struct stat64 __buffer;
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-runtime.h212 #pragma redefine_extname stat64 __mfwrap_stat64
H A Dmf-hooks2.c1234 WRAPPER2(int , stat64, const char *path, struct stat64 *buf)
1239 MF_VALIDATE_EXTENT (path, CLAMPADD(n, 1), __MF_CHECK_READ, "stat64 path");
1240 MF_VALIDATE_EXTENT (buf, sizeof (*buf), __MF_CHECK_READ, "stat64 buf");
1241 return stat64 (path, buf);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c441 struct stat64 st;
470 if (!(flags & FCREAT) && stat64(realpath, &st) == -1)
589 struct stat64 st;
819 struct stat64 st;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp246 if (Name == "stat64") return (uint64_t)&stat64;
/freebsd-11-stable/contrib/file/src/
H A Dseccomp.c222 ALLOW_RULE(stat64);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_import.c877 struct stat64 statbuf;
933 struct stat64 statbuf;
1139 struct stat64 statbuf;
1198 struct stat64 statbuf;
1463 struct stat64 statbuf;
H A Dlibzfs_diff.c488 struct stat64 sb = { 0 };
493 if (stat64(fullpath, &sb) != 0) {
H A Dlibzfs_util.c744 struct stat64 statbuf;
755 if (stat64(path, &statbuf) != 0) {
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zlook/
H A Dzlook.c141 print_stats(struct stat64 *sb)
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c221 struct stat64 st;
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_stats.c575 if (ldebug(stat64))
576 printf(ARGS(stat64, "%s, *"), filename);
/freebsd-11-stable/contrib/sendmail/src/
H A Dcollect.c978 struct stat64 st;
/freebsd-11-stable/sbin/routed/
H A Dtrace.c50 /* use *stat64 for files on large file systems */
51 #define stat stat64

Completed in 418 milliseconds

12