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

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dgross.c75 extern int lstat64(const char* path, struct stat64* st) function
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/unix/
H A Dapr_arch_file_io.h136 #define lstat(f,b) lstat64(f,b)
/macosx-10.9.5/apr-30/apr/apr/include/arch/unix/
H A Dapr_arch_file_io.h136 #define lstat(f,b) lstat64(f,b)
/macosx-10.9.5/tcl-102/tcl/tcl/unix/
H A DtclUnixPort.h80 # define TclOSlstat lstat64
297 # define lstat64 stat64 macro
/macosx-10.9.5/xnu-2422.115.4/bsd/man/man2/
H A DMakefile109 lstat64.2 \
/macosx-10.9.5/tcl-102/tcl84/tcl/unix/
H A DtclUnixPort.h80 # define TclOSlstat lstat64
335 # define lstat64 stat64 macro
/macosx-10.9.5/rsync-42/rsync/
H A Dsyscall.c268 return lstat64(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
539 int lstat64(const char *, struct stat64 *) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_5,__MAC_10_6,__IPHONE_NA,__IPHONE_NA);
/macosx-10.9.5/llvmCore-3425.0.33/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp826 sys::DynamicLibrary::AddSymbol("lstat64", (void*)(intptr_t)lstat64);
/macosx-10.9.5/llvmCore-3425.0.33/tools/lli/
H A Dlli.cpp358 if (Name == "lstat64") return (void*)(intptr_t)&lstat64;
/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.exp.c621 # define TCSH_LSTAT lstat64
H A Dsh.h219 # define lstat lstat64
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c4977 lstat64(__unused proc_t p, struct lstat64_args *uap, __unused int32_t *retval) function
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/
H A Dconfigure25211 else if (lstat64("conftest.lfs", &st) != 0 || st.st_size != off)
[all...]
/macosx-10.9.5/apr-30/apr/apr/
H A Dconfigure25220 else if (lstat64("conftest.lfs", &st) != 0 || st.st_size != off)
[all...]

Completed in 288 milliseconds