Searched refs:GLOB_ALTDIRFUNC (Results 1 – 7 of 7) sorted by relevance
86 #define GLOB_ALTDIRFUNC 0x0040 /* Use alternately specified directory funcs. */ macro
732 if (pglob->gl_flags & GLOB_ALTDIRFUNC)772 if (pglob->gl_flags & GLOB_ALTDIRFUNC)994 if (pglob->gl_flags & GLOB_ALTDIRFUNC)1007 if (pglob->gl_flags & GLOB_ALTDIRFUNC)1019 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()
1295 AC_MSG_CHECKING([for GLOB_ALTDIRFUNC support])1299 #ifdef GLOB_ALTDIRFUNC1306 the GLOB_ALTDIRFUNC extension])
150 /* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
309 int glob_altdirfunc = GLOB_ALTDIRFUNC;