Searched refs:S_IWOTH (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/_types/
H A D_s_ifmt.h61 #define S_IWOTH 0000002 /* [XSI] W for other */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dsys_socket.c448 sb64->st_mode |= S_IWUSR | S_IWGRP | S_IWOTH;
458 sb->st_mode |= S_IWUSR | S_IWGRP | S_IWOTH;
/darwin-on-arm/xnu/bsd/sys/
H A Dstat.h463 #define S_IWOTH 0000002 /* [XSI] W for other */ macro
536 #define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
H A Dfcntl.h380 #define S_IWOTH 0000002 /* [XSI] W for other */ macro
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vnops.c1460 return ((cp->c_mode & S_IWOTH) == S_IWOTH ? 0 : EACCES);
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c3108 my_orig_mask = umask( (S_IXUSR | S_IWGRP | S_IXGRP | S_IWOTH | S_IXOTH) );
3118 /* verify results - (S_IXUSR | S_IWGRP | S_IXGRP | S_IWOTH | S_IXOTH) should be clear*/
3124 if ( (my_sb.st_mode & (S_IXUSR | S_IWGRP | S_IXGRP | S_IWOTH | S_IXOTH)) != 0 ) {
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_xattr.c2483 umode = va.va_mode & (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH);
H A Dvfs_subr.c6073 needed |= S_IWOTH;
6157 (vap->va_mode & S_IWOTH) ? "w" : "-",

Completed in 116 milliseconds