Lines Matching refs:glob

3 	* 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
68 * glob.c, fnmatch.c: New versions from the GLIBC folks (Ulrich
74 * glob.c (glob): Cast away const on assignment of pattern to dirname.
79 * glob.c, fnmatch.c: New versions of these files from the GLIBC
85 * glob.c (glob_in_dir): If no meta chars exist in PATTERN and
94 * glob.c (glob) [__MSDOS__, WINDOWS32]: Compute the directory and
103 * SMakefile, Makefile.ami, glob.c, glob.h, fnmatch.c: Updated from
110 passes -DHAVE_CONFIG_H to the glob files, just as it does to the
118 * glob: Updates from latest GNU libc glob code.
120 * glob.c,glob.h,fnmatch.h: Change all WIN32 references to WINDOWS32.
122 * glob.h: OSF4 defines macros in such a way that GLOB_ALTDIRFUNC
124 _GNU_SOURCE is defined; that's set by both glob.c and GNU make.
126 * glob.c: SunOS4 w/ cc needs #include <stdio.h>, since assert.h
129 (glob): Cast __alloca(); on SunOS4 it uses the default return type
131 (glob): Irix defines getlogin_r() to return a char*; move the
138 * posix/glob.c [WIN32]: Don't include <pwd.h>; don't use d_ino;
140 (glob) [WIN32]: Use "c:/users/default" for ~ if no HOME variable.
142 * posix/glob.h: Likewise.
146 * posix/glob.h [!_AMIGA && !VMS]: Check this instead of just [!_AMIGA]
151 * posix/glob.c: Include <alloca.h> only [HAVE_ALLOCA_H], not [sparc].