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

/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile97 lchown.2 \
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dinit_sysent.c532 {AC(lchown_args), 0, 0, (sy_call_t *)lchown, munge_www, munge_ddd, _SYSCALL_RET_INT_T, 12}, /* 364 = lchown */
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h2039 int lchown(struct proc *, struct lchown_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.
1131 /* create a link file and test lchown */
1147 my_err = lchown( my_link_pathp, my_orig_uid, my_new_gid1 );
1149 printf( "lchown call failed. got errno %d - %s. \n", errno, strerror( errno ) );
1160 printf( "lchown call failed. st_gid is not correct! \n" );
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c4258 lchown(__unused proc_t p, struct lchown_args *uap, register_t *retval) function

Completed in 62 milliseconds