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

12345

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dgross.c66 extern int fstat64(int fd, struct stat64* st)
75 extern int lstat64(const char* path, struct stat64* st)
84 extern int stat64(const char* path, struct stat64* st) function
/macosx-10.9.5/rsync-42/rsync/
H A Dgetfsdev.c10 ret = stat64(*++argv, &st);
H A Dsyscall.c258 return stat64(fname, st);
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dstat.h158 * lstat64(), and stat64() functions, and for struct stat when
229 struct stat64 __DARWIN_STRUCT_STAT64;
373 extern void munge_user64_stat64(struct stat64 *sbp, struct user64_stat64 *usbp);
374 extern void munge_user32_stat64(struct stat64 *sbp, struct user32_stat64 *usbp);
534 /* The following deprecated routines are simillar to stat and friends except provide struct stat64 instead of struct stat */
535 int fstatx64_np(int, struct stat64 *, filesec_t) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_5,__MAC_10_6,__IPHONE_NA,__IPHONE_NA);
536 int lstatx64_np(const char *, struct stat64 *, filesec_t) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_5,__MAC_10_6,__IPHONE_NA,__IPHONE_NA);
537 int statx64_np(const char *, struct stat64 *, filesec_t) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_5,__MAC_10_6,__IPHONE_NA,__IPHONE_NA);
538 int fstat64(int, struct stat64 *) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_5,__MAC_10_6,__IPHONE_NA,__IPHONE_NA);
539 int lstat64(const char *, struct stat64 *) __OSX_AVAILABLE_BUT_DEPRECATE
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/unix/
H A Dapr_arch_file_io.h135 #define stat(f,b) stat64(f,b)
140 typedef struct stat64 struct_stat;
/macosx-10.9.5/apr-30/apr/apr/include/arch/unix/
H A Dapr_arch_file_io.h135 #define stat(f,b) stat64(f,b)
140 typedef struct stat64 struct_stat;
/macosx-10.9.5/dtrace-118.1/head/
H A Ddarwin_shim.h73 #define stat64 stat macro
/macosx-10.9.5/Libc-997.90.3/sys/
H A Dstatx_np.c74 statx64_np(const char *path, struct stat64 *sb, filesec_t fsec)
80 fstatx64_np(int fd, struct stat64 *sb, filesec_t fsec)
86 lstatx64_np(const char *path, struct stat64 *sb, filesec_t fsec)
/macosx-10.9.5/cxxfilt-11/
H A DMakefile33 AEP_Patches = libiberty-demangle-5046344.patch libiberty-printf.patch stat64.patch demangle.patch cxa_demangle.patch
/macosx-10.9.5/tcl-102/tcl/tcl/unix/
H A DtclUnixPort.h79 # define TclOSstat stat64
297 # define lstat64 stat64
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dsys_socket.c375 struct stat64 *sb64 = (struct stat64 *)0;
384 sb64 = (struct stat64 *)ub;
H A Dposix_shm.c783 struct stat64 * sb64 = (struct stat64 *)0; /* warning avoidance ; protected by isstat64 */
804 sb64 = (struct stat64 *)ub;
805 bzero(sb64, sizeof(struct stat64));
H A Dsys_pipe.c494 struct stat64 * sb64 = (struct stat64 *)0; /* warning avoidance ; protected by isstat64 */
528 sb64 = (struct stat64 *)ub;
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dtempname.c62 # define struct_stat64 struct stat64
H A Dcanonicalize-lgpl.c162 struct stat64 st;
/macosx-10.9.5/xnu-2422.115.4/bsd/man/man2/
H A DMakefile199 stat64.2 \
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dstrings.c111 typedef struct stat64 statbuf;
112 #define file_stat(f,s) stat64(f, s)
/macosx-10.9.5/tcl-102/tcl84/tcl/unix/
H A DtclUnixPort.h79 # define TclOSstat stat64
335 # define lstat64 stat64
/macosx-10.9.5/lsof-52/lsof/tests/
H A DLTbigf.c255 #define STATF stat64 /* stat(2) structure */
259 #define STATS struct stat64 /* stat(2) structure */
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dtempname.c94 # define struct_stat64 struct stat64
/macosx-10.9.5/libiconv-41/libiconv/srclib/
H A Dcanonicalize.c165 struct stat64 st;
/macosx-10.9.5/libstdcxx-60/src/
H A Dbasic_file.cc362 struct stat64 __buffer;
/macosx-10.9.5/llvmCore-3425.0.33/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp821 sys::DynamicLibrary::AddSymbol("stat64", (void*)(intptr_t)stat64);
822 sys::DynamicLibrary::AddSymbol("\x1stat64", (void*)(intptr_t)stat64);
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_vnops.c1106 struct stat64 * sb64 = (struct stat64 *)0; /* warning avoidance ; protected by isstat64 */
1109 sb64 = (struct stat64 *)sbptr;
/macosx-10.9.5/dtrace-118.1/libctf/
H A Dctf_lib.c207 struct stat64 st;

Completed in 175 milliseconds

12345