Searched refs:fchmod (Results 1 – 8 of 8) sorted by relevance
| /xnu-8792.61.2/libsyscall/wrappers/unix03/ ! |
| H A D | fchmod.c | 41 fchmod(int fd, mode_t mode) in fchmod() function
|
| /xnu-8792.61.2/SETUP/installfile/ ! |
| H A D | installfile.c | 120 ret = fchmod(dstfd, mode); in main()
|
| /xnu-8792.61.2/tests/ ! |
| H A D | macho_size_63133398.c | 3203 T_ASSERT_POSIX_SUCCESS(fchmod(fd, 0755), NULL);
|
| H A D | file_leases.c | 541 err = fchmod(fd, S_IRWXU);
|
| /xnu-8792.61.2/bsd/sys/ ! |
| H A D | stat.h | 561 int fchmod(int, mode_t) __DARWIN_ALIAS(fchmod);
|
| /xnu-8792.61.2/bsd/man/man2/ ! |
| H A D | Makefile | 50 fchmod.2 \
|
| /xnu-8792.61.2/libsyscall/Libsyscall.xcodeproj/ ! |
| H A D | project.pbxproj | 82 …248BA01F121C607E008C073F /* fchmod.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA01E121C60… 505 …01E121C607E008C073F /* fchmod.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 861 248BA01E121C607E008C073F /* fchmod.c */, 1533 248BA01F121C607E008C073F /* fchmod.c in Sources */,
|
| /xnu-8792.61.2/bsd/vfs/ ! |
| H A D | vfs_syscalls.c | 7803 fchmod(proc_t p, struct fchmod_args *uap, __unused int32_t *retval) in fchmod() function
|