Home
last modified time | relevance | path

Searched refs:fnmatch (Results 1 – 19 of 19) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dfnmatch.c68 fnmatch (const char *pattern, const char *string, int flags) in fnmatch() function
119 fnmatch (p, n, flags & ~FNM_PERIOD) == 0) in fnmatch()
Dfnmatch.txh1 @deftypefn Replacement int fnmatch (const char *@var{pattern}, @
21 @code{<fnmatch.h>}):
Dmakefile.vms14 xmemdup.obj,xstrdup.obj,xatexit.obj,choose-temp.obj,fnmatch.obj,\
DMakefile.in132 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)
DChangeLog812 * 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 …]
Dfunctions.texi351 @c fnmatch.txh:1
352 @deftypefn Replacement int fnmatch (const char *@var{pattern}, @
372 @code{<fnmatch.h>}):
/toolchain/binutils/binutils-2.25/include/
Dfnmatch.h63 extern int fnmatch __P ((const char *__pattern, const char *__string,
DChangeLog-9103712 * fnmatch.h: Fix copyright dates.
1637 * fnmatch.h: New file.
DChangeLog1729 fnmatch.h, gdbm.h, getopt.h, hashtab.h, hp-symtab.h, ieee.h,
/toolchain/binutils/binutils-2.25/bfd/
Dtargets.c1530 if (fnmatch (match->triplet, name, 0) == 0) in find_target()
DChangeLog-98992607 * elfcode.h: Remove fnmatch.h.
2609 instead of calling fnmatch.
DChangeLog-96972465 * elfcode.h: Include fnmatch.h.
3349 * targets.c: Include "fnmatch.h".
/toolchain/binutils/binutils-2.25/binutils/
Dobjcopy.c788 && 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()
DChangeLog-0203118 (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/
DChangeLog-91971041 * 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.
Dldlang.c144 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/
Dscript.cc2373 if (fnmatch(p->expression->pattern.c_str(), name_to_match, in get_symbol_version()
Dscript-sections.cc1285 ? fnmatch(pattern, string, 0) == 0 in match()
Dlayout.cc2605 if (fnmatch((*it).c_str(), section_name.c_str(), FNM_NOESCAPE) == 0) in find_section_order_index()