Searched refs:fnmatch (Results 1 – 19 of 19) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/ |
D | fnmatch.c | 68 fnmatch (const char *pattern, const char *string, int flags) in fnmatch() function 119 fnmatch (p, n, flags & ~FNM_PERIOD) == 0) in fnmatch()
|
D | fnmatch.txh | 1 @deftypefn Replacement int fnmatch (const char *@var{pattern}, @ 21 @code{<fnmatch.h>}):
|
D | makefile.vms | 14 xmemdup.obj,xstrdup.obj,xatexit.obj,choose-temp.obj,fnmatch.obj,\
|
D | Makefile.in | 132 fnmatch.c fopen_unlocked.c \ 174 ./fnmatch.$(objext) ./fopen_unlocked.$(objext) \ 333 TEXIFILES = fnmatch.txh pexecute.txh simple-object.txh 778 ./fnmatch.$(objext): $(srcdir)/fnmatch.c config.h $(INCDIR)/fnmatch.h \ 781 $(COMPILE.c) $(PICFLAG) $(srcdir)/fnmatch.c -o pic/$@; \ 784 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/fnmatch.c -o noasan/$@; \ 786 $(COMPILE.c) $(srcdir)/fnmatch.c $(OUTPUT_OPTION)
|
D | ChangeLog | 812 * bsearch.c, concat.c, crc32.c, fnmatch.txh, fopen_unlocked.c, 2275 * fnmatch.c (fnmatch): Rename local variable "not" to "negate". 2359 fibheap.c, floatformat.c, fnmatch.c, fopen_unlocked.c, 2639 * fnmatch.c (fnmatch): Likewise. 4388 ffs.c, fnmatch.txh, getruntime.c, make-temp-file.c, 4395 * Makefile.in (TEXIFILES): Add fnmatch.txh. 4403 * fnmatch.txh: New. 4814 * fnmatch.c: Make the note about the origins of this file more 4844 * basename.c, cplus-dem.c, fnmatch.c, pexecute.c, strtod.c, 6083 * fnmatch.c (fnmatch): Change type of variables `c', `c1', [all …]
|
D | functions.texi | 351 @c fnmatch.txh:1 352 @deftypefn Replacement int fnmatch (const char *@var{pattern}, @ 372 @code{<fnmatch.h>}):
|
/toolchain/binutils/binutils-2.25/include/ |
D | fnmatch.h | 63 extern int fnmatch __P ((const char *__pattern, const char *__string,
|
D | ChangeLog-9103 | 712 * fnmatch.h: Fix copyright dates. 1637 * fnmatch.h: New file.
|
D | ChangeLog | 1729 fnmatch.h, gdbm.h, getopt.h, hashtab.h, hp-symtab.h, ieee.h,
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | targets.c | 1530 if (fnmatch (match->triplet, name, 0) == 0) in find_target()
|
D | ChangeLog-9899 | 2607 * elfcode.h: Remove fnmatch.h. 2609 instead of calling fnmatch.
|
D | ChangeLog-9697 | 2465 * elfcode.h: Include fnmatch.h. 3349 * targets.c: Include "fnmatch.h".
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | objcopy.c | 788 && fnmatch (p->pattern, name, 0) == 0) in find_section_list() 973 if (! fnmatch (slot_name, d->name, 0)) in is_specified_symbol_predicate() 982 if (fnmatch (slot_name + 1, d->name, 0)) in is_specified_symbol_predicate()
|
D | ChangeLog-0203 | 118 (is_specified_symbol): If performing wildcard matches use fnmatch 122 * Makefile.am: Add dependency on fnmatch.h for objcopy.c
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ChangeLog-9197 | 1041 * fnmatch.h, fnmatch.c: Remove (now in libiberty). 1043 (CFILES): Remove fnmatch.c. 1044 (HFILES): Remove fnmatch.h. 1045 (OFILES): Remove fnmatch.o. 1207 * fnmatch.c: Include sysdep.h. 1354 * fnmatch.h, fnmatch.c: New files. 1363 * ldlang.c: Include "fnmatch.h". 1370 (CFILES): Add fnmatch.c. 1371 (HFILES): Add fnmatch.h. 1372 (OFILES): Add fnmatch.o.
|
D | ldlang.c | 144 return fnmatch (pattern, name, 0); in name_match() 914 if (fnmatch (file_spec, f->filename, 0) == 0) in walk_wild() 7612 if (fnmatch (expr->pattern, s, 0) == 0) in lang_vers_match()
|
/toolchain/binutils/binutils-2.25/gold/ |
D | script.cc | 2373 if (fnmatch(p->expression->pattern.c_str(), name_to_match, in get_symbol_version()
|
D | script-sections.cc | 1285 ? fnmatch(pattern, string, 0) == 0 in match()
|
D | layout.cc | 2605 if (fnmatch((*it).c_str(), section_name.c_str(), FNM_NOESCAPE) == 0) in find_section_order_index()
|