Home
last modified time | relevance | path

Searched full:matched (Results 1 – 25 of 1131) sorted by relevance

12345678910>>...46

/freebsd/contrib/less/
H A Dpattern.c295 * Set sp[0] and ep[0] to the start and end of the matched string.
296 * Set sp[i] and ep[i] to the start and end of the i-th matched subpattern.
301 int matched; in match_pattern1() local
308 matched = match(tpattern, strlen(tpattern), line + line_off, line_len - line_off, &sp, &ep, nsp); in match_pattern1()
316 matched = re_search(pattern, line, line_len, line_off, line_len - line_off, &search_regs) >= 0; in match_pattern1()
317 if (matched) in match_pattern1()
336 matched = !regexec(pattern, line, RM_COUNT, rm, flags); in match_pattern1()
337 if (matched) in match_pattern1()
374 matched = (mcount > 0); in match_pattern1()
397 matched = (mcount > 0); in match_pattern1()
[all …]
/freebsd/usr.bin/vgrind/
H A Dregexp.c317 * 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 Dtsan_suppressions.cpp101 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 Dmac_bsdextended.h55 #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 Dkillall.c130 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 DSSL_set1_host.pod47 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 DSSL_CTX_dane_enable.pod95 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/contrib/tcsh/
H A Dglob.393 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/lib/libc/gen/
H A Dglob.392 stores the number of matched pathnames into the
100 matched paths is set to zero.
184 with the number of total pathnames set to 1, and the number of matched
308 to reflect any paths already matched.
352 contains the total number of matched pathnames so far.
361 contains the number of matched pathnames in the current invocation of
377 list of matched pathnames.
401 or more patterns were matched.
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_set1_host.3182 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 DSSL_CTX_dane_enable.3230 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 Dlex.127 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/contrib/kyua/engine/
H A Dfilters.cpp269 /// \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/crypto/krb5/src/plugins/tls/k5tls/
H A Dopenssl.c85 * includes a wildcard, return true and note that we matched a wildcard.
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/usr.bin/grep/
H A Dutil.c69 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()
272 procmatches(struct mprintc *mc, struct parsec *pc, bool matched) in procmatches() argument
290 if (matched) { in procmatches()
295 /* XXX TODO: Decrement by number of matched lines */ in procmatches()
[all …]
H A Dgrep.1121 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/file/src/
H A Dsoftmagic.c188 * successfully matched continuation.
425 * This continuation matched. Print in match()
2106 int matched; in magiccheck() local
2164 matched = 1; in magiccheck()
2168 matched = isunordered(fl, fv) ? 1 : fv != fl; in magiccheck()
2172 matched = isunordered(fl, fv) ? 0 : fv == fl; in magiccheck()
2176 matched = isgreater(fv, fl); in magiccheck()
2180 matched = isless(fv, fl); in magiccheck()
2188 return matched; in magiccheck()
2197 matched = 1; in magiccheck()
[all …]
/freebsd/contrib/tcp_wrappers/
H A Dhosts_access.558 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/sys/dev/usb/input/
H A Datp.c304 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()
1407 continue; /* skip matched components */ in fg_match_strokes_against_pspans()
1410 if (pspans[i].matched) in fg_match_strokes_against_pspans()
1411 continue; /* skip matched pspans */ in fg_match_strokes_against_pspans()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp252 !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 DMipsELFObjectWriter.cpp40 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 Dmatchjobs.c415 * 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/utils/TableGen/GlobalISel/
H A DGIMatchDagInstr.h
/freebsd/crypto/krb5/doc/html/_sources/user/user_config/
H A Dk5identity.rst.txt24 If the realm of the server principal is known, it is matched
32 component is matched against *value*, which may be a pattern using
37 component is converted to lower case and matched against *value*,
/freebsd/crypto/krb5/doc/user/user_config/
H A Dk5identity.rst24 If the realm of the server principal is known, it is matched
32 component is matched against *value*, which may be a pattern using
37 component is converted to lower case and matched against *value*,

12345678910>>...46