Searched refs:fchmod (Results 1 – 9 of 9) sorted by relevance
| /xnu-11215.1.10/libsyscall/wrappers/unix03/ |
| H A D | fchmod.c | 41 fchmod(int fd, mode_t mode) in fchmod() function
|
| /xnu-11215.1.10/SETUP/installfile/ |
| H A D | installfile.c | 120 ret = fchmod(dstfd, mode); in main()
|
| /xnu-11215.1.10/tests/ |
| H A D | macho_size_63133398.c | 3203 T_ASSERT_POSIX_SUCCESS(fchmod(fd, 0755), NULL);
|
| H A D | file_leases.c | 542 err = fchmod(fd, S_IRWXU);
|
| /xnu-11215.1.10/tests/vm/ |
| H A D | vm_tainted_executable.c | 90 T_QUIET; T_ASSERT_POSIX_SUCCESS(fchmod(fd2, S_IRUSR | S_IXUSR), NULL);
|
| /xnu-11215.1.10/bsd/sys/ |
| H A D | stat.h | 562 int fchmod(int, mode_t) __DARWIN_ALIAS(fchmod);
|
| /xnu-11215.1.10/bsd/man/man2/ |
| H A D | Makefile | 50 fchmod.2 \
|
| /xnu-11215.1.10/libsyscall/Libsyscall.xcodeproj/ |
| H A D | project.pbxproj | 82 …248BA01F121C607E008C073F /* fchmod.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA01E121C60… 508 …01E121C607E008C073F /* fchmod.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 868 248BA01E121C607E008C073F /* fchmod.c */, 1567 248BA01F121C607E008C073F /* fchmod.c in Sources */,
|
| /xnu-11215.1.10/bsd/vfs/ |
| H A D | vfs_syscalls.c | 7920 fchmod(proc_t p, struct fchmod_args *uap, __unused int32_t *retval) in fchmod() function
|