| /src/external/bsd/ipf/dist/tools/ |
| ipmon_y.y | 77 %type <opt> protocol result rule srcip srcport logtag matching 93 line: IPM_MATCH '{' matching ';' '}' IPM_DO '{' doing ';' '}' 114 matching: label 116 | matchopt ',' matching { $1->o_next = $3; $$ = $1; } 334 * once per matching statement.
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_disk_private.h | 82 struct archive *matching; member in struct:archive_read_disk
|
| /src/external/gpl3/binutils/dist/binutils/ |
| coffdump.c | 480 char **matching; local 538 if (! bfd_check_format_matches (abfd, bfd_object, &matching)) 543 list_matching_formats (matching);
|
| addr2line.c | 442 char **matching; 461 if (! bfd_check_format_matches (abfd, bfd_object, &matching)) 465 list_matching_formats (matching); 439 char **matching; local
|
| rescoff.c | 117 char **matching; 136 if (! bfd_check_format_matches (abfd, bfd_object, &matching)) 140 list_matching_formats (matching); 141 free (matching); 116 char **matching; local
|
| 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
|
| ar.c | 319 fprintf (s, _(" [P] - use full path names when matching\n")); 961 char **matching; 1025 if (! bfd_check_format_matches (arch, bfd_archive, &matching)) 1029 list_matching_formats (matching); 1620 char **matching; 1634 if (! bfd_check_format_matches (arch, bfd_archive, &matching)) 1638 list_matching_formats (matching); 959 char **matching; local
|
| srconv.c | 1722 char **matching; local 1826 if (!bfd_check_format_matches (abfd, bfd_object, &matching)) 1831 list_matching_formats (matching);
|
| nm.c | 1619 char **matching; 1620 if (bfd_check_format_matches (arfile, bfd_object, &matching)) 1631 list_matching_formats (matching); 1646 char **matching; 1666 else if (bfd_check_format_matches (file, bfd_object, &matching)) 1676 list_matching_formats (matching); 1612 char **matching; local 1639 char **matching; local
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| coffdump.c | 480 char **matching; local 538 if (! bfd_check_format_matches (abfd, bfd_object, &matching)) 543 list_matching_formats (matching);
|
| addr2line.c | 442 char **matching; 461 if (! bfd_check_format_matches (abfd, bfd_object, &matching)) 465 list_matching_formats (matching); 439 char **matching; local
|
| rescoff.c | 117 char **matching; 136 if (! bfd_check_format_matches (abfd, bfd_object, &matching)) 140 list_matching_formats (matching); 141 free (matching); 116 char **matching; local
|
| 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
|
| ar.c | 332 fprintf (s, _(" [P] - use full path names when matching\n")); 982 char **matching; 1048 if (! bfd_check_format_matches (arch, bfd_archive, &matching)) 1052 list_matching_formats (matching); 1643 char **matching; 1657 if (! bfd_check_format_matches (arch, bfd_archive, &matching)) 1661 list_matching_formats (matching); 979 char **matching; local
|
| srconv.c | 1722 char **matching; local 1826 if (!bfd_check_format_matches (abfd, bfd_object, &matching)) 1831 list_matching_formats (matching);
|
| nm.c | 1620 char **matching; 1621 if (bfd_check_format_matches (arfile, bfd_object, &matching)) 1632 list_matching_formats (matching); 1647 char **matching; 1667 else if (bfd_check_format_matches (file, bfd_object, &matching)) 1677 list_matching_formats (matching); 1613 char **matching; local 1640 char **matching; local
|
| /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/public-domain/sqlite/dist/autosetup/teaish/ |
| tester.tcl | 215 # @test-catch-matching pattern (script|cmd args...) 218 # error matching the given string (checked with [string match]). If 225 # TODO: add -glob and -regex flags to control matching flavor. 227 proc test-catch-matching {pattern cmd args} { 229 #puts "**** catch-matching cmd=$cmd args=$args" 242 error "[test-current-scope] expecting to see an error matching {$pattern}"
|
| /src/external/bsd/wpa/dist/src/utils/ |
| trace.c | 73 char **matching; local 87 if (!bfd_check_format_matches(abfd, bfd_object, &matching)) { 89 free(matching);
|
| /src/external/bsd/libarchive/dist/cpio/ |
| cpio.h | 73 struct archive *matching; member in struct:cpio
|
| /src/external/gpl3/gdb.old/dist/gdb/compile/ |
| compile-object-load.c | 89 /* Size of all recent sections with matching LAST_PROT. */ 92 /* First section matching LAST_PROT. */ 98 /* Maximum of alignments of all sections matching LAST_PROT. 611 char **matching; local 624 if (!bfd_check_format_matches (abfd.get (), bfd_object, &matching)) 627 gdb_bfd_errmsg (bfd_get_error (), matching).c_str ());
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| exec.c | 391 char **matching; local 474 bfd_object, &matching)) 480 gdb_bfd_errmsg (bfd_get_error (), matching).c_str ());
|
| /src/external/gpl3/gdb/dist/gdb/compile/ |
| compile-object-load.c | 89 /* Size of all recent sections with matching LAST_PROT. */ 92 /* First section matching LAST_PROT. */ 98 /* Maximum of alignments of all sections matching LAST_PROT. 610 char **matching; local 623 if (!bfd_check_format_matches (abfd.get (), bfd_object, &matching)) 626 gdb_bfd_errmsg (bfd_get_error (), matching).c_str ());
|
| /src/external/gpl3/gdb/dist/gdb/ |
| exec.c | 403 char **matching; local 486 bfd_object, &matching)) 492 gdb_bfd_errmsg (bfd_get_error (), matching).c_str ());
|
| /src/external/bsd/libarchive/dist/tar/ |
| bsdtar.h | 89 struct archive *matching; /* for matching.c */ member in struct:bsdtar
|