Home
last modified time | relevance | path

Searched refs:fchmod (Results 1 – 7 of 7) sorted by relevance

/xnu-8020.140.41/libsyscall/wrappers/unix03/
H A Dfchmod.c41 fchmod(int fd, mode_t mode) in fchmod() function
/xnu-8020.140.41/SETUP/installfile/
H A Dinstallfile.c120 ret = fchmod(dstfd, mode); in main()
/xnu-8020.140.41/tests/
H A Dmacho_size_63133398.c3203 T_ASSERT_POSIX_SUCCESS(fchmod(fd, 0755), NULL);
/xnu-8020.140.41/bsd/sys/
H A Dstat.h561 int fchmod(int, mode_t) __DARWIN_ALIAS(fchmod);
/xnu-8020.140.41/bsd/man/man2/
H A DMakefile50 fchmod.2 \
/xnu-8020.140.41/libsyscall/Libsyscall.xcodeproj/
H A Dproject.pbxproj82 …248BA01F121C607E008C073F /* fchmod.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA01E121C60…
502 …01E121C607E008C073F /* fchmod.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
855 248BA01E121C607E008C073F /* fchmod.c */,
1523 248BA01F121C607E008C073F /* fchmod.c in Sources */,
/xnu-8020.140.41/bsd/vfs/
H A Dvfs_syscalls.c7282 fchmod(proc_t p, struct fchmod_args *uap, __unused int32_t *retval) in fchmod() function