Searched refs:symlink (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile182 symlink.2 \
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dinit_sysent.c117 {AC(symlink_args), 0, 0, (sy_call_t *)symlink, munge_ww, munge_dd, _SYSCALL_RET_INT_T, 8}, /* 57 = symlink */
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h1755 int symlink(struct proc *, struct symlink_args *, int *);
/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.
1132 my_err = symlink( my_pathp, my_link_pathp );
1134 printf( "symlink call failed. got errno %d - %s. \n", errno, strerror( errno ) );
1164 /* make sure we can read the symlink file */
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c2763 symlink(proc_t p, struct symlink_args *uap, __unused register_t *retval) function

Completed in 80 milliseconds