Searched refs:rule (Results 1 - 25 of 183) sorted by relevance

12345678

/netbsd-current/external/public-domain/tz/dist/
H A Dzishrink.awk20 # Return a shortened rule name representing NAME,
45 rule["Arg"] = "A"
46 rule["Brazil"] = "B"
47 rule["Canada"] = "C"
48 rule["Denmark"] = "D"
49 rule["EU"] = "E"
50 rule["France"] = "F"
51 rule["GB-Eire"] = "G"
52 rule["Halifax"] = "H"
53 rule["Ital
[all...]
/netbsd-current/external/gpl2/gmake/dist/
H A Drule.h21 struct rule struct
23 struct rule *next;
24 char **targets; /* Targets of the rule. */
27 struct dep *deps; /* Dependencies of the rule. */
40 extern struct rule *pattern_rules;
41 extern struct rule *last_pattern_rule;
53 extern int new_pattern_rule PARAMS ((struct rule *rule, int override));
H A Drule.c1 /* Pattern and suffix rule internals for GNU Make.
25 #include "rule.h"
27 static void freerule PARAMS ((struct rule *rule, struct rule *lastrule));
32 struct rule *pattern_rules;
34 /* Pointer to last rule in the chain, so we can add onto the end. */
36 struct rule *last_pattern_rule;
42 /* Maximum number of target patterns of any pattern rule. */
46 /* Maximum number of dependencies of any pattern rule
72 register struct rule *rule, *lastrule; local
285 new_pattern_rule(struct rule *rule, int override) argument
410 freerule(struct rule *rule, struct rule *lastrule) argument
[all...]
H A Dimplicit.c1 /* Implicit rule searching for GNU Make.
21 #include "rule.h"
35 Returns 1 if a suitable implicit rule was found,
37 or returns 0 if no implicit rule was found. */
42 DBF (DB_IMPLICIT, _("Looking for an implicit rule for `%s'.\n"));
58 _("Looking for archive-member implicit rule for `%s'.\n"));
187 /* Search the pattern rules for a rule with an existing dependency to make
188 FILE. If a rule is found, the appropriate commands and deps are put in FILE
191 If ARCHIVE is nonzero, FILE->name is of the form "LIB(MEMBER)". A rule for
205 /* Filename we are searching for a rule fo
262 struct rule *rule; local
[all...]
/netbsd-current/external/bsd/libarchive/dist/tar/
H A Dsubst.c72 struct subst_rule *rule; local
83 rule = malloc(sizeof(*rule));
84 if (rule == NULL)
86 rule->next = NULL;
87 rule->result = NULL;
90 subst->first_rule = rule;
92 subst->last_rule->next = rule;
93 subst->last_rule = rule;
107 if ((r = regcomp(&rule
216 struct subst_rule *rule; local
314 struct subst_rule *rule; local
[all...]
/netbsd-current/usr.bin/make/unit-tests/
H A Dvar-scope-local.exp1 Global: .ALLTARGETS = all target-rule.ext dir/subdir/target-rule.ext target-rule.ir-gen-from dir/subdir/target-rule-dir.ir-gen-from inference-rule.ir-to dir/subdir/inference-rule.ir-to inference-rule.ir-from dir/subdir/inference-rule.ir-from inference-rule-chain.ir-to dir/subdir/inference-rule
[all...]
/netbsd-current/external/bsd/openldap/dist/libraries/librewrite/
H A Drule.c1 /* $NetBSD: rule.c,v 1.3 2021/08/14 16:14:58 christos Exp $ */
27 * Appends a rule to the double linked list of rules
33 struct rewrite_rule *rule
40 assert( rule != NULL );
43 r->lr_next = rule;
44 rule->lr_prev = r;
132 struct rewrite_rule *rule = NULL; local
186 * Apply rule once only
197 * Bail out after applying rule
223 * After applying rule, jum
397 rewrite_rule_apply( struct rewrite_info *info, struct rewrite_op *op, struct rewrite_rule *rule, const char *arg, char **result ) argument
477 struct rewrite_rule *rule; local
[all...]
H A Dcontext.c136 * The first, empty rule
162 * Finds the next rule according to a goto action statement,
169 struct rewrite_rule *rule
176 assert( rule != NULL );
181 for ( ; n > 1 && rule != NULL ; n-- ) {
182 rule = rule->lr_next;
185 for ( ; n < 1 && rule != NULL ; n++ ) {
186 rule = rule
208 struct rewrite_rule *rule; local
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/util/
H A Dmarkdownlint.rb7 rule 'MD003', :style => :setext_with_atx
10 rule 'MD046', :style => :consistent
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dssu.c88 dns_ssurule_t *rule = ISC_LIST_HEAD(table->rules); local
89 if (rule->identity != NULL) {
90 dns_name_free(rule->identity, mctx);
91 isc_mem_put(mctx, rule->identity,
92 sizeof(*rule->identity));
94 if (rule->name != NULL) {
95 dns_name_free(rule->name, mctx);
96 isc_mem_put(mctx, rule->name, sizeof(*rule->name));
98 if (rule
140 dns_ssurule_t *rule; local
291 dns_ssurule_t *rule; local
578 dns_ssurule_isgrant(const dns_ssurule_t *rule) argument
584 dns_ssurule_identity(const dns_ssurule_t *rule) argument
590 dns_ssurule_matchtype(const dns_ssurule_t *rule) argument
596 dns_ssurule_name(const dns_ssurule_t *rule) argument
602 dns_ssurule_types(const dns_ssurule_t *rule, dns_ssuruletype_t **types) argument
610 dns_ssurule_max(const dns_ssurule_t *rule, dns_rdatatype_t type) argument
628 dns_ssutable_firstrule(const dns_ssutable_t *table, dns_ssurule_t **rule) argument
636 dns_ssutable_nextrule(dns_ssurule_t *rule, dns_ssurule_t **nextrule) argument
649 dns_ssurule_t *rule; local
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dssu.c90 dns_ssurule_t *rule = ISC_LIST_HEAD(table->rules); local
91 if (rule->identity != NULL) {
92 dns_name_free(rule->identity, mctx);
93 isc_mem_put(mctx, rule->identity, sizeof(dns_name_t));
95 if (rule->name != NULL) {
96 dns_name_free(rule->name, mctx);
97 isc_mem_put(mctx, rule->name, sizeof(dns_name_t));
99 if (rule->types != NULL) {
100 isc_mem_put(mctx, rule->types,
101 rule
141 dns_ssurule_t *rule; local
290 dns_ssurule_t *rule; local
546 dns_ssurule_isgrant(const dns_ssurule_t *rule) argument
552 dns_ssurule_identity(const dns_ssurule_t *rule) argument
558 dns_ssurule_matchtype(const dns_ssurule_t *rule) argument
564 dns_ssurule_name(const dns_ssurule_t *rule) argument
570 dns_ssurule_types(const dns_ssurule_t *rule, dns_rdatatype_t **types) argument
578 dns_ssutable_firstrule(const dns_ssutable_t *table, dns_ssurule_t **rule) argument
586 dns_ssutable_nextrule(dns_ssurule_t *rule, dns_ssurule_t **nextrule) argument
600 dns_ssurule_t *rule; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dld-cache.c91 dump_cache_rule(cache_table* rule, argument
94 dumpf(indent, "((cache_table*)0x%x\n", rule);
95 dumpf(indent, " (type %s)\n", i2name(rule->type, cache_type_map));
96 dumpf(indent, " (field_name \"%s\")\n", rule->field_name);
97 dumpf(indent, " (derived_name \"%s\")\n", rule->derived_name);
98 dumpf(indent, " (type-def \"%s\")\n", rule->type_def);
99 dumpf(indent, " (expression \"%s\")\n", rule->expression);
100 dumpf(indent, " (next 0x%x)\n", rule->next);
106 dump_cache_rules(cache_table* rule, argument
109 while (rule) {
[all...]
H A Dld-decode.c110 dump_decode_rule(decode_table *rule, argument
113 dumpf(indent, "((decode_table*)%p\n", rule);
114 if (rule) {
115 dumpf(indent, " (type %s)\n", i2name(rule->type, decode_type_map));
116 dumpf(indent, " (gen %s)\n", i2name(rule->gen, decode_gen_map));
117 dumpf(indent, " (force_slash %d)\n", rule->force_slash);
118 dumpf(indent, " (first %d)\n", rule->first);
119 dumpf(indent, " (last %d)\n", rule->last);
120 dumpf(indent, " (force_first %d)\n", rule->force_first);
121 dumpf(indent, " (force_last %d)\n", rule
135 dump_decode_rules(decode_table *rule, int indent) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dld-cache.c88 dump_cache_rule(cache_table* rule, argument
91 dumpf(indent, "((cache_table*)%p\n", rule);
92 dumpf(indent, " (type %s)\n", i2name(rule->type, cache_type_map));
93 dumpf(indent, " (field_name \"%s\")\n", rule->field_name);
94 dumpf(indent, " (derived_name \"%s\")\n", rule->derived_name);
95 dumpf(indent, " (type-def \"%s\")\n", rule->type_def);
96 dumpf(indent, " (expression \"%s\")\n", rule->expression);
97 dumpf(indent, " (next %p)\n", rule->next);
103 dump_cache_rules(cache_table* rule, argument
106 while (rule) {
[all...]
H A Dld-decode.c107 dump_decode_rule(decode_table *rule, argument
110 dumpf(indent, "((decode_table*)%p\n", rule);
111 if (rule) {
112 dumpf(indent, " (type %s)\n", i2name(rule->type, decode_type_map));
113 dumpf(indent, " (gen %s)\n", i2name(rule->gen, decode_gen_map));
114 dumpf(indent, " (force_slash %d)\n", rule->force_slash);
115 dumpf(indent, " (first %d)\n", rule->first);
116 dumpf(indent, " (last %d)\n", rule->last);
117 dumpf(indent, " (force_first %d)\n", rule->force_first);
118 dumpf(indent, " (force_last %d)\n", rule
132 dump_decode_rules(decode_table *rule, int indent) argument
[all...]
/netbsd-current/external/bsd/libbind/dist/irs/
H A Dgen_ng.c50 struct irs_rule * rule; member in struct:pvt
85 pvt->rule = pvt->rules;
115 while (pvt->rule) {
116 ng = pvt->rule->inst->ng;
119 if (!(pvt->rule->flags & IRS_CONTINUE))
121 pvt->rule = pvt->rule->next;
122 if (pvt->rule) {
123 ng = pvt->rule->inst->ng;
135 struct irs_rule *rule; local
167 struct irs_rule *rule; local
[all...]
H A Dgen_pw.c54 struct irs_rule * rule; member in struct:pvt
92 pvt->rule = pvt->rules;
121 while (pvt->rule) {
122 pw = pvt->rule->inst->pw;
126 if (!(pvt->rule->flags & IRS_CONTINUE))
128 pvt->rule = pvt->rule->next;
129 if (pvt->rule) {
130 pw = pvt->rule->inst->pw;
142 pvt->rule
152 struct irs_rule *rule; local
169 struct irs_rule *rule; local
186 struct irs_rule *rule; local
217 struct irs_rule *rule; local
[all...]
H A Dgen_sv.c49 struct irs_rule * rule; member in struct:pvt
88 pvt->rule = pvt->rules;
117 while (pvt->rule) {
118 sv = pvt->rule->inst->sv;
122 if (!(pvt->rule->flags & IRS_CONTINUE))
124 pvt->rule = pvt->rule->next;
125 if (pvt->rule) {
126 sv = pvt->rule->inst->sv;
136 struct irs_rule *rule; local
153 struct irs_rule *rule; local
182 struct irs_rule *rule; local
213 struct irs_rule *rule; local
[all...]
H A Dgen_nw.c50 struct irs_rule * rule; member in struct:pvt
90 pvt->rule = pvt->rules;
127 while (pvt->rule) {
128 nw = pvt->rule->inst->nw;
134 pvt->rule = pvt->rule->next;
135 if (pvt->rule) {
136 nw = pvt->rule->inst->nw;
146 struct irs_rule *rule; local
153 for (rule
169 struct irs_rule *rule; local
204 struct irs_rule *rule; local
237 struct irs_rule *rule; local
[all...]
H A Dgen_pr.c49 struct irs_rule * rule; member in struct:pvt
87 pvt->rule = pvt->rules;
116 while (pvt->rule) {
117 pr = pvt->rule->inst->pr;
123 pvt->rule = pvt->rule->next;
124 if (pvt->rule) {
125 pr = pvt->rule->inst->pr;
135 struct irs_rule *rule; local
140 for (rule
152 struct irs_rule *rule; local
181 struct irs_rule *rule; local
212 struct irs_rule *rule; local
[all...]
H A Dgen_ho.c52 struct irs_rule * rule; member in struct:pvt
98 pvt->rule = pvt->rules;
129 struct irs_rule *rule; local
138 for (rule = pvt->rules; rule; rule = rule->next) {
139 ho = rule->inst->ho;
151 if (rule->flags & IRS_CONTINUE)
172 struct irs_rule *rule; local
211 struct irs_rule *rule; local
286 struct irs_rule *rule; local
319 struct irs_rule *rule; local
340 struct irs_rule *rule; local
[all...]
H A Dgen_gr.c56 struct irs_rule * rule; member in struct:pvt
121 pvt->rule = pvt->rules;
151 while (pvt->rule) {
152 gr = pvt->rule->inst->gr;
156 if (!(pvt->rule->flags & IRS_CONTINUE))
158 pvt->rule = pvt->rule->next;
159 if (pvt->rule) {
160 gr = pvt->rule->inst->gr;
170 struct irs_rule *rule; local
197 struct irs_rule *rule; local
238 struct irs_rule *rule; local
281 struct irs_rule *rule; local
312 struct irs_rule *rule; local
[all...]
/netbsd-current/external/mpl/bind/dist/lib/dns/include/dns/
H A Dssu.h80 * single rule with matchtype dns_ssumatchtype_dlz. This type of SSU
101 * Detach '*tablep' from its simple-secure-update rule table.
118 * Adds a new rule to a simple-secure-update rule table. The rule
124 *\li If 'matchtype' is of SELF type, this rule only matches if the
127 *\li If 'ntypes' is 0, this rule applies to all types except
130 *\li If 'types' includes ANY, this rule applies to all types
153 * to the rules specified in the simple-secure-update rule table. If
191 /*% Accessor functions to extract rule component
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Drewrite_clnt.c23 /* rewrite_clnt() sends a rule set name and external-form address to the
98 VSTRING *rewrite_clnt(const char *rule, const char *addr, VSTRING *result) argument
129 && strcmp(rule, STR(last_rule)) == 0) {
133 rule, addr, vstring_str(result));
156 SEND_ATTR_STR(MAIL_ATTR_RULE, rule),
170 rule, addr, vstring_str(result));
183 vstring_strcpy(last_rule, rule);
222 msg_fatal("usage: %s [-v] [rule address...]", myname);
225 static void rewrite(char *rule, char *addr, VSTRING *reply) argument
227 rewrite_clnt(rule, add
238 char *rule; local
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Dssu.h74 * single rule with matchtype dns_ssumatchtype_dlz. This type of SSU
95 * Detach '*tablep' from its simple-secure-update rule table.
112 * Adds a new rule to a simple-secure-update rule table. The rule
118 *\li If 'matchtype' is of SELF type, this rule only matches if the
121 *\li If 'ntypes' is 0, this rule applies to all types except
124 *\li If 'types' includes ANY, this rule applies to all types
146 * to the rules specified in the simple-secure-update rule table. If
184 /*% Accessor functions to extract rule component
[all...]

Completed in 214 milliseconds

12345678