Home | History | Annotate | Download | only in libusb-compat

Lines Matching refs:S_IXOTH

3195 #ifndef S_IXOTH
3196 # define S_IXOTH 0
3636 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
3655 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);