| /freebsd/contrib/less/ |
| H A D | pattern.c | 305 int matched; in match_pattern1() local 312 matched = match(tpattern, strlen(tpattern), line + line_off, line_len - line_off, &sp, &ep, nsp); in match_pattern1() 320 matched = re_search(pattern, line, line_len, line_off, line_len - line_off, &search_regs) >= 0; in match_pattern1() 321 if (matched) in match_pattern1() 340 matched = !regexec(pattern, line, RM_COUNT, rm, flags); in match_pattern1() 341 if (matched) in match_pattern1() 378 matched = (mcount > 0); in match_pattern1() 401 matched = (mcount > 0); in match_pattern1() 402 if (matched) in match_pattern1() 425 matched = (re_exec(line + line_off) == 1); in match_pattern1() [all …]
|
| /freebsd/usr.bin/killall/ |
| H A D | killall.c | 130 int matched; in main() local 344 matched = 1; in main() 347 matched = 0; in main() 351 matched = 0; in main() 366 matched = 0; in main() 370 matched = 0; in main() 374 matched = 0; in main() 375 if (matched == 0) in main() 378 matched = 0; in main() 392 matched = 1; in main() [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_suppressions.cpp | 148 InternalMmapVector<Suppression *> matched; in PrintMatchedSuppressions() local 150 suppression_ctx->GetMatched(&matched); in PrintMatchedSuppressions() 151 if (!matched.size()) in PrintMatchedSuppressions() 154 for (uptr i = 0; i < matched.size(); i++) in PrintMatchedSuppressions() 155 hit_count += atomic_load_relaxed(&matched[i]->hit_count); in PrintMatchedSuppressions() 158 for (uptr i = 0; i < matched.size(); i++) { in PrintMatchedSuppressions() 159 Printf("%d %s:%s\n", atomic_load_relaxed(&matched[i]->hit_count), in PrintMatchedSuppressions() 160 matched[i]->type, matched[i]->templ); in PrintMatchedSuppressions()
|
| /freebsd/contrib/openresolv/ |
| H A D | resolvconf.in | 126 -C \$PATTERN Deprecate DNS information for matched key 127 -c \$PATTERN Configure DNS information for matched key 128 -d \$PATTERN Delete DNS information from the matched key 560 matched=false 565 matched=true 570 if ! $matched; then 687 matched= 698 matched="$matched${matched:+ }$i" 703 if [ -z "$matched" ]; then 706 list="$matched"
|
| /freebsd/usr.bin/grep/ |
| H A D | util.c | 70 static bool procmatches(struct mprintc *mc, struct parsec *pc, bool matched); 132 bool matched, ok; in grep_tree() local 135 matched = false; in grep_tree() 193 matched = true; in grep_tree() 201 return (matched); in grep_tree() 273 procmatches(struct mprintc *mc, struct parsec *pc, bool matched) in procmatches() argument 291 if (matched) { in procmatches() 538 bool lastmatched, matched; in procline() local 566 matched = false; in procline() 626 matched = true; in procline() [all …]
|
| H A D | grep.c | 320 bool matched; local 707 matched = grep_tree(aargv); 709 for (matched = false; aargc--; ++aargv) { 713 matched = true; 717 matched = !matched; 723 exit(matched ? (file_err ? (qflag ? 0 : 2) : 0) : (file_err ? 2 : 1));
|
| /freebsd/sys/dev/usb/input/ |
| H A D | atp.c | 304 boolean_t matched; /* to track pspans as they match against strokes. */ member 342 boolean_t matched; member 604 boolean_t matched; /*to track components as they match against pspans.*/ member 619 boolean_t matched; /* to track match against fingers.*/ member 1260 spans[i].matched = false; /* not yet matched against a stroke */ in fg_detect_pspans() 1314 fingers[n_fingers].matched = false; in wsp_interpret_sensor_data() 1406 if (strokep->components[axis].matched) in fg_match_strokes_against_pspans() 1410 if (pspans[i].matched) in fg_match_strokes_against_pspans() 1417 strokep->components[axis].matched = true; in fg_match_strokes_against_pspans() 1423 pspans[i].matched = true; in fg_match_strokes_against_pspans() [all …]
|
| /freebsd/crypto/krb5/src/plugins/tls/k5tls/ |
| H A D | openssl.c | 177 krb5_boolean found_ip_san = FALSE, matched = FALSE; in check_cert_address() local 205 matched = (ASN1_OCTET_STRING_cmp(ip, san->d.iPAddress) == 0); in check_cert_address() 206 if (matched) in check_cert_address() 214 return matched; in check_cert_address() 236 krb5_boolean found_dns_san = FALSE, matched = FALSE; in check_cert_servername() local 252 matched = domain_match((char *)dnsname, name_length, expected); in check_cert_servername() 254 if (matched) in check_cert_servername() 260 if (matched) in check_cert_servername() 263 return matched; in check_cert_servername()
|
| /freebsd/contrib/file/src/ |
| H A D | softmagic.c | 2176 int matched; in magiccheck() local 2234 matched = 1; in magiccheck() 2238 matched = isunordered(fl, fv) ? 1 : fv != fl; in magiccheck() 2242 matched = isunordered(fl, fv) ? 0 : fv == fl; in magiccheck() 2246 matched = isgreater(fv, fl); in magiccheck() 2250 matched = isless(fv, fl); in magiccheck() 2258 return matched; in magiccheck() 2267 matched = 1; in magiccheck() 2271 matched = isunordered(dv, dl) ? 1 : dv != dl; in magiccheck() 2275 matched = isunordered(dv, dl) ? 0 : dv == dl; in magiccheck() [all …]
|
| /freebsd/crypto/heimdal/kuser/ |
| H A D | copy_cred_cache.c | 89 unsigned int matched; in copy_cred_cache() local 152 matchfunc, &ctx, &matched); in copy_cred_cache() 157 if(matched == 0) in copy_cred_cache() 162 return matched == 0; in copy_cred_cache()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_set1_host.pod | 54 from the peer certificate that matched one of the reference 56 matched in the peer certificate may be a wildcard name. When one 59 rather than a fixed name, the matched peer name may be a sub-domain 80 matched. Otherwise, it returns the matched peername. To determine 89 matched in the certificate (which might be a wildcard) is retrieved, 105 /* Name checks were in scope and matched the peername */
|
| H A D | SSL_CTX_dane_enable.pod | 95 the matched DANE trust-anchor after successful connection completion. 97 0 if an EE TLSA record directly matched the leaf certificate, or a positive 98 number indicating the depth at which a TA record matched an issuer certificate. 103 If the B<mcert> argument is not B<NULL> and a TLSA record matched a chain 111 If no TLSA records directly matched any elements of the certificate chain, but 122 matched the peer certificate chain. 176 nonnegative value indicates the chain depth at which the TLSA record matched a 191 The actual name matched in the certificate (which might be a wildcard) is 313 mdpth ? "matched the TA" : "matched the EE", mdpth); 315 printf(bio, "matched the peer raw public key\n"); [all …]
|
| H A D | NAME_CONSTRAINTS_check.pod | 32 The certificate's subject distinguished name, matched as a B<directoryName> 38 name, matched as an B<rfc822Name> general-name type. These attributes are 45 Each entry in the certificate's subject alternative name extension, matched 53 B<id-on-SmtpUTF8Mailbox> (RFC 8398) is additionally matched against 122 A name matched an excluded subtree. 137 A name in the certificate is encoded in a way that cannot be matched (for
|
| /freebsd/sys/dev/pci/ |
| H A D | isa_pci.c | 105 int matched = 0; in isab_pci_probe() local 112 matched = 1; in isab_pci_probe() 144 matched = 1; in isab_pci_probe() 152 if (matched) { in isab_pci_probe()
|
| /freebsd/contrib/kyua/engine/ |
| H A D | filters.cpp | 299 engine::test_filters::difference(const std::set< test_filter >& matched) const in difference() 302 matched.begin(), matched.end())); in difference() 306 matched.begin(), matched.end(), in difference()
|
| /freebsd/usr.sbin/lpr/common_source/ |
| H A D | matchjobs.c | 498 int cnt, matched, total; in scanq_jobspec() local 518 matched = match_jobspec(*qent, jspec); in scanq_jobspec() 519 if (!matched) in scanq_jobspec() 547 matched = match_jobspec(*qent, jspec); in scanq_jobspec() 548 if (!matched) in scanq_jobspec()
|
| /freebsd/stand/common/ |
| H A D | commands.c | 127 int hfd, matched, doindex; in command_help() local 159 matched = doindex; in command_help() 171 if (matched) { in command_help() 177 matched = 1; in command_help() 205 if (!matched) { in command_help()
|
| /freebsd/sbin/ifconfig/ |
| H A D | ifconfig_netlink.c | 264 bool matched, nomatched; in group_member_nl() local 273 matched = false; in group_member_nl() 278 if (match && !matched) in group_member_nl() 279 matched = !fnmatch(match, ifgroup, 0); in group_member_nl() 285 return (matched); in group_member_nl() 288 return (matched && nomatched); in group_member_nl()
|
| /freebsd/contrib/libarchive/libarchive/test/ |
| H A D | test_acl_platform_nfs4.c | 694 int matched; in compare_acls() local 756 for (i = 0, matched = 0; i < n && !matched; i++) { in compare_acls() 761 matched = 1; in compare_acls() 767 assert(matched == 1); in compare_acls() 788 int matched; in compare_entry_acls() local 814 for (i = 0, matched = 0; i < n && !matched; i++) { in compare_entry_acls() 822 matched = 1; in compare_entry_acls() 829 assert(matched == 1); in compare_entry_acls()
|
| H A D | test_acl_platform_posix1e.c | 228 int matched; local 259 for (i = 0, matched = 0; i < n && !matched; i++) { 264 matched = 1; 270 assert(matched == 1);
|
| /freebsd/usr.sbin/cpucontrol/ |
| H A D | intel.c | 235 goto matched; in intel_update() 241 goto matched; in intel_update() 246 matched: in intel_update()
|
| /freebsd/contrib/openbsm/libbsm/ |
| H A D | bsm_control.c | 261 int i, matched; in au_strtopol() local 270 matched = i = 0; in au_strtopol() 275 matched = 1; in au_strtopol() 280 if (!matched) { in au_strtopol()
|
| /freebsd/crypto/openssl/crypto/x509/ |
| H A D | x509_vfy.c | 2907 int matched = 0; in dane_match_cert() local 2954 for (i = 0; matched == 0 && i < recnum; ++i) { in dane_match_cert() 3004 matched = -1; in dane_match_cert() 3017 matched = 1; in dane_match_cert() 3018 if (matched || dane->mdpth < 0) { in dane_match_cert() 3020 matched = -1; in dane_match_cert() 3035 return matched; in dane_match_cert() 3042 int matched = 0; in check_dane_issuer() local 3054 if (cert != NULL && (matched = dane_match_cert(ctx, cert, depth)) < 0) in check_dane_issuer() 3055 return matched; in check_dane_issuer() [all …]
|
| /freebsd/contrib/bmake/ |
| H A D | str.c | 339 res.matched = neg; in Str_Match() 387 res.matched = true; in Str_Match() 398 res.matched = *str == '\0'; in Str_Match()
|
| /freebsd/crypto/openssh/ |
| H A D | match.c | 87 int active, matched = 0; in match_pattern() local 147 matched = states[M]; in match_pattern() 151 return matched; in match_pattern()
|