Home
last modified time | relevance | path

Searched refs:glob (Results 1 – 20 of 20) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Ddosbuild.bat22 gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g commands.c -o commands.o
23 gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g job.c -o job.o
24 gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g dir.c -o dir.o
25 gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g file.c -o file.o
26 gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g misc.c -o misc.o
27 gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g main.c -o main.o
28 gcc -c -I. -I./glob -DHAVE_CONFIG_H -DINCLUDEDIR=\"c:/djgpp/include\" -O2 -g read.c -o read.o
29 gcc -c -I. -I./glob -DHAVE_CONFIG_H -DLIBDIR=\"c:/djgpp/lib\" -O2 -g remake.c -o remake.o
30 gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g rule.c -o rule.o
31 gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g implicit.c -o implicit.o
[all …]
Dbuild_w32.bat31 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D TIVOLI /D _DEBUG /D WINDOWS32…
33 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 …
35 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 …
37 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 …
39 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 …
41 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 …
43 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 …
45 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 …
47 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 …
49 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 …
[all …]
DSMakefile59 # If you are using the GNU C library, or have the GNU glob functions in
61 # into the glob functions to be more efficient (by using make's directory
63 # system's C library has the 1003.2 glob functions already. Also, the glob
65 GLOB = Lib glob/glob.lib
162 make: $(objs) glob/glob.lib
169 $(CC) $(defines) IDir "" IDir $(srcdir)glob \
172 glob/glob.lib:
174 cd glob
192 clean: glob-clean
195 distclean: clean glob-realclean
[all …]
Dmake.lnk3 LIB glob/glob.lib LIB:sc.lib LIB:amiga.lib
Dconfigure.in160 # strcoll() is used by the GNU glob library
344 # Check the system to see if it provides GNU glob. If not, use our
347 AC_MSG_CHECKING(if system libc has GNU glob)
349 AC_EGREP_CPP(gnu glob,[
351 #include <glob.h>
358 gnu glob
363 AC_SUBST(GLOBINC) GLOBINC='-I$(srcdir)/glob'
364 AC_SUBST(GLOBLIB) GLOBLIB=glob/libglob.a
445 AC_CONFIG_FILES(Makefile glob/Makefile po/Makefile.in config/Makefile doc/Makefile w32/Makefile)
DNMakefile30 CFLAGS_any = /nologo /MT /W4 /GX /Zi /YX /I . /I glob /I w32/include /D WIN32 /D WINDOWS32 /D _CONS…
102 $(OUTDIR)/glob.obj \
115 $(OUTDIR)/glob.obj : glob/glob.c
117 $(OUTDIR)/fnmatch.obj : glob/fnmatch.c
DREADME.Amiga50 glob/Makefile.ami to glob/Makefile. Copy make into the current
Dreadme.vms27 . In makefile.vms avoid name collision for glob and globfree.
29 In newer version of the VMS CRTL there are glob and globfree implemented.
39 DECC$GLOBFREE. This is done in glob.c as well, so this name is defined
40 twice. One possible solution is to use the VMS versions of glob and
Dconfig.h-vms409 #define glob gnu_glob
DChangeLog602 * config.h-vms.template [VMS]: Latest VMS has its own glob() and
1300 * makefile.vms (CFLAGS): Remove glob/globfree (see readme.vms docs)
1643 * configure.in, Makefile.am, glob/Makefile.am, doc/Makefile.am:
2370 * configure.in: Modify checking for the system glob library.
2372 GLOBDIR (we will always put "glob" in SUBDIRS, so automake
2374 USE_LOCAL_GLOB to decide whether to compile the glob library.
DREADME.DOS299 backslashes, because the GNU `glob' library doesn't support them
Dread.c3061 switch (glob (old->name, GLOB_NOCHECK|GLOB_ALTDIRFUNC, NULL, &gl)) in multi_glob()
/ndk/sources/host-tools/make-3.81/glob/
DChangeLog3 * glob.c (my_malloc) [WINDOWS32]: Provide a full ISO C prototype,
8 * fnmatch.h, glob.h [WINDOWS32]: Fix ifdefs in headers.
13 * glob.c (glob_in_dir): Change FNM_CASEFOLD to be enabled if
18 * glob.h: Patch for FreeBSD by Mike Barcroft <mike@freebsd.org>
26 to build the local GNU glob library or use the system one.
36 * glob.h (glob): If #defining to glob64, do this before
43 * glob.c (prefix_array) [__MSDOS__,WINDOWS32]: Keep the trailing
52 * glob.c, glob.h, fnmatch.c, fnmatch.h: Update to latest version
58 * glob.c: Move getlogin{,_r} prototypes below glob.h to get __P()
63 * configure.in: Remove; configuration for glob is handled by the
[all …]
DSMakefile1 # Makefile for standalone distribution of libglob.a (fnmatch, glob).
19 VPATH = /glob/
21 srcdir = /glob/
41 all: glob.lib
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
57 .PHONY: clean realclean glob-clean glob-realclean distclean
58 clean glob-clean:
59 -$(RM) -f glob.lib *.o core
[all …]
Dglob.h160 # define glob glob64 macro
181 extern int glob __P ((__const char *__pattern, int __flags,
188 extern int glob __P ((__const char *__pattern, int __flags,
Dglob.c361 glob (pattern, flags, errfunc, pglob) in glob() function
421 return glob (pattern, flags & ~GLOB_BRACE, errfunc, pglob);
435 return glob (pattern, flags & ~GLOB_BRACE, errfunc, pglob);
470 result = glob (onealt,
594 int val = glob (dirname, flags | GLOB_MARK, errfunc, pglob);
859 status = glob (dirname,
Dconfigure.bat20 echo Configuring glob for DJGPP
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Doutput.07345 # strcoll() is used by the GNU glob library
9140 # Check the system to see if it provides GNU glob. If not, use our
9143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if system libc has GNU glob" >&5
9144 $as_echo_n "checking if system libc has GNU glob... " >&6; }
9153 #include <glob.h>
9160 gnu glob
9166 $EGREP "gnu glob" >/dev/null 2>&1; then :
9173 GLOBINC='-I$(srcdir)/glob'
9174 GLOBLIB=glob/libglob.a
9317 ac_config_files="$ac_config_files Makefile glob/Makefile po/Makefile.in config/Makefile doc/Makefil…
[all …]
Dtraces.01028 m4trace:configure.in:445: -1- AC_CONFIG_FILES([Makefile glob/Makefile po/Makefile.in config/Makefil…
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog3047 (compile_filename): Don't glob filename (for 'r' and 'w'