/openbsd-src/gnu/usr.bin/perl/lib/File/ |
H A D | stat.pm | 209 sub lstat ($) { populate(CORE::lstat(shift)) } global() subroutine
|
/openbsd-src/gnu/lib/libiberty/src/ |
H A D | unlink-if-ordinary.c | 58 #define lstat stat macro
|
/openbsd-src/gnu/usr.bin/cvs/vms/ |
H A D | vms.h | 43 #define lstat stat macro
|
/openbsd-src/gnu/usr.sbin/mkhybrid/src/ |
H A D | vms.h | 11 #define lstat VMS_stat macro
|
/openbsd-src/gnu/usr.bin/binutils/binutils/ |
H A D | rename.c | 135 #define lstat stat macro
|
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | rename.c | 137 #define lstat stat macro
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/ |
H A D | sanitizer_wrappers.cpp | 139 int lstat(const char *path, struct stat *buf) { STAT(lstat, path, buf); } in lstat() function
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | proc-api.c | 709 int ret, lstat = 0; in wait_with_trace() local
|
/openbsd-src/gnu/usr.bin/cvs/lib/ |
H A D | system.h | 365 #define lstat stat macro
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_solaris.cpp | 122 DECLARE__REAL_AND_INTERNAL64(uptr, lstat, const char *path, void *buf) { in DECLARE__REAL_AND_INTERNAL64() argument
|
/openbsd-src/gnu/usr.bin/perl/win32/ |
H A D | win32iop.h | 247 #define lstat(pth,bufptr) win32_lstat(pth,bufptr) macro
|
/openbsd-src/gnu/llvm/libcxx/src/filesystem/ |
H A D | posix_compat.h | 221 int lstat(const wchar_t *path, StatT *buf) { in lstat() function
|
/openbsd-src/sys/dev/pci/ |
H A D | if_sk.c | 1779 if (!(lstat & BRGPHY_AUXSTS_LINK) && sc_if->sk_link) { in sk_intr_bcom() local
|
/openbsd-src/gnu/usr.bin/perl/vms/ |
H A D | vmsish.h | 497 #define lstat(name, bufptr) flex_lstat(name, bufptr) macro
|
H A D | vms.c | 106 #define lstat(_x, _y) stat(_x, _y) macro
|
/openbsd-src/gnu/gcc/libmudflap/ |
H A D | mf-hooks2.c | 1254 WRAPPER2(int , lstat, const char *path, struct stat *buf) in WRAPPER2() argument
|
/openbsd-src/gnu/usr.bin/perl/ |
H A D | perl.h | 3380 # define lstat lstat6 global() macro
|