Home
last modified time | relevance | path

Searched refs:lstat (Results 1 – 5 of 5) sorted by relevance

/xnu-8792.61.2/bsd/sys/ !
H A Dstat.h563 int lstat(const char *, struct stat *) __DARWIN_INODE64(lstat);
/xnu-8792.61.2/bsd/man/man2/ !
H A DMakefile129 lstat.2 \
/xnu-8792.61.2/tests/ !
H A Dnetbsd_utimensat.c194 T_ASSERT_POSIX_ZERO(lstat(LINK, &st), NULL);
H A Dkqueue_file_tests.c423 res = lstat((char*)args[0], &sstat); in execute_action()
/xnu-8792.61.2/bsd/vfs/ !
H A Dvfs_syscalls.c7133 lstat(__unused proc_t p, struct lstat_args *uap, __unused int32_t *retval) in lstat() function