Home | History | Annotate | Download | only in open-vcdiff

Lines Matching refs:S_IXOTH

3188 #ifndef S_IXOTH
3189 # define S_IXOTH 0
3629 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
3648 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);