Searched defs:lstat (Results 1 – 13 of 13) sorted by relevance
/freebsd/crypto/heimdal/lib/roken/ |
H A D | lstat.c | 39 lstat(const char *path, struct stat *buf) in lstat() function
|
H A D | roken.h.in | 617 #define lstat rk_lstat macro
|
/freebsd/lib/libc/sys/ |
H A D | lstat.c | 36 lstat(const char *path, struct stat *sb) in lstat() function
|
/freebsd/contrib/llvm-project/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
|
/freebsd/contrib/tcsh/ |
H A D | tc.os.h | 440 # define lstat stat macro
|
H A D | glob.c | 83 #define lstat stat macro
|
H A D | sh.h | 241 # define lstat lstat64 macro
|
/freebsd/crypto/openssl/apps/ |
H A D | rehash.c | 55 # define lstat(path, buf) stat(path, buf) macro
|
/freebsd/contrib/llvm-project/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
|
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | posix_compat.h | 196 inline int lstat(const wchar_t *path, StatT *buf) { lstat() function
|
/freebsd/sys/dev/sk/ |
H A D | if_sk.c | 2889 int lstat; in sk_intr_bcom() local
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | main.c | 116 #define lstat stat macro
|
/freebsd/contrib/libarchive/test_utils/ |
H A D | test_main.c | 138 #define lstat stat macro
|