Searched refs:CAP_SYSLOG (Results 1 – 5 of 5) sorted by relevance
110 assertEquals(34, OsConstants.CAP_SYSLOG); in test_CAP_constants()153 assertEquals(1, CAP_TO_INDEX(OsConstants.CAP_SYSLOG)); in test_CAP_TO_INDEX()194 assertEquals(1 << 2, CAP_TO_MASK(OsConstants.CAP_SYSLOG)); in test_CAP_TO_MASK()
177 public static final int CAP_SYSLOG; field in OsConstants178 static { CAP_SYSLOG = 0; }
221 public static final int CAP_SYSLOG = placeholder(); field in OsConstants
118 initConstant(env, c, "CAP_SYSLOG", CAP_SYSLOG); in OsConstants_initConstants()
202 field public static final int CAP_SYSLOG;