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

/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile102 lstat.2 \
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dstat.h228 * lstat(), and stat() functions.
521 int lstat(const char *, struct stat *) __DARWIN_INODE64(lstat); variable
H A Dsysproto.h1855 int lstat(struct proc *, struct lstat_args *, int *);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dinit_sysent.c100 {0, 0, 0, (sy_call_t *)nosys, NULL, NULL, _SYSCALL_RET_INT_T, 0}, /* 40 = nosys old lstat */
284 {AC(lstat_args), 0, 0, (sy_call_t *)lstat, munge_ww, munge_dd, _SYSCALL_RET_INT_T, 8}, /* 190 = lstat */
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c1003 * Test chown, fchown, lchown, lstat, readlink, symlink system calls.
1138 my_err = lstat( my_link_pathp, &my_sb );
1140 printf( "lstat call failed. got errno %d - %s. \n", errno, strerror( errno ) );
1154 my_err = lstat( my_link_pathp, &my_sb );
1156 printf( "lstat call failed. got errno %d - %s. \n", errno, strerror( errno ) );
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c3780 lstat(__unused proc_t p, struct lstat_args *uap, __unused register_t *retval) function
5882 * Extended lstat call which returns volumeid and vnodeid as well as other info

Completed in 68 milliseconds