/freebsd/contrib/less/ |
H A D | pattern.c | 293 * Set sp[0] and ep[0] to the start and end of the matched string. 294 * Set sp[i] and ep[i] to the start and end of the i-th matched subpattern. 299 int matched; in match_pattern1() local 305 matched = match(tpattern, strlen(tpattern), line, line_len, &sp, &ep, nsp); in match_pattern1() 313 matched = re_search(pattern, line, line_len, 0, line_len, &search_regs) >= 0; in match_pattern1() 314 if (matched) in match_pattern1() 331 matched = !regexec(pattern, line, RM_COUNT, rm, flags); in match_pattern1() 332 if (matched) in match_pattern1() 369 matched = (mcount > 0); in match_pattern1() 392 matched = (mcount > 0); in match_pattern1() [all …]
|
/freebsd/usr.bin/vgrind/ |
H A D | regexp.c | 317 * characters matched will be copied into 327 * character matched. 340 bool matched; /* a temporary bool */ in expmatch() local 346 matched = false; in expmatch() 354 matched = !STRNCMP (s, SSTR(cs), SCNT(cs)); in expmatch() 355 if (matched) { in expmatch() 368 matched = 1; /* indicate a successful match */ in expmatch() 382 if (matched) in expmatch() 397 /* the subexpression matched */ in expmatch() 398 matched = 1; in expmatch() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_suppressions.cpp | 101 VPrintf(2, "ThreadSanitizer: matched suppression '%s'\n", (*sp)->templ); in IsSuppressed() 139 VPrintf(2, "ThreadSanitizer: matched suppression '%s'\n", s->templ); in IsSuppressed() 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() 156 Printf("ThreadSanitizer: Matched %d suppressions (pid=%d):\n", 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() [all …]
|
/freebsd/sys/security/mac_bsdextended/ |
H A D | mac_bsdextended.h | 55 #define MBS_UID_DEFINED 0x00000001 /* uid field should be matched */ 56 #define MBS_GID_DEFINED 0x00000002 /* gid field should be matched */ 57 #define MBS_PRISON_DEFINED 0x00000004 /* prison field should be matched */ 71 #define MBO_UID_DEFINED 0x00000001 /* uid field should be matched */ 72 #define MBO_GID_DEFINED 0x00000002 /* gid field should be matched */ 73 #define MBO_FSID_DEFINED 0x00000004 /* fsid field should be matched */ 78 #define MBO_TYPE_DEFINED 0x00000080 /* object type should be matched */
|
/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/crypto/openssl/doc/man3/ |
H A D | SSL_set1_host.pod | 47 from the peer certificate that matched one of the reference 49 matched in the peer certificate may be a wildcard name. When one 52 rather than a fixed name, the matched peer name may be a sub-domain 71 matched. Otherwise, it returns the matched peername. To determine 80 matched in the certificate (which might be a wildcard) is retrieved, 96 /* 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 311 depth ? "matched TA certificate" : "matched EE certificate", 315 /* Name checks were in scope and matched the peername */ [all …]
|
/freebsd/lib/libc/gen/ |
H A D | glob.3 | 89 stores the number of matched pathnames into the 97 matched paths is set to zero. 181 with the number of total pathnames set to 1, and the number of matched 291 to reflect any paths already matched. 324 contains the total number of matched pathnames so far. 331 contains the number of matched pathnames in the current invocation of 345 list of matched pathnames. 367 or more patterns were matched.
|
/freebsd/contrib/tcsh/ |
H A D | glob.3 | 93 stores the number of matched pathnames into the 101 matched paths is set to zero. 185 with the number of total pathnames is set to 1, and the number of matched 301 to reflect any paths already matched. 344 contains the total number of matched pathnames so far. 351 contains the number of matched pathnames in the current invocation of 365 list of matched pathnames. 399 patterns were matched.
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | SSL_set1_host.3 | 182 from the peer certificate that matched one of the reference 184 matched in the peer certificate may be a wildcard name. When one 187 rather than a fixed name, the matched peer name may be a sub-domain 205 matched. Otherwise, it returns the matched peername. To determine 213 matched in the certificate (which might be a wildcard) is retrieved, 230 \& /* Name checks were in scope and matched the peername */
|
H A D | SSL_CTX_dane_enable.3 | 230 the matched \s-1DANE\s0 trust-anchor after successful connection completion. 232 0 if an \s-1EE TLSA\s0 record directly matched the leaf certificate, or a positive 233 number indicating the depth at which a \s-1TA\s0 record matched an issuer certificate. 238 If the \fBmcert\fR argument is not \fB\s-1NULL\s0\fR and a \s-1TLSA\s0 record matched a chain 246 If no \s-1TLSA\s0 records directly matched any elements of the certificate chain, but 257 matched the peer certificate chain. 310 nonnegative value indicates the chain depth at which the \s-1TLSA\s0 record matched a 324 The actual name matched in the certificate (which might be a wildcard) is 445 \& depth ? "matched TA certificate" : "matched EE certificate", 449 \& /* Name checks were in scope and matched the peername */ [all …]
|
/freebsd/usr.bin/lex/ |
H A D | lex.1 | 27 How The Input Is Matched 28 the rules for determining what has been matched 31 how to specify what to do when a pattern is matched 127 By default, any text not matched by a 395 text matched by s is included when determining 399 sees the text matched by r. This type 571 .SH HOW THE INPUT IS MATCHED 593 corresponding to the matched pattern is then executed (a more 599 is executed: the next character in the input is considered matched and 710 action is empty, then when the pattern is matched the input token [all …]
|
/freebsd/usr.bin/grep/ |
H A D | util.c | 69 static bool procmatches(struct mprintc *mc, struct parsec *pc, bool matched); 94 * The last pattern matched wins exclusion/inclusion in file_matching() 113 * The last pattern matched wins exclusion/inclusion in dir_matching() 131 bool matched, ok; in grep_tree() local 134 matched = false; in grep_tree() 192 matched = true; in grep_tree() 200 return (matched); in grep_tree() 258 procmatches(struct mprintc *mc, struct parsec *pc, bool matched) in procmatches() argument 276 if (matched) { in procmatches() 281 /* XXX TODO: Decrement by number of matched lines */ in procmatches() [all …]
|
H A D | grep.1 | 121 The offset in bytes of a matched pattern is 122 displayed in front of the respective matched line. 211 Patterns are matched to the full path specified, 245 is empty, nothing is matched. 282 Patterns are matched to the full path specified, 445 This variable specifies the color used to highlight matched (non-empty) text. 540 the line number and the offset in the file for those lines that matched.
|
/freebsd/contrib/kyua/engine/ |
H A D | filters.cpp | 269 /// \return A boolean indicating if the test case is matched by any filter and, 292 /// Calculates the filters that have not matched any tests. 294 /// \param matched The filters that did match some tests. This must be a subset 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() 383 /// \return Returns the set of filters that have not matched any tests. This
|
/freebsd/contrib/tcp_wrappers/ |
H A D | hosts_access.5 | 58 below) that will be matched against the client host name or address. 72 A string that begins with a `.\' character. A host name is matched if 77 A string that ends with a `.\' character. A host address is matched if 83 (formerly YP) netgroup name. A host name is matched if it is a host 88 `net/mask\' pair. A host address is matched if `net\' is equal to the 94 `[net]/prefixlen\' pair. A IPv6 host address is matched if 101 name. A host name or address is matched if it matches any host name 141 If the first-matched access control rule contains a shell command, that
|
/freebsd/contrib/file/src/ |
H A D | softmagic.c | 188 * successfully matched continuation. 425 * This continuation matched. Print in match() 2102 int matched; in magiccheck() local 2160 matched = 1; in magiccheck() 2164 matched = isunordered(fl, fv) ? 1 : fv != fl; in magiccheck() 2168 matched = isunordered(fl, fv) ? 0 : fv == fl; in magiccheck() 2172 matched = isgreater(fv, fl); in magiccheck() 2176 matched = isless(fv, fl); in magiccheck() 2184 return matched; in magiccheck() 2193 matched = 1; in magiccheck() [all …]
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
H A D | GIMatchDagInstr.h |
|
/freebsd/sys/dev/usb/input/ |
H A D | atp.c | 305 boolean_t matched; /* to track pspans as they match against strokes. */ member 343 boolean_t matched; member 605 boolean_t matched; /*to track components as they match against pspans.*/ member 620 boolean_t matched; /* to track match against fingers.*/ member 1261 spans[i].matched = false; /* not yet matched against a stroke */ in fg_detect_pspans() 1315 fingers[n_fingers].matched = false; in wsp_interpret_sensor_data() 1407 if (strokep->components[axis].matched) in fg_match_strokes_against_pspans() 1408 continue; /* skip matched components */ in fg_match_strokes_against_pspans() 1411 if (pspans[i].matched) in fg_match_strokes_against_pspans() 1412 continue; /* skip matched pspans */ in fg_match_strokes_against_pspans() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleProfileMatcher.cpp | 252 !MatchUnusedFunction /* Find matched function only */)) in longestCommonSequence() 289 << " is matched from " << Loc << " to " << Candidate in matchNonCallsiteLocs() 294 // The locations in LastMatchedNonAnchors have been matched forwards in matchNonCallsiteLocs() 316 LLVM_DEBUG(dbgs() << "Location is matched from " << Loc << " to " in matchNonCallsiteLocs() 345 // non-anchor locations between the two anchors evenly, first half are matched 346 // based on the start anchor, second half are matched based on the end anchor. 415 // Apply the matching in place to find the new function's matched profile. in runOnFunction() 417 // it's top-level, even if the profile is matched, it's not found in the in runOnFunction() 518 // Update the state if it's not matched(UnchangedMatch or in recordCallsiteMatchStates() 546 // Even the current-level function checksum is matched, it's possible that the in countMismatchedFuncSamples() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsELFObjectWriter.cpp | 40 bool Matched = false; ///< Is this relocation part of a match. member 46 Out << ", Matched=" << Matched; in print() 116 unsigned Matched = Predicate(*I); in find_best() local 117 if (Matched != FindBest_NoMatch) { in find_best() 125 if (Matched == FindBest_PerfectMatch) { in find_best() 182 if (!X.Matched && in isMatchingReloc() 201 return PreviousBest.Matched && !Candidate.Matched; in compareMatchingRelocs() 478 // If we matched then insert the high part in front of the match and mark in sortRelocs() 493 InsertionPoint->Matched = true; in sortRelocs() 494 Sorted.insert(InsertionPoint, R)->Matched = true; in sortRelocs()
|
/freebsd/usr.sbin/lpr/common_source/ |
H A D | matchjobs.c | 415 * Keep track of which jobs have already been matched by this in match_jobspec() 468 * want to know the userid of this job that matched. in match_jobspec() 473 printf("\t [ job matched! ]\n"); in match_jobspec() 488 * to the matched job -- including the removal of it. 490 * This returns the number of jobs which were matched. 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/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | SampleProfileMatcher.h | 45 // InitialMatch stays matched after fuzzy profile matching. 69 // indicating whether they are matched. This is used as a cache for the 80 // which maps the function name to the matched profile name. This is used 85 // the original matched symbols before the matching. this is to determine if 86 // the profile is unused(to be matched) or not. 236 // set, only search the existing matched function. Otherwise, try matching the
|
/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/share/man/man8/ |
H A D | debug.sh.8 | 68 if we matched 75 matched. 80 was a matched
|