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

/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile35 chown.2 \
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dmakefile67 sudo chown root $(DSTROOT)/xnu_quick_test
H A Dtests.c1003 * Test chown, fchown, lchown, lstat, readlink, symlink system calls.
1089 my_err = chown( my_pathp, my_orig_uid, my_new_gid1 );
1091 printf( "chown call failed. got errno %d - %s. \n", errno, strerror( errno ) );
1102 printf( "chown call failed. st_gid is not correct! \n" );
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dinit_sysent.c63 {AC(chown_args), 0, 0, (sy_call_t *)chown, munge_www, munge_ddd, _SYSCALL_RET_INT_T, 12}, /* 16 = chown */
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h1713 int chown(struct proc *, struct chown_args *, int *);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c4252 chown(__unused proc_t p, struct chown_args *uap, register_t *retval) function
4296 /* chown calls are not allowed for resource forks. */

Completed in 83 milliseconds