Searched refs:S_IXGRP (Results 1 – 3 of 3) sorted by relevance
101 #define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)104 #define S_IXGRP 0000010/* execute/search permission, group */ macro
186 #define S_IXGRP (S_IXUSR >> 3) /* Execute by group. */ macro192 #define S_IXOTH (S_IXGRP >> 3) /* Execute by others. */
35 #define S_IXGRP 00010 macro