Searched refs:matching (Results 1 - 25 of 37) sorted by path

12

/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex4087 % Swallow text until we reach the matching `@end #1'.
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfd-in2.h4608 BFD was opened. This is used to select which matching algorithm
5385 (bfd *abfd, bfd_format format, char ***matching);
H A Dformat.c102 (bfd *abfd, bfd_format format, char ***matching);
107 case, if @var{matching} is not NULL, it will be filled in with
112 When done with the list that @var{matching} points to, the caller
117 bfd_check_format_matches (bfd *abfd, bfd_format format, char ***matching) argument
142 if (matching)
146 *matching = NULL;
164 if (matching)
175 if (matching)
206 if (matching)
229 if (matching)
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Daddr2line.c272 char **matching;
284 if (! bfd_check_format_matches (abfd, bfd_object, &matching))
289 list_matching_formats (matching);
290 free (matching);
269 char **matching; local
H A Dar.c240 fprintf (s, _(" [P] - use full path names when matching\n"));
690 char **matching;
754 if (! bfd_check_format_matches (arch, bfd_archive, &matching))
759 list_matching_formats (matching);
760 free (matching);
1233 char **matching;
1247 if (! bfd_check_format_matches (arch, bfd_archive, &matching))
1252 list_matching_formats (matching);
1253 free (matching);
687 char **matching; local
H A Dcoffdump.c477 char **matching; local
536 if (! bfd_check_format_matches (abfd, bfd_object, &matching))
542 list_matching_formats (matching);
543 free (matching);
H A Dnm.c1112 char **matching;
1132 if (bfd_check_format_matches (arfile, bfd_object, &matching))
1144 list_matching_formats (matching);
1145 free (matching);
1171 char **matching;
1187 else if (bfd_check_format_matches (file, bfd_object, &matching))
1198 list_matching_formats (matching);
1199 free (matching);
1105 char **matching; local
1164 char **matching; local
H A Dobjdump.c2951 char **matching;
2953 if (bfd_check_format_matches (abfd, bfd_object, &matching))
2962 list_matching_formats (matching);
2963 free (matching);
2973 if (bfd_check_format_matches (abfd, bfd_core, &matching))
2983 list_matching_formats (matching);
2984 free (matching);
2941 char **matching; local
H A Drescoff.c118 char **matching;
131 if (! bfd_check_format_matches (abfd, bfd_object, &matching))
135 list_matching_formats (matching);
117 char **matching; local
H A Dsize.c267 char **matching;
273 if (bfd_check_format_matches (abfd, bfd_object, &matching))
283 list_matching_formats (matching);
284 free (matching);
289 if (bfd_check_format_matches (abfd, bfd_core, &matching))
308 list_matching_formats (matching);
309 free (matching);
264 char **matching; local
H A Dsrconv.c1751 char **matching; local
1856 if (!bfd_check_format_matches (abfd, bfd_object, &matching))
1862 list_matching_formats (matching);
1863 free (matching);
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlang.c158 /* Generic traversal routines for finding matching sections. */
2406 char **matching;
2414 && ! bfd_check_format_matches (entry->the_bfd, bfd_object, &matching))
2433 einfo (_("%B: matching formats:"), entry->the_bfd);
2434 for (p = matching; *p != NULL; p++)
4744 of output sections looking for a matching section pointer because if
6554 /* If PREV is NULL, return first version pattern matching particular symbol.
6555 If PREV is non-NULL, return first version pattern matching particular
2404 char **matching; local
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex2976 % Swallow text until we reach the matching `@end #1'.
/freebsd-11-stable/contrib/gdb/gdb/
H A Dc-typeprint.c485 /* We're going to treat <> as a pair of matching characters,
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex2875 % Swallow text until we reach the matching `@end #1'.
/freebsd-11-stable/contrib/libarchive/tar/
H A Dread.c88 static int unmatched_inclusions_warn(struct archive *matching, const char *);
95 if (unmatched_inclusions_warn(bsdtar->matching,
114 if (unmatched_inclusions_warn(bsdtar->matching,
170 if (archive_match_include_pattern(bsdtar->matching,
173 archive_error_string(bsdtar->matching));
179 bsdtar->matching, bsdtar->names_from_file,
182 archive_error_string(bsdtar->matching));
257 archive_match_path_unmatched_inclusions(bsdtar->matching) == 0)
304 if (archive_match_excluded(bsdtar->matching, entry))
405 unmatched_inclusions_warn(struct archive *matching, cons argument
[all...]
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dbuildvirtuser45 matching the virtual domain name and the contents containing a list of
/freebsd-11-stable/crypto/openssh/regress/unittests/hostkeys/
H A Dtest_iterate.c58 const int matching = (ctx->flags & HKF_WANT_MATCH) != 0; local
68 /* If we are matching host/IP then skip entries that don't */
69 if (!matching)
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h4615 BFD was opened. This is used to select which matching algorithm
5392 (bfd *abfd, bfd_format format, char ***matching);
/freebsd-11-stable/sbin/newfs/
H A DMakefile18 diff --ignore-matching-lines=FreeBSD _.test ${.CURDIR}/ref.test
/freebsd-11-stable/share/mk/
H A Dsys.mk83 # Note that these are prefix matching, so /lib matches /libexec.
/freebsd-11-stable/tools/tools/termcap/
H A Dtermcap.pl41 Show all lengths or the ones for terminals matching [term]
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipmon_y.y77 %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.
/freebsd-11-stable/contrib/less/
H A Dmkutable6 -n = take non-matching types
/freebsd-11-stable/contrib/libarchive/cpio/
H A Dcpio.c186 cpio->matching = archive_match_new();
187 if (cpio->matching == NULL)
232 cpio->matching, cpio->argument,
235 archive_error_string(cpio->matching));
241 if (archive_match_exclude_pattern(cpio->matching,
244 archive_error_string(cpio->matching));
419 if (archive_match_include_pattern(cpio->matching,
422 archive_error_string(cpio->matching));
442 archive_match_free(cpio->matching);
1002 if (archive_match_path_excluded(cpio->matching, entr
[all...]

Completed in 427 milliseconds

12