Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/glob/
DMakefile.ami42 glob.lib : glob.o fnmatch.o
43 $(AR) $(ARFLAGS) $@ glob.o fnmatch.o
49 glob.o: $(srcdir)glob.h $(srcdir)fnmatch.h glob.c
50 fnmatch.o: $(srcdir)fnmatch.h fnmatch.c
DSMakefile1 # Makefile for standalone distribution of libglob.a (fnmatch, glob).
43 glob.lib : glob.o fnmatch.o
44 $(AR) $(ARFLAGS) $@ glob.o fnmatch.o
50 glob.o: $(srcdir)glob.h $(srcdir)fnmatch.h glob.c
51 fnmatch.o: $(srcdir)fnmatch.h fnmatch.c
DMakefile.am25 libglob_a_SOURCES = glob.c glob.h fnmatch.c fnmatch.h
DChangeLog8 * fnmatch.h, glob.h [WINDOWS32]: Fix ifdefs in headers.
30 * fnmatch.c: Last GLIBC version wouldn't compile outside of GLIBC
48 * fnmatch.c: Update to latest version from GLIBC.
52 * glob.c, glob.h, fnmatch.c, fnmatch.h: Update to latest version
55 * fnmatch.c (internal_fnmatch): Use K&R definition syntax, not ANSI.
68 * glob.c, fnmatch.c: New versions from the GLIBC folks (Ulrich
79 * glob.c, fnmatch.c: New versions of these files from the GLIBC
90 bother trying fnmatch() if the strcmp() fails.
103 * SMakefile, Makefile.ami, glob.c, glob.h, fnmatch.c: Updated from
120 * glob.c,glob.h,fnmatch.h: Change all WIN32 references to WINDOWS32.
[all …]
Dfnmatch.h77 extern int fnmatch __P ((__const char *__pattern, __const char *__name,
DMakefile.in76 am_libglob_a_OBJECTS = glob.$(OBJEXT) fnmatch.$(OBJEXT)
204 libglob_a_SOURCES = glob.c glob.h fnmatch.c fnmatch.h
255 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fnmatch.Po@am__quote@
Dfnmatch.c480 fnmatch (pattern, string, flags) in fnmatch() function
Dglob.c1333 if (fnmatch (pattern, name, fnm_flags) == 0)
/ndk/sources/host-tools/make-3.81/
Dmakefile.vms82 glob = ,[.glob]glob.obj,[.glob]fnmatch.obj
141 [.glob]fnmatch.obj: [.glob]fnmatch.c
DMakefile.DOS82 libglob_a_SOURCES = glob/fnmatch.c glob/glob.c glob/fnmatch.h glob/glob.h
Ddosbuild.bat49 gcc -I. -c -DHAVE_CONFIG_H -I.. -O2 -g fnmatch.c -o fnmatch.o
50 ar rv libglob.a glob.o fnmatch.o
Dbuild_w32.bat85 …FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c .\glob\fnmatch.c
86 echo WinDebug\fnmatch.obj >>link.dbg
91 …bug/implicit.obj .\WinDebug/dirent.obj .\WinDebug/glob.obj .\WinDebug/fnmatch.obj .\WinDebug/p…
152 … /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c .\glob\fnmatch.c
153 echo WinRel\fnmatch.obj >>link.rel
158 … .\WinRel/implicit.obj .\WinRel/dirent.obj .\WinRel/glob.obj .\WinRel/fnmatch.obj .\WinRel/pat…
193 …ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c ./glob/fnmatch.c -o fnmatch.o
195 …ake.o misc.o hash.o strcache.o ar.o function.o vpath.o implicit.o glob.o fnmatch.o pathstuff.o w32…
DNMakefile103 $(OUTDIR)/fnmatch.obj \
117 $(OUTDIR)/fnmatch.obj : glob/fnmatch.c
Dar.c216 if (fnmatch (state->pattern, mem, FNM_PATHNAME|FNM_PERIOD) == 0) in ar_glob_match()
Dconfig.ami60 /* Define if your system has a working fnmatch function. */
Dconfig.h-vms79 /* Define if your system has a working fnmatch function. */
Dconfigure.in352 #include <fnmatch.h>
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Doutput.09154 #include <fnmatch.h>