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

12

/freebsd-10.0-release/sys/cddl/compat/opensolaris/sys/
H A Dstat.h35 #define stat64 stat macro
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/sys/fs/
H A Dzut.h67 struct stat64 zl_statbuf; /* output */
/freebsd-10.0-release/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-10.0-release/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-10.0-release/contrib/binutils/binutils/
H A Dstrings.c107 typedef struct stat64 statbuf;
108 #define file_stat(f,s) stat64(f, s)
/freebsd-10.0-release/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)) {
655 struct stat64 statbuf;
728 err = stat64(path, &statbuf);
/freebsd-10.0-release/tools/regression/pjdfstest/
H A Dpjdfstest.c53 #define stat64 stat macro
439 show_stat(struct stat64 *sp, const char *what)
503 show_stats(struct stat64 *sp, char *what)
546 struct stat64 sb;
872 rval = stat64(STR(0), &sb);
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c419 struct stat64 st;
448 if (!(flags & FCREAT) && stat64(realpath, &st) == -1)
548 struct stat64 st;
776 struct stat64 st;
/freebsd-10.0-release/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-10.0-release/contrib/libstdc++/config/io/
H A Dbasic_file_stdio.cc362 struct stat64 __buffer;
/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DSectionMemoryManager.cpp221 if (Name == "stat64") return (void*)(intptr_t)&stat64;
/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp829 sys::DynamicLibrary::AddSymbol("stat64", (void*)(intptr_t)stat64);
830 sys::DynamicLibrary::AddSymbol("\x1stat64", (void*)(intptr_t)stat64);
/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_stats.c548 if (ldebug(stat64))
549 printf(ARGS(stat64, "%s, *"), filename);
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/zlook/
H A Dzlook.c141 print_stats(struct stat64 *sb)
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_import.c861 struct stat64 statbuf;
1038 struct stat64 statbuf;
1096 struct stat64 statbuf;
1355 struct stat64 statbuf;
H A Dlibzfs_diff.c491 struct stat64 sb = { 0 };
496 if (stat64(fullpath, &sb) != 0) {
H A Dlibzfs_util.c725 struct stat64 statbuf;
736 if (stat64(path, &statbuf) != 0) {
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h270 /// int fstat64(int filedes, struct stat64 *buf)
353 /// int lstat64(const char *path, struct stat64 *buf);
498 /// int stat64(const char *path, struct stat64 *buf);
499 stat64, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c221 struct stat64 st;
/freebsd-10.0-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp263 "stat64",
573 TLI.setUnavailable(LibFunc::stat64);
/freebsd-10.0-release/contrib/sendmail/src/
H A Dcollect.c979 struct stat64 st;
/freebsd-10.0-release/contrib/tcsh/
H A Dsh.exp.c613 # define TCSH_STAT stat64
H A Dsh.h230 # define stat stat64
/freebsd-10.0-release/sbin/routed/
H A Dtrace.c50 /* use *stat64 for files on large file systems */
51 #define stat stat64

Completed in 274 milliseconds

12