Searched defs:S_IROTH (Results 1 – 5 of 5) sorted by relevance
29 public static final int S_IROTH = 0004; field in AttribPermissions
43 #define S_IROTH 00004 macro
65 # define S_IROTH _S_IREAD macro
160 # define S_IROTH 0000004 /* read permission, other */ macro
324 public static final int S_IROTH = placeholder(); field in OsConstants