/dflybsd-src/contrib/libarchive/tar/ |
H A D | bsdtar.c | 275 bsdtar->matching = archive_match_new(); in main() 276 if (bsdtar->matching == NULL) in main() 348 bsdtar->matching, bsdtar->argument) != ARCHIVE_OK) in main() 355 bsdtar->matching, in main() 431 if (archive_match_include_pattern(bsdtar->matching, in main() 504 if (archive_match_include_date(bsdtar->matching, in main() 508 archive_error_string(bsdtar->matching)); in main() 511 if (archive_match_include_file_time(bsdtar->matching, in main() 515 archive_error_string(bsdtar->matching)); in main() 518 if (archive_match_include_date(bsdtar->matching, in main() [all …]
|
H A D | read.c | 88 static int unmatched_inclusions_warn(struct archive *matching, const char *); 95 if (unmatched_inclusions_warn(bsdtar->matching, in tar_mode_t() 114 if (unmatched_inclusions_warn(bsdtar->matching, in tar_mode_x() 170 if (archive_match_include_pattern(bsdtar->matching, in read_archive() 173 archive_error_string(bsdtar->matching)); in read_archive() 179 bsdtar->matching, bsdtar->names_from_file, in read_archive() 182 archive_error_string(bsdtar->matching)); in read_archive() 257 archive_match_path_unmatched_inclusions(bsdtar->matching) == 0) in read_archive() 304 if (archive_match_excluded(bsdtar->matching, entry)) in read_archive() 404 unmatched_inclusions_warn(struct archive *matching, const char *msg) in unmatched_inclusions_warn() argument [all …]
|
H A D | write.c | 392 if (archive_match_exclude_entry(bsdtar->matching, in tar_mode_u() 396 archive_error_string(bsdtar->matching)); in tar_mode_u() 477 bsdtar->matching, excluded_callback, bsdtar); in write_archive() 695 if (archive_match_excluded(bsdtar->matching, in_entry)) in append_archive()
|
/dflybsd-src/contrib/binutils-2.27/binutils/ |
H A D | size.c | 297 char **matching; in display_bfd() local 303 if (bfd_check_format_matches (abfd, bfd_object, &matching)) in display_bfd() 313 list_matching_formats (matching); in display_bfd() 314 free (matching); in display_bfd() 319 if (bfd_check_format_matches (abfd, bfd_core, &matching)) in display_bfd() 338 list_matching_formats (matching); in display_bfd() 339 free (matching); in display_bfd()
|
H A D | addr2line.c | 365 char **matching; in process_file() local 380 if (! bfd_check_format_matches (abfd, bfd_object, &matching)) in process_file() 385 list_matching_formats (matching); in process_file() 386 free (matching); in process_file()
|
H A D | ar.c | 865 char **matching; in open_inarch() local 930 if (! bfd_check_format_matches (arch, bfd_archive, &matching)) in open_inarch() 935 list_matching_formats (matching); in open_inarch() 936 free (matching); in open_inarch() 1446 char **matching; in ranlib_touch() 1460 if (! bfd_check_format_matches (arch, bfd_archive, &matching)) in ranlib_touch() 1465 list_matching_formats (matching); in ranlib_touch() 1466 free (matching); in ranlib_touch()
|
H A D | nm.c | 1213 char **matching; in display_archive() local 1233 if (bfd_check_format_matches (arfile, bfd_object, &matching)) in display_archive() 1245 list_matching_formats (matching); in display_archive() 1246 free (matching); in display_archive() 1274 char **matching; in display_file() local 1294 else if (bfd_check_format_matches (file, bfd_object, &matching)) in display_file() 1305 list_matching_formats (matching); in display_file() 1306 free (matching); in display_file()
|
/dflybsd-src/contrib/gdb-7/bfd/ |
H A D | format.c | 204 bfd_check_format_matches (bfd *abfd, bfd_format format, char ***matching) in bfd_check_format_matches() argument 214 if (matching != NULL) in bfd_check_format_matches() 215 *matching = NULL; in bfd_check_format_matches() 227 if (matching != NULL || *bfd_associated_vector != NULL) in bfd_check_format_matches() 456 if (matching) in bfd_check_format_matches() 458 *matching = (char **) matching_vector; in bfd_check_format_matches()
|
/dflybsd-src/contrib/tre/ |
H A D | README | 4 matching library with some exciting features such as approximate 5 (fuzzy) matching. 7 The matching algorithm used in TRE uses linear worst-case time in 24 Approximate matching 26 Approximate pattern matching allows matches to be approximate, that 37 tool for approximate regexp matching in the style of grep. Unlike 62 Predictable matching speed 64 Because of the matching algorithm used in TRE, the maximum time 67 references are used, the matching may take time that grows 69 matching back references is an NP complete problem, and almost [all …]
|
H A D | LICENSE | 2 matching package (library and tools) with support for approximate 3 matching.
|
/dflybsd-src/contrib/binutils-2.27/bfd/ |
H A D | format.c | 203 bfd_check_format_matches (bfd *abfd, bfd_format format, char ***matching) in bfd_check_format_matches() argument 216 if (matching != NULL) in bfd_check_format_matches() 217 *matching = NULL; in bfd_check_format_matches() 229 if (matching != NULL || *bfd_associated_vector != NULL) in bfd_check_format_matches() 488 if (matching) in bfd_check_format_matches() 490 *matching = (char **) matching_vector; in bfd_check_format_matches()
|
/dflybsd-src/contrib/binutils-2.34/binutils/ |
H A D | size.c | 325 char **matching; in display_bfd() local 331 if (bfd_check_format_matches (abfd, bfd_object, &matching)) in display_bfd() 341 list_matching_formats (matching); in display_bfd() 342 free (matching); in display_bfd() 347 if (bfd_check_format_matches (abfd, bfd_core, &matching)) in display_bfd() 366 list_matching_formats (matching); in display_bfd() 367 free (matching); in display_bfd()
|
H A D | addr2line.c | 374 char **matching; in process_file() local 389 if (! bfd_check_format_matches (abfd, bfd_object, &matching)) in process_file() 394 list_matching_formats (matching); in process_file() 395 free (matching); in process_file()
|
H A D | ar.c | 912 char **matching; in open_inarch() local 977 if (! bfd_check_format_matches (arch, bfd_archive, &matching)) in open_inarch() 982 list_matching_formats (matching); in open_inarch() 983 free (matching); in open_inarch() 1513 char **matching; in ranlib_touch() 1527 if (! bfd_check_format_matches (arch, bfd_archive, &matching)) in ranlib_touch() 1532 list_matching_formats (matching); in ranlib_touch() 1533 free (matching); in ranlib_touch()
|
H A D | nm.c | 1294 char **matching; in display_archive() local 1314 if (bfd_check_format_matches (arfile, bfd_object, &matching)) in display_archive() 1326 list_matching_formats (matching); in display_archive() 1327 free (matching); in display_archive() 1355 char **matching; in display_file() local 1375 else if (bfd_check_format_matches (file, bfd_object, &matching)) in display_file() 1386 list_matching_formats (matching); in display_file() 1387 free (matching); in display_file()
|
/dflybsd-src/contrib/binutils-2.34/bfd/ |
H A D | format.c | 210 bfd_check_format_matches (bfd *abfd, bfd_format format, char ***matching) in bfd_check_format_matches() argument 224 if (matching != NULL) in bfd_check_format_matches() 225 *matching = NULL; in bfd_check_format_matches() 237 if (matching != NULL || *bfd_associated_vector != NULL) in bfd_check_format_matches() 517 if (matching) in bfd_check_format_matches() 519 *matching = (char **) matching_vector; in bfd_check_format_matches()
|
/dflybsd-src/crypto/openssh/ |
H A D | kex-names.c | 240 char *list = NULL, *ret = NULL, *matching = NULL, *opatterns = NULL; in kex_assemble_names() local 300 free(matching); in kex_assemble_names() 301 if ((matching = match_filter_allowlist(all, cp)) == NULL) { in kex_assemble_names() 305 if ((tmp = kex_names_cat(ret, matching)) == NULL) { in kex_assemble_names() 325 free(matching); in kex_assemble_names()
|
/dflybsd-src/contrib/grep/doc/ |
H A D | grep.texi | 31 This manual is for @command{grep}, a pattern matching engine. 97 Though @command{grep} expects to do the matching on text, 155 which variant of the @command{grep} matching engine is used. 243 @cindex invert matching 244 @cindex print non-matching lines 245 Invert the sense of matching, to select non-matching lines. 252 @cindex matching whole words 254 The test is that the matching substring must either 294 instead print a count of matching lines for each input file. 296 count non-matching lines. [all …]
|
/dflybsd-src/contrib/libarchive/cpio/ |
H A D | cpio.c | 186 cpio->matching = archive_match_new(); in main() 187 if (cpio->matching == NULL) in main() 232 cpio->matching, cpio->argument, in main() 235 archive_error_string(cpio->matching)); in main() 241 if (archive_match_exclude_pattern(cpio->matching, in main() 244 archive_error_string(cpio->matching)); in main() 419 if (archive_match_include_pattern(cpio->matching, in main() 422 archive_error_string(cpio->matching)); in main() 442 archive_match_free(cpio->matching); in main() 1002 if (archive_match_path_excluded(cpio->matching, entry)) in mode_in() [all …]
|
H A D | cpio.h | 93 struct archive *matching; member
|
/dflybsd-src/contrib/wpa_supplicant/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()
|
/dflybsd-src/contrib/libarchive/libarchive/ |
H A D | archive_read_disk_private.h | 83 struct archive *matching; member
|
H A D | archive_read_disk_posix.c | 926 if (a->matching) { in next_entry() 927 r = archive_match_path_excluded(a->matching, entry); in next_entry() 930 "Failed : %s", archive_error_string(a->matching)); in next_entry() 1040 if (a->matching) { in next_entry() 1041 r = archive_match_time_excluded(a->matching, entry); in next_entry() 1044 "Failed : %s", archive_error_string(a->matching)); in next_entry() 1066 if (a->matching) { in next_entry() 1067 r = archive_match_owner_excluded(a->matching, entry); in next_entry() 1070 "Failed : %s", archive_error_string(a->matching)); in next_entry() 1242 a->matching = _ma; in archive_read_disk_set_matching()
|
/dflybsd-src/contrib/file/magic/Magdir/ |
H A D | sccs | 20 # Fortunately we have regular expression matching:
|
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/ |
H A D | README-HS20 | 36 automatically for the matching network. This temporary network block is 98 # matching network block 118 # Interworking automatic networking selection behavior. The matching 174 # matching dNSName is found, this constraint is met. If no dNSName 203 # the credential to be considered matching. 227 # matching with the network. Multiple entries can be used to specify more 433 selection and for which there is a matching
|