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

123

/freebsd-11-stable/sys/dev/pci/
H A Deisa_pci.c81 int matched = 0; local
88 matched = 1;
95 matched = 1;
101 if (matched) {
H A Disa_pci.c105 int matched = 0; local
112 matched = 1;
147 matched = 1;
155 if (matched) {
/freebsd-11-stable/contrib/less/
H A Dpattern.c314 * Set sp and ep to the start and end of the matched string.
327 int matched; local
334 matched = match(tpattern, strlen(tpattern), line, line_len, sp, ep);
342 matched = re_search(pattern, line, line_len, 0, line_len, &search_regs) >= 0;
343 if (matched)
359 matched = !regexec(pattern, line, 1, &rm, flags);
360 if (matched)
376 matched = pcre_exec(pattern, NULL, line, line_len,
378 if (matched)
389 matched
[all...]
/freebsd-11-stable/usr.bin/vgrind/
H A Dregexp.c329 * characters matched will be copied into
339 * character matched.
352 bool matched; /* a temporary bool */ local
358 matched = false;
366 matched = !STRNCMP (s, SSTR(cs), SCNT(cs));
367 if (matched) {
380 matched = 1; /* indicate a successful match */
394 if (matched)
409 /* the subexpression matched */
410 matched
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
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...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.retlist.ksh46 echo wrong number of matched probes: $match
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_time.h76 * matched to indicate whether or not @a text was parsed successfully.
81 svn_parse_date(svn_boolean_t *matched,
/freebsd-11-stable/usr.bin/killall/
H A Dkillall.c133 int matched; local
346 matched = 1;
349 matched = 0;
353 matched = 0;
368 matched = 0;
372 matched = 0;
376 matched = 0;
377 if (matched == 0)
380 matched = 0;
394 matched
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.h42 void GetMatched(InternalMmapVector<Suppression *> *matched);
H A Dsanitizer_suppressions.cpp175 InternalMmapVector<Suppression *> *matched) {
178 matched->push_back(&suppressions_[i]);
174 GetMatched( InternalMmapVector<Suppression *> *matched) argument
/freebsd-11-stable/contrib/diff/lib/
H A Dexclude.c164 bool matched = ((*matcher) (pattern, f, options) == 0); local
168 for (p = f; *p && ! matched; p++)
170 matched = ((*matcher) (pattern, p + 1, options) == 0);
172 excluded ^= matched;
/freebsd-11-stable/crypto/heimdal/kuser/
H A Dcopy_cred_cache.c89 unsigned int matched; local
152 matchfunc, &ctx, &matched);
157 if(matched == 0)
162 return matched == 0;
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dfnmatch.c175 goto matched;
184 matched:;
185 /* Skip the rest of the [...] that already matched. */
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dfnmatch.c175 goto matched;
184 matched:;
185 /* Skip the rest of the [...] that already matched. */
/freebsd-11-stable/sys/isa/
H A Disahint.c159 goto matched;
173 matched:
/freebsd-11-stable/usr.bin/grep/
H A Dutil.c75 static bool procmatches(struct mprintc *mc, struct parsec *pc, bool matched);
100 * The last pattern matched wins exclusion/inclusion
119 * The last pattern matched wins exclusion/inclusion
137 bool matched, ok; local
140 matched = false;
189 matched = true;
195 return (matched);
253 procmatches(struct mprintc *mc, struct parsec *pc, bool matched) argument
261 if (matched) {
266 /* XXX TODO: Decrement by number of matched line
471 bool lastmatched, matched; local
[all...]
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dunwind-arm.c908 void *matched; local
915 matched = (void *)(ucbp + 1);
921 &matched))
922 matched = (void *)0;
925 if (matched)
929 ucbp->barrier_cache.bitpattern[0] = (_uw) matched;
934 /* Handler out of range, or not matched. */
948 /* Catch handler not matched. Advance to the next descriptor. */
962 void *matched; local
966 matched
[all...]
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dmatchjobs.c417 * Keep track of which jobs have already been matched by this
470 * want to know the userid of this job that matched.
475 printf("\t [ job matched! ]\n");
490 * to the matched job -- including the removal of it.
492 * This returns the number of jobs which were matched.
500 int cnt, matched, total; local
520 matched = match_jobspec(*qent, jspec);
521 if (!matched)
549 matched = match_jobspec(*qent, jspec);
550 if (!matched)
[all...]
/freebsd-11-stable/stand/common/
H A Dcommands.c131 int hfd, matched, doindex; local
162 matched = doindex;
174 if (matched) {
179 /* topic matched */
180 matched = 1;
208 if (!matched) {
/freebsd-11-stable/contrib/file/src/
H A Dsoftmagic.c174 * successfully matched continuation.
405 * This continuation matched. Print
1999 int matched; local
2051 matched = 1;
2055 matched = fv != fl;
2059 matched = fv == fl;
2063 matched = fv > fl;
2067 matched = fv < fl;
2075 return matched;
2084 matched
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Dsys.debug.mk17 # if .CURDIR is matched by any entry in DEBUG_MAKE_SYS_DIRS we
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_control.c260 int i, matched; local
269 matched = i = 0;
274 matched = 1;
279 if (!matched) {
/freebsd-11-stable/sys/dev/usb/input/
H A Datp.c300 boolean_t matched; /* to track pspans as they match against strokes. */ member in struct:fg_pspan
338 boolean_t matched; member in struct:wsp_finger
601 boolean_t matched; /*to track components as they match against pspans.*/ member in struct:fg_stroke_component
616 boolean_t matched; /* to track match against fingers.*/ member in struct:atp_stroke
1258 spans[i].matched = false; /* not yet matched against a stroke */
1312 fingers[n_fingers].matched = false;
1404 if (strokep->components[axis].matched)
1405 continue; /* skip matched components */
1408 if (pspans[i].matched)
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Ddate.c51 enum rule_action action; /* What action to take when the rule is matched */
108 matched values and set *LOCALTZ to TRUE if the local time zone
221 * fill in *EXP with the matched value and set *LOCALTZ to TRUE (this
296 svn_parse_date(svn_boolean_t *matched, apr_time_t *result, const char *text, argument
303 *matched = FALSE;
391 *matched = TRUE;
/freebsd-11-stable/usr.sbin/cpucontrol/
H A Dintel.c257 goto matched;
263 goto matched;
268 matched:

Completed in 150 milliseconds

123