Home
last modified time | relevance | path

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

12345678910>>...48

/freebsd/contrib/less/
H A Dpattern.c299 * Set sp[0] and ep[0] to the start and end of the matched string.
300 * Set sp[i] and ep[i] to the start and end of the i-th matched subpattern.
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()
[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/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/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/crypto/openssl/doc/man3/
H A DSSL_set1_host.pod54 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 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
313 mdpth ? "matched the TA" : "matched the EE", mdpth);
315 printf(bio, "matched the peer raw public key\n");
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_CTX_dane_enable.3157 the matched DANE trust\-anchor after successful connection completion.
159 0 if an EE TLSA record directly matched the leaf certificate, or a positive
160 number indicating the depth at which a TA record matched an issuer certificate.
165 If the \fBmcert\fR argument is not \fBNULL\fR and a TLSA record matched a chain
173 If no TLSA records directly matched any elements of the certificate chain, but
184 matched the peer certificate chain.
237 nonnegative value indicates the chain depth at which the TLSA record matched a
251 The actual name matched in the certificate (which might be a wildcard) is
374 \& mdpth ? "matched the TA" : "matched the EE", mdpth);
376 \& printf(bio, "matched the peer raw public key\en");
[all …]
H A DSSL_set1_host.3116 from the peer certificate that matched one of the reference
118 matched in the peer certificate may be a wildcard name. When one
121 rather than a fixed name, the matched peer name may be a sub\-domain
141 matched. Otherwise, it returns the matched peername. To determine
149 matched in the certificate (which might be a wildcard) is retrieved,
166 \& /* Name checks were in scope and matched the peername */
/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/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/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.c70 static bool procmatches(struct mprintc *mc, struct parsec *pc, bool matched);
95 * The last pattern matched wins exclusion/inclusion in file_matching()
114 * The last pattern matched wins exclusion/inclusion in dir_matching()
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()
296 /* 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.
426 * This continuation matched. Print in match()
2140 int matched; in magiccheck() local
2198 matched = 1; in magiccheck()
2202 matched = isunordered(fl, fv) ? 1 : fv != fl; in magiccheck()
2206 matched = isunordered(fl, fv) ? 0 : fv == fl; in magiccheck()
2210 matched = isgreater(fv, fl); in magiccheck()
2214 matched = isless(fv, fl); in magiccheck()
2222 return matched; in magiccheck()
2231 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/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h45 // 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.
225 // set, only search the existing matched function. Otherwise, try matching the
/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/heimdal/kuser/
H A Dcopy_cred_cache.c89 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/krb5/src/man/
H A Dk5identity.man54 If the realm of the server principal is known, it is matched
62 component is matched against \fIvalue\fP, which may be a pattern using
67 component is converted to lower case and matched against \fIvalue\fP,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp205 !MatchUnusedFunction // Find matched function only in longestCommonSequence()
235 << " is matched from " << Loc << " to " << Candidate in matchNonCallsiteLocs()
240 // The locations in LastMatchedNonAnchors have been matched forwards in matchNonCallsiteLocs()
262 LLVM_DEBUG(dbgs() << "Location is matched from " << Loc << " to " in matchNonCallsiteLocs()
291 // non-anchor locations between the two anchors evenly, first half are matched
292 // based on the start anchor, second half are matched based on the end anchor.
361 // Apply the matching in place to find the new function's matched profile. in runOnFunction()
465 // Update the state if it's not matched(UnchangedMatch or in recordCallsiteMatchStates()
493 // Even the current-level function checksum is matched, it's possible that the in countMismatchedFuncSamples()
635 << TotalProfiledFunc << ") of functions' profile are matched and (" in computeAndReportProfileStaleness()
[all …]
/freebsd/share/man/man4/
H A Dng_tag.474 Packets with matched tags are forwarded to
248 mkpeer dcbpf: tag matched th1
249 name dcbpf:matched ngdc
283 .Dq Li matched
286 ngctl msg dcbpf: setprogram { thisHook=\e"matched\e" ifMatch=\e"ipfw\e" \e

12345678910>>...48