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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dstat.h393 #define S_IWOTH 0000002 /* [XSI] W for other */ macro
467 #define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
H A Dfcntl.h307 #define S_IWOTH 0000002 /* [XSI] W for other */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsys_socket.c467 sb64->st_mode |= S_IWUSR | S_IWGRP | S_IWOTH;
477 sb->st_mode |= S_IWUSR | S_IWGRP | S_IWOTH;
H A Dposix_sem.c636 mask |= S_IWOTH;
H A Dposix_shm.c778 mask |= S_IWOTH;
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_vnops.c967 return ((cp->c_mode & S_IWOTH) == S_IWOTH ? 0 : EACCES);
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c3071 my_orig_mask = umask( (S_IXUSR | S_IWGRP | S_IXGRP | S_IWOTH | S_IXOTH) );
3081 /* verify results - (S_IXUSR | S_IWGRP | S_IXGRP | S_IWOTH | S_IXOTH) should be clear*/
3087 if ( (my_sb.st_mode & (S_IXUSR | S_IWGRP | S_IXGRP | S_IWOTH | S_IXOTH)) != 0 ) {
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_xattr.c2274 umode = va.va_mode & (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH);
H A Dvfs_subr.c4901 needed |= S_IWOTH;
4974 (vap->va_mode & S_IWOTH) ? "w" : "-",

Completed in 83 milliseconds