Searched refs:lstat64 (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dgross.c75 extern int lstat64(const char* path, struct stat64* st) function
/macosx-10.10/apr-32/apr/apr/include/arch/unix/
H A Dapr_arch_file_io.h136 #define lstat(f,b) lstat64(f,b)
/macosx-10.10/tcl-105/tcl/tcl/unix/
H A DtclUnixPort.h80 # define TclOSlstat lstat64
297 # define lstat64 stat64 macro
/macosx-10.10/xnu-2782.1.97/bsd/man/man2/
H A DMakefile116 lstat64.2 \
/macosx-10.10/tcl-105/tcl84/tcl/unix/
H A DtclUnixPort.h80 # define TclOSlstat lstat64
335 # define lstat64 stat64 macro
/macosx-10.10/rsync-45/rsync/
H A Dsyscall.c268 return lstat64(fname, st);
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dstat.h158 * lstat64(), and stat64() functions, and for struct stat when
550 int lstat64(const char *, struct stat64 *) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_5,__MAC_10_6,__IPHONE_NA,__IPHONE_NA);
/macosx-10.10/llvmCore-3425.0.34/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp826 sys::DynamicLibrary::AddSymbol("lstat64", (void*)(intptr_t)lstat64);
/macosx-10.10/llvmCore-3425.0.34/tools/lli/
H A Dlli.cpp358 if (Name == "lstat64") return (void*)(intptr_t)&lstat64;
/macosx-10.10/tcsh-65/tcsh/
H A Dsh.exp.c621 # define TCSH_LSTAT lstat64
H A Dsh.h219 # define lstat lstat64
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_syscalls.c5468 lstat64(__unused proc_t p, struct lstat64_args *uap, __unused int32_t *retval) function
/macosx-10.10/apr-32/apr/apr/
H A Dconfigure18709 else if (lstat64("conftest.lfs", &st) != 0 || st.st_size != off)

Completed in 209 milliseconds