/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() 238 archive_match_path_unmatched_inclusions(bsdtar->matching) == 0) in read_archive() 285 if (archive_match_excluded(bsdtar->matching, entry)) in read_archive() 386 unmatched_inclusions_warn(struct archive *matching, const char *msg) in unmatched_inclusions_warn() argument [all …]
|
H A D | bsdtar.c | 260 bsdtar->matching = archive_match_new(); in main() 261 if (bsdtar->matching == NULL) in main() 332 bsdtar->matching, bsdtar->argument) != ARCHIVE_OK) in main() 339 bsdtar->matching, in main() 442 if (archive_match_include_pattern(bsdtar->matching, in main() 515 if (archive_match_include_date(bsdtar->matching, in main() 519 archive_error_string(bsdtar->matching)); in main() 522 if (archive_match_include_file_time(bsdtar->matching, in main() 526 archive_error_string(bsdtar->matching)); in main() 529 if (archive_match_include_date(bsdtar->matching, in main() [all …]
|
/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/crypto/openssl/doc/man3/ |
H A D | BIO_find_type.pod | 20 B<BIO_TYPE_SOURCE_SINK>) then the next matching BIO of the given general type is 21 searched for. BIO_find_type() returns the next matching 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 | 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. 176 matching element is returned or B<-1> if there is no match. In the case 178 B<sk_I<TYPE>_find>() returns the index of a matching element or B<-1> if there 187 comparison function has been specified and no matching element is found. 190 present in I<sk>. The function also does not guarantee that the first matching 194 sets the I<*pnum> to number of matching elements in the stack. In case 196 to 1 if matching element was found, 0 otherwise. 226 matching element. In particular B<0> indicates a matching firs [all...] |
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 | X509_check_host.pod | 5 X509_check_host, X509_check_email, X509_check_ip, X509_check_ip_asc - X.509 certificate matching 21 The certificate matching functions are used to check whether a 45 pointer to a copy of the matching SAN or CN from the peer certificate 103 precedence and the subject DN is not checked for matching names.
|
/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/contrib/libarchive/cpio/ |
H A D | cpio.c | 169 cpio->matching = archive_match_new(); in main() 170 if (cpio->matching == NULL) in main() 215 cpio->matching, cpio->argument, in main() 218 archive_error_string(cpio->matching)); in main() 224 if (archive_match_exclude_pattern(cpio->matching, in main() 227 archive_error_string(cpio->matching)); in main() 402 if (archive_match_include_pattern(cpio->matching, in main() 405 archive_error_string(cpio->matching)); in main() 425 archive_match_free(cpio->matching); in main() 990 if (archive_match_path_excluded(cpio->matching, entry)) in mode_in() [all …]
|
/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/contrib/wpa/src/utils/ |
H A D | trace.c | 73 char **matching; in open_bfd() local 87 if (!bfd_check_format_matches(abfd, bfd_object, &matching)) { in open_bfd() 89 free(matching); in open_bfd()
|
/freebsd/sbin/pfctl/tests/files/ |
H A D | pf0023.in | 1 #test negated interface matching
|
H A D | pf0035.in | 1 #test matching on tos
|
/freebsd/contrib/tcsh/nls/C/ |
H A D | set6 | 8 6 No matching command\n
|
/freebsd/contrib/dialog/samples/copifuncs/ |
H A D | copi.ifmcfg2 | 46 # first matching is used. 47 # of multiple "PhoneTrans", "ModemConnect", "ModemError" lines, all matching
|