Searched refs:match (Results 101 - 125 of 427) sorted by relevance

1234567891011>>

/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dtest_addr.c129 const char *one_addr, int match)
149 if (!match)
150 krb5_errx(context, 1, "match when one shouldn't be");
152 if (match)
153 krb5_errx(context, 1, "no match when one should be");
128 match_addr(krb5_context context, const char *range_addr, const char *one_addr, int match) argument
/freebsd-9.3-release/lib/libc/mips/string/
H A Dbcmp.S67 move v0, v1 # init v0,v1 so unmodified bytes match
113 ble a2, zero, match
123 match: label
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_onexit.c181 zfs_onexit_action_node_t *match; local
187 match = (zfs_onexit_action_node_t *)(uintptr_t)action_handle;
190 if (match == ap)
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_ageq.c192 struct ieee80211_node *match)
202 if (match != NULL && m->m_pkthdr.rcvif != (void *) match) {
191 ieee80211_ageq_remove(struct ieee80211_ageq *aq, struct ieee80211_node *match) argument
/freebsd-9.3-release/usr.bin/tip/libacu/
H A Dventel.c184 gobble(char match, char response[]) argument
206 } while (c != '\n' && c != match);
209 return (c == match);
/freebsd-9.3-release/bin/sh/
H A Dmkinit.c145 int match(const char *, const char *);
195 if (line[0] == ep->name[0] && match(ep->name, line)) {
200 if (line[0] == 'I' && match("INCLUDE", line))
202 if (line[0] == 'M' && match("MKINIT", line))
226 match(const char *name, const char *line) function
246 if (! match("#define", line))
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_qos_parser_l.l80 #define START_QOS_LEVEL_NAME {in_single_string = TRUE;} /* single string w/o whitespaces (qos level name in match rule) */
169 QOS_MATCH_RULES_START qos\-match\-rules
170 QOS_MATCH_RULES_END end\-qos\-match\-rules
171 QOS_MATCH_RULE_START qos\-match\-rule
172 QOS_MATCH_RULE_END end\-qos\-match\-rule
/freebsd-9.3-release/contrib/tcp_wrappers/
H A Dhosts_access.c4 * network numbers) and daemon process names. When a match is found the
139 /* table_match - match table entries with (daemon, client) pair */
149 int match = NO; local
163 while (match == NO && xgets(sv_list, sizeof(sv_list), fp) != 0) {
184 match = list_match(sv_list, request, server_match)
191 if (match) {
205 return (match);
208 /* list_match - match a request against a list of patterns with exceptions */
220 * a match, look for an "EXCEPT" list and recurse to determine whether
221 * the match i
275 int match = NO; local
[all...]
/freebsd-9.3-release/usr.sbin/bsdinstall/scripts/
H A Dnetconfig_ipv689 if (match($2, "^fe80:")) { next; };
139 if (!match($1, "/")) {
/freebsd-9.3-release/contrib/bind9/bin/check/
H A Dcheck-tool.c112 * This needs to match the list in bin/named/log.c.
190 isc_boolean_t match; local
274 match = ISC_FALSE;
280 match = ISC_TRUE;
284 if (!match && !logged(namebuf, ERR_EXTRA_A)) {
304 match = ISC_FALSE;
310 match = ISC_TRUE;
314 if (!match && !logged(namebuf, ERR_EXTRA_AAAA)) {
349 match = ISC_FALSE;
354 while (result == ISC_R_SUCCESS && !match) {
[all...]
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dsparc-dis.c199 if ((opcode->match & insn) == opcode->match
251 unsigned long int match0 = op0->match, match1 = op1->match;
273 /* If a bit is set in both match and lose, there is something
282 op0->lose &= ~op0->match;
293 op1->lose &= ~op1->match;
413 int hash = HASH_INSN (opcode_table[i]->match);
517 if ((opcode->match & insn) == opcode->match
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/cli/
H A Dcli-setshow.c203 const char *match = NULL;
234 match = c->enums[i];
236 break; /* exact match. */
240 match = c->enums[i];
251 *(const char **) c->var = match;
201 const char *match = NULL; local
/freebsd-9.3-release/contrib/groff/src/include/
H A Dsearch.h47 int check_match(const char *buf, const char *bufend, const char *match,
/freebsd-9.3-release/contrib/nvi/ex/
H A Dex_global.c80 regmatch_t match[1]; local
218 match[0].rm_so = 0;
219 match[0].rm_eo = len;
221 regexec(&sp->re_c, dbp, 0, match, REG_STARTEND)) {
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Ddn_heap.h120 * match(obj, key, flags, arg) called to determine if key
149 * It is usally of interest for the hash and match functions.
151 * DNHT_MATCH_PTR during a lookup, match pointers instead
152 * of calling match(). Normally used when removing specific
154 * by the match function.
169 int (*match)(void *, uintptr_t, int, void *),
185 DNHT_MATCH_PTR = 0x0008, /* match by pointer, not match() */
H A Ddn_heap.c325 int (*match)(void *_el, uintptr_t key, int, void *); member in struct:dn_ht
338 int (*match)(void *, uintptr_t, int, void *),
365 if (h == NULL || match == NULL) {
366 printf("--- missing hash or match function");
412 ht->match = match;
461 } else if (ht->match(p, key, flags, arg)) /* found match */
/freebsd-9.3-release/sys/opencrypto/
H A Dcrypto.c340 int match, hid; local
348 match = CRYPTOCAP_F_HARDWARE;
350 match = CRYPTOCAP_F_SOFTWARE;
358 * or software based on match), then skip.
362 (cap->cc_flags & match) == 0)
374 if (match == CRYPTOCAP_F_HARDWARE && (flags & CRYPTOCAP_F_SOFTWARE)) {
376 match = CRYPTOCAP_F_SOFTWARE;
547 * Lookup a driver by name. We match against the full device
553 crypto_find_driver(const char *match) argument
555 int i, len = strlen(match);
869 int match, hid; local
[all...]
/freebsd-9.3-release/usr.bin/fstat/
H A Dfuser.c291 int error, match; local
320 continue; /* No match. */
325 match = 0;
328 match = 1;
331 if (match == 1) { /* Use old entry. */
/freebsd-9.3-release/usr.bin/look/
H A Dlook.c94 int ch, fd, match; local
132 match = 1;
146 match *= (look(key, front, back));
150 exit(match);
219 * If the string at "p" is not greater than the string to match,
290 * Print as many lines as match string, starting at front.
/freebsd-9.3-release/usr.sbin/IPXrouted/
H A Dstartup.c244 int (*match)();
251 match = afswitch[dst->sa_family].af_netmatch;
252 if (match)
256 if ((*match)(&ifp2->int_dstaddr,&ifp->int_dstaddr)) {
/freebsd-9.3-release/usr.sbin/pkg_install/lib/
H A Dmatch.c199 int match = 0; local
201 match = 2;
206 match |= 1;
209 match |= 4;
212 match |= 2;
215 match = 5;
225 if ((match & (1 << (version_cmp(pkgname, condition) + 1))) == 0)
420 * Otherwise returns 0 if doesn't match or -1 if RE
452 * match and FNM_NOMATCH otherwise, to be compatible with
/freebsd-9.3-release/lib/libc/regex/
H A Dengine.c55 #define match smat macro
66 #define match lmat macro
77 #define match mmat macro
81 struct match { struct
88 const char *coldp; /* can be no match starting before here */
105 static const char *dissect(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst);
106 static const char *backref(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, sopno lev, int);
107 static const char *fast(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst);
108 static const char *slow(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst);
120 static void print(struct match *
1186 #undef match macro
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dregmove.c65 struct match { struct
77 static int find_matches (rtx, struct match *);
1065 struct match match;
1143 if (! find_matches (insn, &match))
1147 which is supposed to match the destination operand.
1158 match_no = match.with[op_no];
1160 /* Nothing to do if the two operands aren't supposed to match. */
1187 if (match.commutative[op_no] < op_no)
1197 if (match
1058 struct match match; local
1591 int match = match_ul; local
[all...]
H A Dgenmultilib62 # on the rule are grouped as an AND operation, and all options much match
64 # match a logical NOT.
375 for match in ${matches}; do
376 l=`echo ${match} | sed -e 's/=.*$//' -e 's/?/=/g'`
377 r=`echo ${match} | sed -e 's/^.*=//' -e 's/?/=/g'`
/freebsd-9.3-release/sys/netgraph/
H A Dng_bpf.c89 hook_p match; member in struct:ng_bpf_hookinfo
250 hip->match = h;
262 if (hip->match == h)
263 hip->match = NULL;
480 /* See if we got a match and find destination hook */
494 dest = hip->match;
591 hip->match = ng_findhook(NG_HOOK_NODE(hook), hip->prog->ifMatch);

Completed in 379 milliseconds

1234567891011>>