Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/sys/
H A Dstat.h564 int lstat(const char *, struct stat *) __DARWIN_INODE64(lstat);
/xnu-11417.121.6/bsd/man/man2/
H A DMakefile131 lstat.2 \
/xnu-11417.121.6/tests/
H A Dnetbsd_utimensat.c194 T_ASSERT_POSIX_SUCCESS(lstat(LINK, &st), NULL);
H A Dkqueue_file_tests.c423 res = lstat((char*)args[0], &sstat); in execute_action()
/xnu-11417.121.6/tests/vfs/
H A Dlongpaths.c585 int rc = lstat(path, &st); in test_lstat()
1122 SYSCALL_TEST(lstat, common_errno_off, common_errno_on)
/xnu-11417.121.6/bsd/vfs/
H A Dvfs_syscalls.c7379 lstat(__unused proc_t p, struct lstat_args *uap, __unused int32_t *retval) in lstat() function