Searched refs:matched (Results 1 - 25 of 206) sorted by relevance

123456789

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-riscv-elf/
H A Dattr-merge-arch-failed-02.d7 #warning: .*mis-matched ISA version 3.0 for 'i' extension, the output version is 2.0
8 #warning: .*mis-matched ISA version 3.0 for 'm' extension, the output version is 2.0
9 #warning: .*mis-matched ISA version 3.0 for 'a' extension, the output version is 2.0
10 #warning: .*mis-matched ISA version 3.0 for 'zicsr' extension, the output version is 2.0
11 #warning: .*mis-matched ISA version 3.0 for 'xunknown' extension, the output version is 2.0
12 #warning: .*mis-matched ISA version 2.1 for 'i' extension, the output version is 3.0
13 #warning: .*mis-matched ISA version 2.2 for 'm' extension, the output version is 3.0
14 #warning: .*mis-matched ISA version 2.3 for 'a' extension, the output version is 3.0
15 #warning: .*mis-matched ISA version 2.4 for 'zicsr' extension, the output version is 3.0
16 #warning: .*mis-matched IS
[all...]
H A Dattr-merge-arch-failed-01.d5 #warning: .*mis-matched ISA version 3.0 for 'a' extension, the output version is 2.0
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Dmodify.c43 Entry *matched; local
49 monitor_cache_dn2entry( op, rs, &op->o_req_ndn, &e, &matched );
52 if ( matched ) {
53 if ( !access_allowed_mask( op, matched,
59 rs->sr_matched = matched->e_dn;
63 if ( matched != NULL ) {
65 monitor_cache_release( mi, matched );
H A Dcompare.c38 Entry *e, *matched = NULL; local
42 monitor_cache_dn2entry( op, rs, &op->o_req_ndn, &e, &matched );
45 if ( matched ) {
46 if ( !access_allowed_mask( op, matched,
52 rs->sr_matched = matched->e_dn;
56 if ( matched ) {
57 monitor_cache_release( mi, matched );
H A Dsearch.c174 Entry *e = NULL, *matched = NULL; local
182 monitor_cache_dn2entry( op, rs, &op->o_req_ndn, &e, &matched );
185 if ( matched ) {
186 if ( !access_allowed_mask( op, matched,
192 rs->sr_matched = matched->e_dn;
197 if ( matched ) {
198 monitor_cache_release( mi, matched );
/netbsd-current/usr.sbin/user/
H A Dmain.c78 int matched; local
82 for (matched = i = 0 ; i < cmdp->c_wc && i < MaxCmdWords ; i++) {
86 matched += 1;
92 if (matched == cmdp->c_wc) {
93 return (*cmdp->c_func)(argc - (matched - 1), argv + (matched - 1));
/netbsd-current/sys/arch/arc/arc/
H A Dplatform.c58 int i, rv, matched = -1, match = 0, ambiguous_match = 0; local
64 matched = i;
73 print_platform(plattab[matched]);
75 if (i == matched)
87 print_platform(plattab[matched]);
91 platform = plattab[matched];
/netbsd-current/external/gpl2/mkhybrid/dist/libfile/
H A Dsoftmagic.c93 * successfully matched continuation.
243 int matched; local
299 matched = 1;
303 matched = v != l;
306 v, l, matched);
310 matched = v == l;
313 v, l, matched);
318 matched = v > l;
321 v, l, matched);
324 matched
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Duser_acl.c72 int matched; local
110 if ((matched = string_list_match(list, name)) == 0) {
119 return (matched ? 0 : vstring_str(who));
/netbsd-current/external/bsd/less/dist/
H A Dpattern.c295 * Set sp[0] and ep[0] to the start and end of the matched string.
296 * Set sp[i] and ep[i] to the start and end of the i-th matched subpattern.
301 int matched; local
307 matched = match(tpattern, strlen(tpattern), line, line_len, &sp, &ep, nsp);
315 matched = re_search(pattern, line, line_len, 0, line_len, &search_regs) >= 0;
316 if (matched)
333 matched = !regexec(pattern, line, RM_COUNT, rm, flags);
334 if (matched)
371 matched = (mcount > 0);
394 matched
449 int matched = match_pattern1(pattern, tpattern, line, line_len, sp, ep, nsp, notbol, search_type); local
[all...]
/netbsd-current/usr.bin/systat/
H A Ddisks.c89 int matched; local
105 matched = 0;
111 matched = 1;
113 if (matched == 0)
/netbsd-current/usr.bin/vgrind/
H A Dregexp.c341 * characters matched will be copied into
351 * character matched.
362 bool matched; /* a temporary bool */ local
368 matched = false;
376 matched = !STRNCMP (s, SSTR(cs), SCNT(cs));
377 if (matched) {
390 matched = 1; /* indicate a successful match */
404 if (matched)
419 /* the subexpression matched */
420 matched
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_suppressions.cc108 VPrintf(2, "ThreadSanitizer: matched suppression '%s'\n", (*sp)->templ);
146 VPrintf(2, "ThreadSanitizer: matched suppression '%s'\n", s->templ);
155 InternalMmapVector<Suppression *> matched; local
157 suppression_ctx->GetMatched(&matched);
158 if (!matched.size())
161 for (uptr i = 0; i < matched.size(); i++)
162 hit_count += atomic_load_relaxed(&matched[i]->hit_count);
165 for (uptr i = 0; i < matched.size(); i++) {
166 Printf("%d %s:%s\n", atomic_load_relaxed(&matched[i]->hit_count),
167 matched[
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_suppressions.cc106 VPrintf(2, "ThreadSanitizer: matched suppression '%s'\n", (*sp)->templ);
144 VPrintf(2, "ThreadSanitizer: matched suppression '%s'\n", s->templ);
153 InternalMmapVector<Suppression *> matched; local
155 suppression_ctx->GetMatched(&matched);
156 if (!matched.size())
159 for (uptr i = 0; i < matched.size(); i++)
160 hit_count += atomic_load_relaxed(&matched[i]->hit_count);
163 for (uptr i = 0; i < matched.size(); i++) {
164 Printf("%d %s:%s\n", atomic_load_relaxed(&matched[i]->hit_count),
165 matched[
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_suppressions.cpp99 VPrintf(2, "ThreadSanitizer: matched suppression '%s'\n", (*sp)->templ);
137 VPrintf(2, "ThreadSanitizer: matched suppression '%s'\n", s->templ);
146 InternalMmapVector<Suppression *> matched; local
148 suppression_ctx->GetMatched(&matched);
149 if (!matched.size())
152 for (uptr i = 0; i < matched.size(); i++)
153 hit_count += atomic_load_relaxed(&matched[i]->hit_count);
156 for (uptr i = 0; i < matched.size(); i++) {
157 Printf("%d %s:%s\n", atomic_load_relaxed(&matched[i]->hit_count),
158 matched[
[all...]
/netbsd-current/sys/external/bsd/acpica/dist/compiler/
H A Ddtcompilerparser.l94 DbgPrint(ASL_PARSE_OUTPUT,"Continuation matched\n");
104 <INITIAL,DATA_STATE>{WhiteSpace} { DbgPrint(ASL_PARSE_OUTPUT,"Whitespace matched\n"); }
106 <INITIAL,DATA_STATE>{Comment} { DbgPrint(ASL_PARSE_OUTPUT,"Comment matched\n"); }
156 "Newline matched (data state). Current line number: %u\n",DtCompilerParserlineno);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_suppressions.h43 void GetMatched(InternalMmapVector<Suppression *> *matched);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_suppressions.h41 void GetMatched(InternalMmapVector<Suppression *> *matched);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_suppressions.h42 void GetMatched(InternalMmapVector<Suppression *> *matched);
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Ddn2entry.c31 * entry. If the requested DN is not found and matched is TRUE, return info
43 int matched )
58 if ( matched ) {
/netbsd-current/external/mpl/dhcp/dist/relay/tests/
H A Drelay_unittests.c127 struct interface_info *matched; local
133 matched = 0;
140 ret = strip_relay_agent_options(&ifaces, &matched, &packet, len);
187 ret = strip_relay_agent_options(&ifaces, &matched, &packet, len);
204 ret = strip_relay_agent_options(&ifaces, &matched, &packet, len);
224 ret = strip_relay_agent_options(&ifaces, &matched, &packet, len);
269 ret = strip_relay_agent_options(&ifaces, &matched, &u.packet, 4095);
/netbsd-current/sys/arch/landisk/dev/
H A Drs5c313_landisk.c78 static int matched = 0; local
80 if (matched)
83 matched = 1;
/netbsd-current/external/gpl2/diffutils/dist/lib/
H A Dexclude.c174 bool matched = ((*matcher) (pattern, f, options) == 0); local
178 for (p = f; *p && ! matched; p++)
180 matched = ((*matcher) (pattern, p + 1, options) == 0);
182 excluded ^= matched;
/netbsd-current/crypto/external/bsd/heimdal/dist/kuser/
H A Dcopy_cred_cache.c91 unsigned int matched; local
155 matchfunc, &ctx, &matched);
160 if(matched == 0)
165 return matched == 0;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Daarch64-sve.exp54 regexp {. = ([0-9]+)} $expect_out(buffer) matched ret

Completed in 190 milliseconds

123456789