Searched refs:GLOB_ALTDIRFUNC (Results 1 – 4 of 4) sorted by relevance
88 # define GLOB_ALTDIRFUNC (1 << 9)/* Use gl_opendir et al functions. */ macro97 GLOB_PERIOD|GLOB_ALTDIRFUNC|GLOB_BRACE| \
806 || (((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)
122 * glob.h: OSF4 defines macros in such a way that GLOB_ALTDIRFUNC
3061 switch (glob (old->name, GLOB_NOCHECK|GLOB_ALTDIRFUNC, NULL, &gl)) in multi_glob()