Searched refs:GLOB_ALTDIRFUNC (Results 1 – 7 of 7) sorted by relevance
90 #define GLOB_ALTDIRFUNC 0x0040 /* Use alternately specified directory funcs. */ macro
733 if (pglob->gl_flags & GLOB_ALTDIRFUNC)773 if (pglob->gl_flags & GLOB_ALTDIRFUNC)995 if (pglob->gl_flags & GLOB_ALTDIRFUNC)1008 if (pglob->gl_flags & GLOB_ALTDIRFUNC)1020 if (pglob->gl_flags & GLOB_ALTDIRFUNC)
64 int res = glob(buf, GLOB_ALTDIRFUNC | GLOB_MARK, 0, &globbuf); in main()
149 return(glob(pattern, flags | GLOB_ALTDIRFUNC, errfunc, pglob)); in remote_glob()
1338 AC_MSG_CHECKING([for GLOB_ALTDIRFUNC support])1342 #ifdef GLOB_ALTDIRFUNC1349 the GLOB_ALTDIRFUNC extension])
150 /* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
309 int glob_altdirfunc = GLOB_ALTDIRFUNC;