| /freebsd/crypto/krb5/src/lib/krb5/krb/ |
| H A D | sname_match.c | 31 krb5_sname_match(krb5_context context, krb5_const_principal matching, in krb5_sname_match() argument 34 if (matching == NULL) in krb5_sname_match() 37 if (matching->type != KRB5_NT_SRV_HST || matching->length != 2) in krb5_sname_match() 38 return krb5_principal_compare(context, matching, princ); in krb5_sname_match() 44 if (matching->realm.length != 0 && !data_eq(matching->realm, princ->realm)) in krb5_sname_match() 48 if (!data_eq(matching->data[0], princ->data[0])) in krb5_sname_match() 52 if (matching->data[1].length != 0 && !context->ignore_acceptor_hostname && in krb5_sname_match() 53 !data_eq(matching->data[1], princ->data[1])) in krb5_sname_match()
|
| H A D | t_sname_match.c | 87 krb5_principal matching, princ; in main() local 96 if (krb5_parse_name(ctx, t->matchstr, &matching) != 0) in main() 99 matching->type = KRB5_NT_PRINCIPAL; in main() 101 matching->type = KRB5_NT_SRV_HST; in main() 103 matching = NULL; in main() 109 if (krb5_sname_match(ctx, matching, princ) != t->result) in main() 112 krb5_free_principal(ctx, matching); in main()
|
| /freebsd/contrib/libarchive/tar/ |
| H A D | read.c | 69 static int unmatched_inclusions_warn(struct archive *matching, const char *); 76 if (unmatched_inclusions_warn(bsdtar->matching, in tar_mode_t() 95 if (unmatched_inclusions_warn(bsdtar->matching, in tar_mode_x() 151 if (archive_match_include_pattern(bsdtar->matching, in read_archive() 154 archive_error_string(bsdtar->matching)); in read_archive() 160 bsdtar->matching, bsdtar->names_from_file, in read_archive() 163 archive_error_string(bsdtar->matching)); in read_archive() 239 r = archive_match_path_unmatched_inclusions(bsdtar->matching); in read_archive() 290 r = archive_match_excluded(bsdtar->matching, entry); in read_archive() 293 archive_error_string(bsdtar->matching)); in read_archive() [all …]
|
| H A D | bsdtar.c | 270 bsdtar->matching = archive_match_new(); in main() 271 if (bsdtar->matching == NULL) in main() 342 bsdtar->matching, bsdtar->argument) != ARCHIVE_OK) in main() 349 bsdtar->matching, in main() 452 if (archive_match_include_pattern(bsdtar->matching, in main() 525 if (archive_match_include_date(bsdtar->matching, in main() 529 archive_error_string(bsdtar->matching)); in main() 532 if (archive_match_include_file_time(bsdtar->matching, in main() 536 archive_error_string(bsdtar->matching)); in main() 539 if (archive_match_include_date(bsdtar->matching, in main() [all …]
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | NAME_CONSTRAINTS_check.pod | 19 I<x> satisfy the name constraints I<nc>. It implements the matching 50 NAME_CONSTRAINTS_check() implements matching for the following 79 For B<dNSName> entries, matching follows the byte/label algorithm of 81 protocol-specific matching rules apply. Because this match is performed 83 matching rules defined by later or more specific protocols must be 100 prevent computationally expensive matching on pathological input. If that 102 performing any matching. The current limit is 2**20 (1,048,576) on the 132 A general-name type for which matching is not implemented was encountered. 144 subtree count exceeded the implementation limit; no matching was 149 Other B<X509_V_ERR_*> codes may be returned by deeper name-matching [all …]
|
| H A D | BIO_find_type.pod | 20 B<BIO_TYPE_SOURCE_SINK>) then the next matching B<BIO> of the given general type is 21 searched for. BIO_find_type() returns the next matching B<BIO> or NULL if none is 37 BIO_find_type() returns a matching BIO or NULL for no match.
|
| H A D | X509_NAME_get_index_by_NID.pod | 33 the next index matching B<nid> or B<obj> after B<lastpos>. B<lastpos> 57 of minimal use in practice. They can only find the first matching 64 X509_NAME_get_entry() on any matching indices and then the 78 return the index of the next matching entry or -1 if not found.
|
| H A D | DH_new_by_nid.pod | 28 any named safe prime group. It returns the NID corresponding to the matching 36 DH_get_nid() returns the NID of the matching set of parameters for p and g
|
| H A D | DEFINE_STACK_OF.pod | 147 B<sk_I<TYPE>_delete_ptr>() deletes element matching I<ptr> from I<sk>. It 148 returns the deleted element or NULL if no element matching I<ptr> was found. 180 matching element or B<-1> if there is no match. 183 comparison function has been specified and no matching element is found. 186 present in I<sk>. The function also does not guarantee that the first matching 190 sets the I<*pnum> to number of matching elements in the stack. In case 192 to 1 if matching element was found, 0 otherwise. 222 matching element. In particular B<0> indicates a matching first element.
|
| /freebsd/crypto/heimdal/lib/wind/ |
| H A D | rfc4518.txt | 30 specifications did not precisely define how character string matching 33 algorithms for character-based matching rules defined for use in 40 A Lightweight Directory Access Protocol (LDAP) [RFC4510] matching 46 True - the attribute contains a matching value, 48 False - the attribute contains no matching value, 51 a matching value. 63 For instance, the caseIgnoreMatch matching rule may be used to 70 things) value syntaxes and matching rules for comparing values 74 The caseIgnoreMatch matching rule [X.520], for example, is simply 80 insensitive matching implementation that folded lowercase characters [all …]
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/ |
| H A D | man.ListProbesWithNames | 64 * RESULT: matching list of probes with module genunix and 73 * RESULT: matching list of probes with provider sysinfo, module 77 * RESULT: matching list of probes with module genunix 85 * RESULT: matching list of probes with and function read. 89 * RESULT: matching list of probes with provider profile and function 94 * RESULT: matching list of both read and write probes.
|
| H A D | man.TraceModule | 71 * RESULT: Number of probes matching the description genunix 84 * RESULT: tracing of all the probes matching provider fbt and module 89 * RESULT: tracing of all the probes matching module genunix with 94 * RESULT: tracing of all the probes matching module genunix with 112 * RESULT: tracing of all the probes matching module genunix,
|
| H A D | man.ListProbesWithFunctions | 48 * RESULT: matching list of probes with function read. 52 * RESULT: matching list of probes with module genunix and 57 * RESULT: matching list of probes with provider sysinfo, module 74 * RESULT: matching list of both read and write probes.
|
| H A D | man.TraceProvider | 56 * RESULT: matching traces of both profile and syscall probes. 69 * RESULT: Traces of all the matching profile probes with the 79 * RESULT: Traces of the matching profile probe with the
|
| H A D | man.ListProbesWithModules | 44 * RESULT: matching list of probes with module name genunix. 48 * RESULT: matching list of probes with provider vtrace and module 61 * RESULT: matching list of both genunix and unix probes.
|
| H A D | man.TraceFunctions | 47 * RESULT: tracing of matching list of probes with function read. 55 * RESULT: tracing of matching list of probes with function read. 88 * RESULT: Count of matching read probes and invalid probe specifier
|
| /freebsd/contrib/kyua/admin/ |
| H A D | check-api-docs.awk | 43 /engine\/kyuafile\.cpp.*no matching class member/ {next} 46 /utils\/optional\.ipp.*no matching file member/ {next} 57 /utils\/stacktrace_test\.cpp.*no matching class member/ {next}
|
| /freebsd/crypto/openssh/ |
| H A D | kex-names.c | 246 char *list = NULL, *ret = NULL, *matching = NULL, *opatterns = NULL; in kex_assemble_names() local 306 free(matching); in kex_assemble_names() 307 if ((matching = match_filter_allowlist(all, cp)) == NULL) { in kex_assemble_names() 311 if ((tmp = kex_names_cat(ret, matching)) == NULL) { in kex_assemble_names() 331 free(matching); in kex_assemble_names()
|
| /freebsd/sys/contrib/device-tree/Bindings/hsi/ |
| H A D | omap-ssi.txt | 11 - reg: Contains a matching register specifier for each entry 14 - interrupts: Contains matching interrupt information for each entry 22 - clocks: Contains a matching clock specifier for each entry in 34 - reg: Contains a matching register specifier for each entry
|
| /freebsd/contrib/libarchive/cpio/ |
| H A D | cpio.c | 179 cpio->matching = archive_match_new(); in main() 180 if (cpio->matching == NULL) in main() 225 cpio->matching, cpio->argument, in main() 228 archive_error_string(cpio->matching)); in main() 234 if (archive_match_exclude_pattern(cpio->matching, in main() 237 archive_error_string(cpio->matching)); in main() 416 if (archive_match_include_pattern(cpio->matching, in main() 419 archive_error_string(cpio->matching)); in main() 439 archive_match_free(cpio->matching); in main() 1005 r = archive_match_path_excluded(cpio->matching, entry); in mode_in() [all …]
|
| /freebsd/sys/dev/bhnd/ |
| H A D | bhnd_erom_if.m | 150 * @param[out] core On success, the matching core info record. 153 * @retval ENOENT No core matching @p desc was found. 166 * If a core matching @p desc is not found, or the requested port region 167 * is not mapped to the matching core, ENOENT is returned. 180 * @retval ENOENT No core matching @p desc was found. 181 * @retval ENOENT No port region matching @p type, @p port, and @p region
|
| /freebsd/crypto/heimdal/lib/roken/ |
| H A D | glob.hin | 59 int gl_matchc; /* Count of paths matching pattern. */ 62 char **gl_pathv; /* List of paths matching pattern. */ 81 #define GLOB_MARK 0x0008 /* Append / to matching directories. */
|
| /freebsd/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | motorola-cpcap.txt | 35 detect interrupt matching "hs" and microphone bias 2 36 detect interrupt matching "mb2" in interrupt-names.
|
| /freebsd/sbin/pfctl/tests/files/ |
| H A D | pf1074.fail | 1 no routing address with matching address family found.
|
| H A D | pf0023.in | 1 #test negated interface matching
|