| /src/external/gpl2/gettext/dist/gettext-tools/man/ |
| msgattrib.x | 2 msgattrib \- attribute matching and manipulation on message catalog
|
| msggrep.x | 2 msggrep \- pattern matching on message catalog
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.testsuite/ |
| capture-command-output.exp | 26 # Check output with matching prefix. 28 with_test_prefix matching-prefix { 33 # Check output with non-matching prefix. 35 with_test_prefix non-matching-prefix {
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.testsuite/ |
| capture-command-output.exp | 26 # Check output with matching prefix. 28 with_test_prefix matching-prefix { 33 # Check output with non-matching prefix. 35 with_test_prefix non-matching-prefix {
|
| /src/external/apache2/llvm/dist/clang/utils/ |
| find-unused-diagnostics.sh | 8 ALL_DIAGS=$(grep -E --only-matching --no-filename '(err_|warn_|ext_|note_)[a-z_]+' ./include/clang/Basic/Diagnostic*.td) 12 DIAGS_IN_SOURCES=$(grep -E --only-matching --no-filename '(err_|warn_|ext_|note_)[a-z_]+' $ALL_SOURCES)
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/ |
| dw2-minsym-in-cu.exp | 44 gdb_test "info fun func2" {All functions matching regular expression "func2":}
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| dw2-minsym-in-cu.exp | 44 gdb_test "info fun func2" {All functions matching regular expression "func2":}
|
| /src/external/mpl/bind/dist/bin/tests/system/include_multiplecfg/ns2/ |
| named.conf.j2 | 24 # Should include all files matching pattern.
|
| /src/external/bsd/libarchive/dist/tar/ |
| read.c | 69 static int unmatched_inclusions_warn(struct archive *matching, const char *); 76 if (unmatched_inclusions_warn(bsdtar->matching, 95 if (unmatched_inclusions_warn(bsdtar->matching, 151 if (archive_match_include_pattern(bsdtar->matching, 154 archive_error_string(bsdtar->matching)); 160 bsdtar->matching, bsdtar->names_from_file, 163 archive_error_string(bsdtar->matching)); 238 archive_match_path_unmatched_inclusions(bsdtar->matching) == 0) 285 if (archive_match_excluded(bsdtar->matching, entry)) 386 unmatched_inclusions_warn(struct archive *matching, const char *msg [all...] |
| bsdtar.c | 273 bsdtar->matching = archive_match_new(); 274 if (bsdtar->matching == NULL) 345 bsdtar->matching, bsdtar->argument) != ARCHIVE_OK) 352 bsdtar->matching, 455 if (archive_match_include_pattern(bsdtar->matching, 528 if (archive_match_include_date(bsdtar->matching, 532 archive_error_string(bsdtar->matching)); 535 if (archive_match_include_file_time(bsdtar->matching, 539 archive_error_string(bsdtar->matching)); 542 if (archive_match_include_date(bsdtar->matching, [all...] |
| /src/external/bsd/openldap/dist/libraries/liblunicode/ure/ |
| README | 30 This is a simple regular expression package for matching against Unicode text 173 * Look for the first match in some text. The matching will be done
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_disk_private.h | 82 struct archive *matching; member in struct:archive_read_disk
|
| /src/crypto/external/bsd/openssh/dist/ |
| kex-names.c | 239 char *list = NULL, *ret = NULL, *matching = NULL, *opatterns = NULL; local 299 free(matching); 300 if ((matching = match_filter_allowlist(all, cp)) == NULL) { 304 if ((tmp = kex_names_cat(ret, matching)) == NULL) { 324 free(matching);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| info-fun.exp | 59 set match_str {All functions matching regular expression "foo":[\r\n]*}
|
| /src/external/mpl/bind/dist/bin/tests/system/checkconf/ |
| bad-kasp3.conf | 16 // Bad zone configuration because this has dnssec-policy with no matching
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| info-fun.exp | 59 set match_str {All functions matching regular expression "foo":[\r\n]*}
|
| /src/external/apache2/llvm/dist/llvm/utils/vim/indent/ |
| llvm.vim | 7 " - On '}' align the same as the line containing the matching '{' 34 " On '}' align the same as the line containing the matching '{'
|
| /src/external/bsd/libarchive/dist/cpio/ |
| cpio.h | 73 struct archive *matching; member in struct:cpio
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| format.c | 382 (bfd *abfd, bfd_format format, char ***matching); 387 case, if @var{matching} is not NULL, it will be filled in with 392 When done with the list that @var{matching} points to, the caller 397 bfd_check_format_matches (bfd *abfd, bfd_format format, char ***matching) 415 if (matching != NULL) 416 *matching = NULL; 431 if (matching != NULL || *bfd_associated_vector != NULL) 729 if (matching) 731 *matching = (char **) matching_vector;
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| format.c | 438 (bfd *abfd, bfd_format format, char ***matching, 444 case, if @var{matching} is not NULL, it will be filled in with 449 When done with the list that @var{matching} points to, the caller 457 char ***matching, 473 if (matching != NULL) 474 *matching = NULL; 489 if (matching != NULL || *bfd_associated_vector != NULL) 806 if (matching) 808 *matching = (char **) matching_vector; 840 (bfd *abfd, bfd_format format, char ***matching); [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| del-pending-thread-bp.exp | 83 "No breakpoint, watchpoint, tracepoint, or catchpoint matching '$bpnum'\\."
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| del-pending-thread-bp.exp | 83 "No breakpoint, watchpoint, tracepoint, or catchpoint matching '$bpnum'\\."
|
| /src/external/gpl3/binutils/dist/binutils/ |
| size.c | 327 char **matching; 333 if (bfd_check_format_matches (abfd, bfd_object, &matching)) 343 list_matching_formats (matching); 348 if (bfd_check_format_matches (abfd, bfd_core, &matching)) 366 list_matching_formats (matching); 324 char **matching; local
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| size.c | 327 char **matching; 333 if (bfd_check_format_matches (abfd, bfd_object, &matching)) 343 list_matching_formats (matching); 348 if (bfd_check_format_matches (abfd, bfd_core, &matching)) 366 list_matching_formats (matching); 324 char **matching; local
|
| /src/external/gpl3/gdb/dist/bfd/ |
| format.c | 430 (bfd *abfd, bfd_format format, char ***matching); 435 In that case, if @var{matching} is not NULL, it will be filled 440 When done with the list that @var{matching} points to, the caller 445 bfd_check_format_matches (bfd *abfd, bfd_format format, char ***matching) 461 if (matching != NULL) 462 *matching = NULL; 474 if (matching != NULL || *bfd_associated_vector != NULL) 512 /* First try matching the plugin target if appropriate. Next try 554 /* An archive with object files matching the archive 818 if (matching) [all...] |