Home | History | Annotate | Download | only in bfd

Lines Matching defs:S_IXOTH

35 #ifndef S_IXOTH
36 #define S_IXOTH 0001 /* Execute by others. */
695 & (buf.st_mode | ((S_IXUSR | S_IXGRP | S_IXOTH) &~ mask))));