Lines Matching refs:S_IXGRP
4227 #ifndef S_IXGRP4228 # define S_IXGRP 04595 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))4614 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);