Home
last modified time | relevance | path

Searched refs:GLOB_ALTDIRFUNC (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/make-3.81/glob/
Dglob.h88 # define GLOB_ALTDIRFUNC (1 << 9)/* Use gl_opendir et al functions. */ macro
97 GLOB_PERIOD|GLOB_ALTDIRFUNC|GLOB_BRACE| \
Dglob.c806 || (((flags & GLOB_ALTDIRFUNC)
953 if (((flags & GLOB_ALTDIRFUNC)
1028 if (((flags & GLOB_ALTDIRFUNC)
1261 if (((flags & GLOB_ALTDIRFUNC)
1288 stream = ((flags & GLOB_ALTDIRFUNC)
1315 struct dirent *d = ((flags & GLOB_ALTDIRFUNC)
1399 if (flags & GLOB_ALTDIRFUNC)
1411 if (flags & GLOB_ALTDIRFUNC)
DChangeLog122 * glob.h: OSF4 defines macros in such a way that GLOB_ALTDIRFUNC
/ndk/sources/host-tools/make-3.81/
Dread.c3061 switch (glob (old->name, GLOB_NOCHECK|GLOB_ALTDIRFUNC, NULL, &gl)) in multi_glob()