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

/freebsd-current/crypto/heimdal/lib/roken/
H A Dlstat.c39 lstat(const char *path, struct stat *buf) function
/freebsd-current/lib/libc/sys/
H A Dlstat.c36 lstat(const char *path, struct stat *sb) function
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp139 int lstat(const char *path, struct stat *buf) { STAT(lstat, path, buf); } function
/freebsd-current/contrib/tcsh/
H A Dtc.os.h440 # define lstat stat macro
H A Dglob.c83 #define lstat stat macro
H A Dsh.h241 # define lstat lstat64 macro
/freebsd-current/crypto/openssl/apps/
H A Drehash.c55 # define lstat(path, buf) stat(path, buf) macro
/freebsd-current/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h199 inline int lstat(const wchar_t* path, StatT* buf) { return stat_file(path, buf, FILE_FLAG_OPEN_REPARSE_POINT); } function in namespace:detail
/freebsd-current/sys/dev/sk/
H A Dif_sk.c2909 int lstat; local
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dmain.c116 #define lstat stat macro
[all...]
/freebsd-current/contrib/libarchive/test_utils/
H A Dtest_main.c132 #define lstat stat macro
[all...]

Completed in 298 milliseconds