Home
last modified time | relevance | path

Searched refs:matched (Results 1 – 25 of 102) sorted by relevance

12345

/dragonfly/contrib/less/
HDpattern.c300 int matched; in match_pattern1() local
307 matched = match(tpattern, strlen(tpattern), line, line_len, &sp, &ep, nsp); in match_pattern1()
315 matched = re_search(pattern, line, line_len, 0, line_len, &search_regs) >= 0; in match_pattern1()
316 if (matched) in match_pattern1()
333 matched = !regexec(pattern, line, RM_COUNT, rm, flags); in match_pattern1()
334 if (matched) in match_pattern1()
371 matched = (mcount > 0); in match_pattern1()
394 matched = (mcount > 0); in match_pattern1()
395 if (matched) in match_pattern1()
418 matched = (re_exec(line) == 1); in match_pattern1()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
Dregex.tcc61 __it.matched = false; in __regex_algo_impl()
87 if (!__it.matched) in __regex_algo_impl()
93 __pre.matched = false; in __regex_algo_impl()
96 __suf.matched = false; in __regex_algo_impl()
104 __pre.matched = (__pre.first != __pre.second); in __regex_algo_impl()
107 __suf.matched = (__suf.first != __suf.second); in __regex_algo_impl()
115 __it.matched = false; in __regex_algo_impl()
370 if (__sub.matched) in format()
432 if (__sub.matched) in format()
438 if (__sub.matched) in format()
[all …]
Dregex_executor.tcc159 if (__what[__i].matched) in _M_lookahead()
268 __res.matched = true; in _M_handle_subexpr_end()
399 if (!__submatch.matched) in _M_handle_backref()
/dragonfly/usr.bin/killall/
HDkillall.c149 int matched; in main() local
359 matched = 1; in main()
361 matched = 0; in main()
364 matched = 0; in main()
368 matched = 0; in main()
370 matched = 0; in main()
374 matched = 0; in main()
389 matched = 0; in main()
393 matched = 0; in main()
396 if (matched == 0) in main()
[all …]
/dragonfly/sys/bus/pci/
HDisa_pci.c95 int matched = 0; in isab_probe() local
102 matched = 1; in isab_probe()
137 matched = 1; in isab_probe()
145 if (matched) { in isab_probe()
/dragonfly/lib/libutil/
HDsnprintb.c50 int restart = 0, matched = 1; in snprintb_m() local
193 matched = 0; in snprintb_m()
227 matched = 1; in snprintb_m()
234 if (!matched) { in snprintb_m()
235 matched = 1; in snprintb_m()
/dragonfly/contrib/file/src/
HDsoftmagic.c2067 int matched; in magiccheck() local
2125 matched = 1; in magiccheck()
2129 matched = fv != fl; in magiccheck()
2133 matched = fv == fl; in magiccheck()
2137 matched = fv > fl; in magiccheck()
2141 matched = fv < fl; in magiccheck()
2149 return matched; in magiccheck()
2158 matched = 1; in magiccheck()
2162 matched = dv != dl; in magiccheck()
2166 matched = dv == dl; in magiccheck()
[all …]
/dragonfly/contrib/gdb-7/gdb/gnulib/import/
HDfnmatch_loop.c285 goto matched; in FCT()
288 goto matched; in FCT()
303 goto matched; in FCT()
336 goto matched; in FCT()
405 goto matched; in FCT()
462 goto matched; in FCT()
558 goto matched; in FCT()
565 goto matched; in FCT()
587 goto matched; in FCT()
610 goto matched; in FCT()
[all …]
/dragonfly/contrib/gdb-7/gdb/
HDreverse.c296 int matched = 0; in bookmark_1() local
306 matched++; in bookmark_1()
310 if (bnum > 0 && matched == 0) in bookmark_1()
313 return matched; in bookmark_1()
/dragonfly/usr.sbin/lpr/common_source/
HDmatchjobs.c512 int cnt, matched, total; in scanq_jobspec() local
532 matched = match_jobspec(*qent, jspec); in scanq_jobspec()
533 if (!matched) in scanq_jobspec()
561 matched = match_jobspec(*qent, jspec); in scanq_jobspec()
562 if (!matched) in scanq_jobspec()
/dragonfly/stand/boot/common/
HDcommands.c130 int hfd, matched, doindex; in command_help() local
163 matched = doindex; in command_help()
174 if (matched) /* nothing more on this topic, stop scanning */ in command_help()
179 matched = 1; in command_help()
200 if (!matched) { in command_help()
/dragonfly/usr.sbin/cpucontrol/
HDintel.c250 goto matched; in intel_update()
256 goto matched; in intel_update()
261 matched: in intel_update()
/dragonfly/contrib/gcc-4.7/libgcc/
HDunwind-arm-common.inc702 void *matched;
710 matched = (void *)(ucbp + 1);
719 &matched);
735 = (_uw) matched;
740 ucbp->barrier_cache.bitpattern[0] = (_uw) matched;
745 /* Handler out of range, or not matched. */
759 /* Catch handler not matched. Advance to the next descriptor. */
773 void *matched;
777 matched = (void *)(ucbp + 1);
781 &matched))
[all …]
/dragonfly/contrib/binutils-2.27/libiberty/
HDfnmatch.c175 goto matched; in fnmatch()
184 matched:; in fnmatch()
/dragonfly/contrib/gcc-8.0/libiberty/
HDfnmatch.c175 goto matched; in fnmatch()
184 matched:; in fnmatch()
/dragonfly/contrib/binutils-2.34/libiberty/
HDfnmatch.c175 goto matched; in fnmatch()
184 matched:; in fnmatch()
/dragonfly/contrib/gcc-4.7/libiberty/
HDfnmatch.c175 goto matched; in fnmatch()
184 matched:; in fnmatch()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/
Dregex102 * Specifies that when a regular expression is matched against a character
110 * the speed with which regular expressions are matched, and less to the
235 * The expression \\b is not matched against the sub-sequence
241 * The expression \\b should not be matched against the sub-sequence
281 * @li $& The matched substring.
282 * @li $` The portion of @a string that precedes the matched substring.
284 * @li $' The portion of @a string that follows the matched substring.
1090 * A sequence of characters matched by a particular marked sub-expression.
1093 * matched subexpression within a regular expression pattern match. Such
1095 * of a similar base character type as the pattern matched by the regular
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/
Dregex102 * Specifies that when a regular expression is matched against a character
110 * the speed with which regular expressions are matched, and less to the
235 * The expression \\b is not matched against the sub-sequence
241 * The expression \\b should not be matched against the sub-sequence
281 * @li $& The matched substring.
282 * @li $` The portion of @a string that precedes the matched substring.
284 * @li $' The portion of @a string that follows the matched substring.
1093 * A sequence of characters matched by a particular marked sub-expression.
1096 * matched subexpression within a regular expression pattern match. Such
1098 * of a similar base character type as the pattern matched by the regular
[all …]
/dragonfly/contrib/grep/lib/
HDexclude.c384 bool matched = ((*matcher) (pattern, f, options) == 0); in exclude_fnmatch() local
388 for (p = f; *p && ! matched; p++) in exclude_fnmatch()
390 matched = ((*matcher) (pattern, p + 1, options) == 0); in exclude_fnmatch()
392 return matched; in exclude_fnmatch()
/dragonfly/crypto/libressl/crypto/x509/
HDpcy_tree.c297 int i, matched = 0; in tree_link_matching_nodes() local
305 matched = 1; in tree_link_matching_nodes()
308 if (!matched && last->anyPolicy) { in tree_link_matching_nodes()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
Dregex.h770 bool matched; in _GLIBCXX_VISIBILITY()
772 constexpr sub_match() : matched() { } in _GLIBCXX_VISIBILITY()
779 { return this->matched ? std::distance(this->first, this->second) : 0; } in _GLIBCXX_VISIBILITY()
793 return this->matched in _GLIBCXX_VISIBILITY()
806 return this->matched in _GLIBCXX_VISIBILITY()
1584 return (__size && _Base_type::operator[](0).matched) ? __size - 2 : 0; in _GLIBCXX_VISIBILITY()
1928 return __m[0].matched; in _GLIBCXX_VISIBILITY()
Dregex_grep_matcher.h62 { _M_results.at(__i).matched = __is_matched; } in _GLIBCXX_VISIBILITY()
/dragonfly/usr.sbin/authpf/
HDauthpf.c443 int matched; in allowed_luser() local
484 matched = strcmp(user, buf) == 0 || strcmp("*", buf) == 0; in allowed_luser()
491 if (matched) in allowed_luser()
/dragonfly/contrib/file/magic/Magdir/
HDsequent23 # byte 0xeb is matched before these get a chance.

12345