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

/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile46 fchown.2 \
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dinit_sysent.c203 {AC(fchown_args), 0, 0, (sy_call_t *)fchown, munge_www, munge_ddd, _SYSCALL_RET_INT_T, 12}, /* 123 = fchown */
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h1807 int fchown(struct proc *, struct fchown_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.
1106 /* change group owner back using fchown */
1114 my_err = fchown( my_fd, my_orig_uid, my_new_gid2 );
1116 printf( "fchown call failed. got errno %d - %s. \n", errno, strerror( errno ) );
1127 printf( "fchown call failed. st_gid is not correct! \n" );
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c4269 fchown(__unused proc_t p, struct fchown_args *uap, __unused register_t *retval) function

Completed in 77 milliseconds