Searched refs:fnmatch (Results 1 – 18 of 18) sorted by relevance
/ndk/sources/host-tools/make-3.81/glob/ |
D | Makefile.ami | 42 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
|
D | SMakefile | 1 # 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
|
D | Makefile.am | 25 libglob_a_SOURCES = glob.c glob.h fnmatch.c fnmatch.h
|
D | ChangeLog | 8 * 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 …]
|
D | fnmatch.h | 77 extern int fnmatch __P ((__const char *__pattern, __const char *__name,
|
D | Makefile.in | 76 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@
|
D | fnmatch.c | 480 fnmatch (pattern, string, flags) in fnmatch() function
|
D | glob.c | 1333 if (fnmatch (pattern, name, fnm_flags) == 0)
|
/ndk/sources/host-tools/make-3.81/ |
D | makefile.vms | 82 glob = ,[.glob]glob.obj,[.glob]fnmatch.obj 141 [.glob]fnmatch.obj: [.glob]fnmatch.c
|
D | Makefile.DOS | 82 libglob_a_SOURCES = glob/fnmatch.c glob/glob.c glob/fnmatch.h glob/glob.h
|
D | dosbuild.bat | 49 gcc -I. -c -DHAVE_CONFIG_H -I.. -O2 -g fnmatch.c -o fnmatch.o 50 ar rv libglob.a glob.o fnmatch.o
|
D | build_w32.bat | 85 …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…
|
D | NMakefile | 103 $(OUTDIR)/fnmatch.obj \ 117 $(OUTDIR)/fnmatch.obj : glob/fnmatch.c
|
D | ar.c | 216 if (fnmatch (state->pattern, mem, FNM_PATHNAME|FNM_PERIOD) == 0) in ar_glob_match()
|
D | config.ami | 60 /* Define if your system has a working fnmatch function. */
|
D | config.h-vms | 79 /* Define if your system has a working fnmatch function. */
|
D | configure.in | 352 #include <fnmatch.h>
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | output.0 | 9154 #include <fnmatch.h>
|