Home
last modified time | relevance | path

Searched defs:lstat (Results 1 – 18 of 18) sorted by relevance

/openbsd/gnu/usr.bin/perl/lib/File/
H A Dstat.pm197 sub lstat :prototype($) { populate(CORE::lstat(shift)) } subroutine
/openbsd/gnu/lib/libiberty/src/
H A Dunlink-if-ordinary.c58 #define lstat stat macro
/openbsd/gnu/usr.bin/cvs/vms/
H A Dvms.h43 #define lstat stat macro
/openbsd/gnu/usr.sbin/mkhybrid/src/
H A Dvms.h11 #define lstat VMS_stat macro
/openbsd/gnu/usr.bin/binutils/binutils/
H A Drename.c135 #define lstat stat macro
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Drename.c137 #define lstat stat macro
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp139 int lstat(const char *path, struct stat *buf) { STAT(lstat, path, buf); } in lstat() function
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dproc-api.c709 int ret, lstat = 0; in wait_with_trace() local
/openbsd/gnu/usr.bin/cvs/lib/
H A Dsystem.h365 #define lstat stat macro
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_solaris.cpp122 DECLARE__REAL_AND_INTERNAL64(uptr, lstat, const char *path, void *buf) { in DECLARE__REAL_AND_INTERNAL64() argument
/openbsd/gnu/usr.bin/perl/win32/
H A Dwin32iop.h247 #define lstat(pth,bufptr) win32_lstat(pth,bufptr) macro
/openbsd/gnu/llvm/libcxx/src/filesystem/
H A Dposix_compat.h221 int lstat(const wchar_t *path, StatT *buf) { in lstat() function
/openbsd/gnu/usr.bin/perl/
H A DXSUB.h573 # define lstat PerlLIO_lstat macro
H A Dperl.h3382 # define lstat lstat64 macro
/openbsd/sys/dev/pci/
H A Dif_sk.c1775 int lstat; in sk_intr_bcom() local
/openbsd/gnu/usr.bin/perl/vms/
H A Dvmsish.h497 #define lstat(name, bufptr) flex_lstat(name, bufptr) macro
H A Dvms.c106 #define lstat(_x, _y) stat(_x, _y) macro
/openbsd/gnu/gcc/libmudflap/
H A Dmf-hooks2.c1254 WRAPPER2(int , lstat, const char *path, struct stat *buf) in WRAPPER2() argument