Searched defs:S_IRUSR (Results 1 – 5 of 5) sorted by relevance
23 public static final int S_IRUSR = 0400; field in AttribPermissions
33 #define S_IRUSR 00400 macro
57 # define S_IRUSR _S_IREAD macro
158 # define S_IRUSR 0000400 /* read permission, owner */ macro
325 public static final int S_IRUSR = placeholder(); field in OsConstants