Searched refs:chmod (Results 1 - 11 of 11) sorted by relevance

/darwin-on-arm/xnu/libsyscall/wrappers/unix03/
H A Dmodule.mk4 chmod.c \
H A Dchmod.c35 * chmod stub, ignore S_ISUID and/or S_ISGID on EPERM,
41 chmod(const char *path, mode_t mode) function
/darwin-on-arm/xnu/tools/tests/libMicro/
H A DMakefile89 @chmod +x bench coreos_bench embd_bench create_stuff multiview wrapper benchDS od_account_create od_account_delete
112 @chmod +x wrapper
117 # @chmod +x ./mk_tarball wrapper
/darwin-on-arm/xnu/
H A Dxnu-build80 chmod 1777 "$BuildRoot/$vartmp"
304 chmod ugo+x $SCRIPT
/darwin-on-arm/xnu/bsd/man/man2/
H A DMakefile33 chmod.2 \
/darwin-on-arm/xnu/bsd/sys/
H A Dstat.h590 int chmod(const char *, mode_t) __DARWIN_ALIAS(chmod); variable
/darwin-on-arm/xnu/tools/
H A Dremote_build.sh174 chmod a+x "${BUILDSCRIPTDIR}/${BUILDSCRIPTNAME}"
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmakefile88 PERM_ADVICE="\tYou'll have to set the executable's permissions yourself: chown to root and chmod to 4755. You may need to move to a local volume to do that."
94 sudo chmod 4755 $(DSTROOT)/xnu_quick_test
H A Dtests.c892 * Test access, chmod and fchmod system calls.
928 /* test chmod */
929 my_err = chmod( my_pathp, S_IRWXU );
931 printf( "chmod call failed. got errno %d - %s. \n", errno, strerror( errno ) );
935 my_err = chmod( my_pathp, (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP) );
937 printf( "chmod call failed. got errno %d - %s. \n", errno, strerror( errno ) );
968 printf( "chmod call appears to have failed. stat shows incorrect values in st_mode! \n" );
/darwin-on-arm/xnu/tools/tests/kqueue_tests/
H A Dkqueue_file_tests.c294 res = chmod((char*)args[0], (int)args[1]);
829 init_test(&test, "2.2.10: chmod a file", FILE1, 1, 1, NOTE_WRITE, NO_EVENT);
847 init_test(&test, "2.2.12: chmod a dir", DIR1, 1, 1, NOTE_WRITE, NO_EVENT);
938 init_test(&test, "3.2.2: chmod a file", FILE1, 1, 1, NOTE_EXTEND, NO_EVENT);
960 init_test(&test, "3.2.4: chmod a dir", DIR1, 1, 1, NOTE_EXTEND, NO_EVENT);
986 init_test(&test, "4.1.1: chmod a file", FILE1, 1, 1, NOTE_ATTRIB, YES_EVENT);
1003 init_test(&test, "4.1.3: chmod a dir", DIR1, 1, 1, NOTE_ATTRIB, YES_EVENT);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_syscalls.c5146 /* chmod calls are not allowed for resource forks. */
5203 * Indirect: uap->path Path to object (same as 'chmod')
5206 * uap->mode File mode to set (same as 'chmod')
5262 chmod(__unused proc_t p, struct chmod_args *uap, __unused int32_t *retval) function
5306 * Indirect: uap->mode File mode to set (same as 'chmod')

Completed in 157 milliseconds