Searched refs:S_IWGRP (Results 1 – 7 of 7) sorted by relevance
29 #ifndef S_IWGRP30 # define S_IWGRP 0 macro
18 | S_IWGRP | S_IROTH | S_IWOTH)
298 S_IWGRP); in main()
19 || ( S_IRGRP != 00040 ) || ( S_IWGRP != 00020 ) || ( S_IXGRP != 00010 ) \37 S_IRGRP, S_IWGRP, S_IXGRP, S_ISGID,
19 | S_IWGRP | S_IROTH | S_IWOTH)
37 #define S_IWGRP 00020 /* write permission for group */ macro