Home | History | Annotate | Download | only in protobuf

Lines Matching refs:S_IXGRP

4227 #ifndef S_IXGRP
4228 # define S_IXGRP 0
4595 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
4614 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);