Searched defs:lstat (Results 1 - 17 of 17) sorted by relevance

/openbsd-current/gnu/lib/libiberty/src/
H A Dunlink-if-ordinary.c58 #define lstat stat macro
/openbsd-current/gnu/usr.sbin/mkhybrid/src/
H A Dvms.h11 #define lstat VMS_stat macro
/openbsd-current/gnu/usr.bin/cvs/vms/
H A Dvms.h43 #define lstat stat macro
/openbsd-current/gnu/usr.bin/perl/lib/File/
H A Dstat.pm209 sub lstat ($) { populate(CORE::lstat(shift)) } subroutine
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Drename.c135 #define lstat stat macro
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Drename.c137 #define lstat stat macro
/openbsd-current/lib/libc/hidden/sys/
H A Dstat.h33 PROTO_NORMAL(lstat); variable
/openbsd-current/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); } function
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dproc-api.c709 int ret, lstat = 0; local
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dsystem.h365 #define lstat stat macro
/openbsd-current/gnu/llvm/libcxx/src/filesystem/
H A Dposix_compat.h221 int lstat(const wchar_t *path, StatT *buf) { function in namespace:detail::__anon248
/openbsd-current/gnu/usr.bin/perl/win32/
H A Dwin32iop.h247 #define lstat(pth,bufptr) win32_lstat(pth,bufptr) macro
/openbsd-current/sys/dev/pci/
H A Dif_sk.c1779 int lstat; local
/openbsd-current/gnu/usr.bin/perl/
H A DXSUB.h574 # define lstat PerlLIO_lstat macro
H A Dperl.h3380 # define lstat lstat64 macro
/openbsd-current/gnu/usr.bin/perl/vms/
H A Dvmsish.h497 #define lstat(name, bufptr) flex_lstat(name, bufptr) macro
H A Dvms.c100 #undef lstat macro
104 #undef lstat macro
106 #define lstat(_x, _y) stat(_x, _y) macro
[all...]

Completed in 286 milliseconds