Home
last modified time | relevance | path

Searched refs:chmod (Results 1 – 15 of 15) sorted by relevance

/xnu-8796.141.3/tools/tests/kernpost_test_report/
H A DMakefile9 chmod +x $@
/xnu-8796.141.3/libsyscall/wrappers/unix03/
H A Dchmod.c41 chmod(const char *path, mode_t mode) in chmod() function
/xnu-8796.141.3/tools/tests/MPMMTest/
H A DMakefile31 chmod +x $@
/xnu-8796.141.3/tools/tests/personas/
H A DMakefile28 chmod +x $@
/xnu-8796.141.3/config/
H A DREADME.DEBUG-kernel.txt16 bash-3.2# chmod -R g-w /System/Library/Extensions/System.kext /mach_kernel*
/xnu-8796.141.3/tests/
H A DMakefile461 chmod a+x $@
857 chmod +x $@
863 chmod +x $(INSTALLDIR)/vm/fault_throughput.lua
912 chmod +x $@
918 chmod +x $(INSTALLDIR)/vm/perf_madvise.lua
935 chmod +x $@
941 chmod +x $(INSTALLDIR)/vm/perf_compressor.lua
972 chmod +x $@
978 chmod +x $(INSTALLDIR)/counter/benchmark.lua
H A Dsched_thread_group_fairness.c276 T_QUIET; T_ASSERT_POSIX_ZERO(chmod(pdj_path, 0644), "chmod");
H A Dfile_leases.c536 err = chmod(testfile, S_IRWXU);
H A Dkqueue_file_tests.c375 res = chmod((char*)args[0], (int)args[1]); in execute_action()
/xnu-8796.141.3/bsd/sys/
H A Dstat.h560 int chmod(const char *, mode_t) __DARWIN_ALIAS(chmod);
/xnu-8796.141.3/bsd/man/man2/
H A DMakefile33 chmod.2 \
/xnu-8796.141.3/tools/
H A Dremote_build.sh185 chmod a+x "${BUILDSCRIPTDIR}/${BUILDSCRIPTNAME}"
/xnu-8796.141.3/libsyscall/Libsyscall.xcodeproj/
H A Dproject.pbxproj70 …2419382B12135FF6003CDE41 /* chmod.c in Sources */ = {isa = PBXBuildFile; fileRef = 2419382A12135FF…
489 …382A12135FF6003CDE41 /* chmod.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
860 2419382A12135FF6003CDE41 /* chmod.c */,
1530 2419382B12135FF6003CDE41 /* chmod.c in Sources */,
/xnu-8796.141.3/makedefs/
H A DMakeInc.cmd285 CHMOD = /bin/chmod
/xnu-8796.141.3/bsd/vfs/
H A Dvfs_syscalls.c7735 chmod(__unused proc_t p, struct chmod_args *uap, __unused int32_t *retval) in chmod() function