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

/xnu-2422.115.4/libsyscall/wrappers/legacy/
H A Dlchown.c42 * lchown stub, legacy version
45 lchown(const char *path, uid_t owner, gid_t group) function
/xnu-2422.115.4/bsd/man/man2/
H A DMakefile103 lchown.2 \
/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dtests.c1112 * Test chown, fchown, lchown, lstat, readlink, symlink system calls.
1242 /* create a link file and test lchown */
1258 my_err = lchown( my_link_pathp, my_orig_uid, my_new_gid1 );
1260 printf( "lchown call failed. got errno %d - %s. \n", errno, strerror( errno ) );
1271 printf( "lchown call failed. st_gid is not correct! \n" );
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c5495 lchown(__unused proc_t p, struct lchown_args *uap, int32_t *retval) function

Completed in 59 milliseconds