Searched refs:fchmod (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/libsyscall/wrappers/unix03/
H A Dmodule.mk5 fchmod.c \
H A Dfchmod.c35 * fchmod stub, ignore S_ISUID and/or S_ISGID on EPERM,
41 fchmod(int fd, mode_t mode) function
/darwin-on-arm/xnu/bsd/man/man2/
H A DMakefile44 fchmod.2 \
/darwin-on-arm/xnu/bsd/sys/
H A Dstat.h591 int fchmod(int, mode_t) __DARWIN_ALIAS(fchmod); variable
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c892 * Test access, chmod and fchmod system calls.
1048 /* test fchmod */
1056 my_err = fchmod( my_fd, S_IRWXU );
1058 printf( "fchmod call failed. got errno %d - %s. \n", errno, strerror( errno ) );
1071 printf( "fchmod call appears to have failed. stat shows incorrect values in st_mode! \n" );
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_syscalls.c5361 fchmod(proc_t p, struct fchmod_args *uap, __unused int32_t *retval) function

Completed in 74 milliseconds