Lines Matching refs:S_IXGRP
3191 #ifndef S_IXGRP3192 # define S_IXGRP 03629 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))3648 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);