HomeSort by: relevance | last modified time | path
    Searched refs:matched (Results 1 - 25 of 47) sorted by relevancy

1 2

  /src/sys/arch/arc/arc/
platform.c 58 int i, rv, matched = -1, match = 0, ambiguous_match = 0; local in function:ident_platform
64 matched = i;
73 print_platform(plattab[matched]);
75 if (i == matched)
87 print_platform(plattab[matched]);
91 platform = plattab[matched];
  /src/usr.sbin/user/
main.c 78 int matched; local in function:main
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));
  /src/usr.bin/systat/
disks.c 89 int matched; local in function:drvselect
105 matched = 0;
111 matched = 1;
113 if (matched == 0)
  /src/usr.bin/vgrind/
regexp.c 341 * characters matched will be copied into
351 * character matched.
362 bool matched; /* a temporary bool */ local in function:expmatch
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 = 1
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_suppressions.cc 108 VPrintf(2, "ThreadSanitizer: matched suppression '%s'\n", (*sp)->templ);
146 VPrintf(2, "ThreadSanitizer: matched suppression '%s'\n", s->templ);
155 InternalMmapVector<Suppression *> matched; local in function:__tsan::PrintMatchedSuppressions
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);
163 Printf("ThreadSanitizer: Matched %d suppressions (pid=%d):\n", hit_count,
165 for (uptr i = 0; i < matched.size(); i++) {
166 Printf("%d %s:%s\n", atomic_load_relaxed(&matched[i]->hit_count)
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.l 202 DbgPrint(ASL_PARSE_OUTPUT,"Continuation matched\n");
207 DbgPrint(ASL_PARSE_OUTPUT, ": Matched\n");
212 <INITIAL,DATA_STATE>{WhiteSpace} { DbgPrint(ASL_PARSE_OUTPUT,"Whitespace matched\n"); }
214 <INITIAL,DATA_STATE>{Comment} { DbgPrint(ASL_PARSE_OUTPUT,"Comment matched\n"); }
264 "Newline matched (data state). Current line number: %u\n",DtCompilerParserlineno);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_suppressions.h 43 void GetMatched(InternalMmapVector<Suppression *> *matched);
sanitizer_suppressions.cc 165 InternalMmapVector<Suppression *> *matched) {
168 matched->push_back(&suppressions_[i]);
  /src/sys/arch/landisk/dev/
rs5c313_landisk.c 78 static int matched = 0; local in function:rs5c313_landisk_match
80 if (matched)
83 matched = 1;
  /src/common/lib/libutil/
snprintb.c 166 int matched = 1; local in function:new_style
192 matched = 0;
227 matched = 1;
241 if (matched)
243 matched = 1;
  /src/sys/arch/sun2/dev/
zs_any.c 98 int matched; local in function:zs_any_match
104 matched = (bus_space_peek_1(ma->ma_bustag, bh, 0, NULL) == 0);
106 if (!matched)
sc_mbmem.c 116 bool matched; local in function:sunsc_mbmem_match
126 matched =
129 if (!matched)
bwtwo_any.c 126 int matched; local in function:bwtwomatch_any
132 matched = (bus_space_peek_1(ma->ma_bustag, bh, 0, NULL) == 0);
134 return (matched);
if_ie_mbmem.c 374 int matched; local in function:ie_mbmem_match
384 matched = (bus_space_peek_2(mbma->mbma_bustag, bh, 0, NULL) == 0);
386 if (!matched)
if_ie_obio.c 230 int matched; local in function:ie_obio_match
241 matched = (!bus_space_poke_1(oba->oba_bustag, bh, 0, IEOB_NORSET) &&
245 if (!matched)
  /src/sys/arch/sun2/sun2/
tod.c 130 int matched; local in function:tod_obio_match
140 matched = (bus_space_peek_1(oba->oba_bustag, bh, 0, NULL) == 0);
142 return matched;
clock.c 153 bool matched; local in function:clock_match
163 matched = (bus_space_peek_2(oba->oba_bustag, bh, 0, NULL) == 0);
165 if (!matched)
  /src/sys/arch/mvme68k/dev/
vme_two_68k.c 80 static int matched = 0; local in function:vmetwo_match
88 if (matched++)
  /src/share/locale/ctype/
gen_ctype_utf8.pl 173 my $matched;
177 $matched = 1;
181 $matched = 1;
185 $matched = 1;
195 $matched = 1;
202 $matched = 1;
216 push @{ $info->{SPECIAL} }, $code unless $matched;
225 $matched = 1;
  /src/sys/lib/libkern/arch/m68k/
scanc.S 62 jne 1f | break out if mask matched
  /src/sys/rump/librump/rumpkern/
threads.c 167 bool matched; local in function:kthread_create
173 matched = strncmp(thrstore, nothreads[i].t_name,
176 matched = strcmp(thrstore,
179 if (matched) {
  /src/usr.sbin/ldpd/
conffile.c 183 int i, last_match = -1, matched = 0; local in function:conf_dispatch
192 matched++;
195 if (matched == 0)
197 else if (matched > 1)
  /src/sys/arch/ia64/stand/common/
commands.c 148 int hfd, matched, doindex; local in function:command_help
176 matched = doindex;
188 if(matched) /* nothing more on this topic, stop scanning */
192 /* topic matched */
193 matched = 1;
215 if (!matched) {
  /src/usr.bin/make/
str.c 339 res.matched = neg;
387 res.matched = true;
398 res.matched = *str == '\0';
  /src/sys/arch/cobalt/dev/
zs.c 135 static int matched; local in function:zs_match
138 if (matched)
148 matched = 1;

Completed in 24 milliseconds

1 2