Searched refs:ruleset (Results 1 – 24 of 24) sorted by relevance
39 static bitset ruleset; variable186 ruleset = bitset_create (nrules, BITSET_FIXED); in new_closure()207 bitset_zero (ruleset); in closure()211 bitset_or (ruleset, ruleset, FDERIVES (ritem[core[c]])); in closure()217 BITSET_FOR_EACH (iter, ruleset, ruleno, 0) in closure()246 bitset_free (ruleset); in free_closure()
41 Usage: $PROGNAME [options] ruleset43 The script will try to apply a new ruleset (as output by iptables-save/read45 are okay. If the new ruleset cut the existing connection, the user will not47 previous ruleset.
31 …UnicodeString ruleset("& C < ch, cH, Ch, CH & Five, 5 & Four, 4 & one, 1 & Ampersand; '&' & Two, 2… in CollationDummyTest() local36 myCollation = new RuleBasedCollator(ruleset, status); in CollationDummyTest()
899 UnicodeString ruleset("&9 < a, A < b, B < c, C < d, D, e, E"); in TestDuplicate() local900 RuleBasedCollator *col3 = new RuleBasedCollator(ruleset, status); in TestDuplicate()
8 Description: iptables v4/v6 ruleset ADT and kernel interface
7 Description: iptables IPv6 ruleset ADT and kernel interface
7 Description: iptables IPv4 ruleset ADT and kernel interface
22 space is kept if it's outside a ruleset.)32 - The last semicolon within a ruleset is stripped
11 with dynamic ruleset changes during runtime. (Please see
2255 String ruleset = style.trim(); in createAppropriateFormat() local2256 if (ruleset.length() != 0) { in createAppropriateFormat()2258 rbnf.setDefaultRuleSet(ruleset); in createAppropriateFormat()2271 String ruleset = style.trim(); in createAppropriateFormat() local2272 if (ruleset.length() != 0) { in createAppropriateFormat()2274 rbnf.setDefaultRuleSet(ruleset); in createAppropriateFormat()2287 String ruleset = style.trim(); in createAppropriateFormat() local2288 if (ruleset.length() != 0) { in createAppropriateFormat()2290 rbnf.setDefaultRuleSet(ruleset); in createAppropriateFormat()
176 … String ruleset = "& C < ch, cH, Ch, CH & Five, 5 & Four, 4 & one, 1 & Ampersand; '&' & Two, 2 "; in init() local179 myCollation = new RuleBasedCollator(ruleset); in init()
254 String ruleset = "&9 < a, A < b, B < c, C < d, D, e, E"; in TestDuplicate() local257 col3 = new RuleBasedCollator(ruleset); in TestDuplicate()259 errln("Failure creating RuleBasedCollator with rule: \"" + ruleset + "\"\n" + e); in TestDuplicate()
103 printf("rule %u.%s.%u/", rulenr, hdr->ruleset, subrulenr); in pflog_print()
39 space is kept if it's outside a ruleset.)49 - The last semicolon within a ruleset is stripped
231 space is kept if it's outside a ruleset.)241 - The last semicolon within a ruleset is stripped
15 reserves the amount of memory required by the ruleset that exists at
188 <ruleset>jetty/pmd_logging_ruleset.xml</ruleset>365 <ruleset>jetty/pmd_ruleset.xml</ruleset>
106 virtual int32_t indexForRuleSet(const UChar* ruleset) const;175 LocalizationInfo::indexForRuleSet(const UChar* ruleset) const { in indexForRuleSet()176 if (ruleset) { in indexForRuleSet()178 if (streq(ruleset, getRuleSetName(i))) { in indexForRuleSet()
50 const NFRuleSet* ruleset,
7593 gen_pf_ruleset(char *ruleset) in gen_pf_ruleset() argument7602 if (strlen(ruleset) >= sizeof(((struct pfloghdr *)0)->ruleset)) { in gen_pf_ruleset()7604 (long)(sizeof(((struct pfloghdr *)0)->ruleset) - 1)); in gen_pf_ruleset()7608 b0 = gen_bcmp(OR_LINK, offsetof(struct pfloghdr, ruleset), in gen_pf_ruleset()7609 strlen(ruleset), (const u_char *)ruleset); in gen_pf_ruleset()7686 gen_pf_ruleset(char *ruleset) in gen_pf_ruleset() argument
304 rset|ruleset return PF_RSET;
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
1154 * examples/hotplug.c: edit up into a udev ruleset that is
4956 (generate_states): Don't mention ruleset, which is internal to closure.18358 creating `ruleset'.18648 * src/closure.c (ruleset): Be a bitset.20502 where all the bits of `ruleset[r]' are set to 0, to make the code