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

12

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c2385 struct stat64 statbuf;
2561 struct stat64 statbuf;
2572 } else if (stat64(path, &statbuf) != 0) {
/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/cddl/contrib/opensolaris/cmd/zlook/
H A Dzlook.c141 print_stats(struct stat64 *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/cddl/contrib/opensolaris/lib/libcmdutils/
H A Dlibcmdutils.h112 struct stat64 *, struct stat64 *);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c221 struct stat64 st;
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c1139 struct stat64 st;
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_diff.c488 struct stat64 sb = { 0 };
493 if (stat64(fullpath, &sb) != 0) {
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_pool.c437 struct stat64 statbuf;
615 (stat64(strval, &statbuf) != 0 ||
H A Dlibzfs_util.c744 struct stat64 statbuf;
755 if (stat64(path, &statbuf) != 0) {
/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/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/contrib/binutils/binutils/
H A Dconfigure12325 echo "$as_me:$LINENO: checking for stat64" >&5
12326 echo $ECHO_N "checking for stat64... $ECHO_C" >&6
12340 struct stat64 st; stat64 ("/tmp/foo", &st);
12384 struct stat64 st; stat64 ("/tmp/foo", &st);
H A Dstrings.c107 typedef struct stat64 statbuf;
108 #define file_stat(f,s) stat64(f, s)
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dconfigure3893 for ac_func in fopen64 fseeko64 ftello64 stat64 freopen64
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);
H A Dmf-runtime.h212 #pragma redefine_extname stat64 __mfwrap_stat64
/freebsd-11-stable/contrib/libstdc++/config/io/
H A Dbasic_file_stdio.cc362 struct stat64 __buffer;
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure30256 struct stat64 buf;
[all...]
/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/sbin/routed/
H A Dtrace.c50 /* use *stat64 for files on large file systems */
51 #define stat stat64
/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/cmd/zfs/
H A Dzfs_main.c6402 struct stat64 statbuf;
6413 if (stat64(path, &statbuf) != 0) {
6467 if (stat64(entry.mnt_mountp, &statbuf) != 0) {

Completed in 526 milliseconds

12