Home
last modified time | relevance | path

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

/xnu-11215.81.4/libsyscall/wrappers/legacy/
H A Dlchown.c45 lchown(const char *path, uid_t owner, gid_t group) in lchown() function
/xnu-11215.81.4/bsd/man/man2/
H A DMakefile123 lchown.2 \
/xnu-11215.81.4/libsyscall/Libsyscall.xcodeproj/
H A Dproject.pbxproj103 …24A7C5C211FF8DA6007669EB /* lchown.c in Sources */ = {isa = PBXBuildFile; fileRef = 24A7C5B411FF8D…
532 …5B411FF8DA6007669EB /* lchown.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
980 24A7C5B411FF8DA6007669EB /* lchown.c */,
1546 24A7C5C211FF8DA6007669EB /* lchown.c in Sources */,
/xnu-11215.81.4/bsd/vfs/
H A Dvfs_syscalls.c8138 lchown(__unused proc_t p, struct lchown_args *uap, __unused int32_t *retval) in lchown() function