Searched refs:GLOB_ALTDIRFUNC (Results 1 – 4 of 4) sorted by relevance
646 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in glob3()684 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in glob3()839 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in g_opendir()854 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in g_lstat()868 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in g_stat()
97 #define GLOB_ALTDIRFUNC 0x0040 /* Use alternately specified directory funcs. */ macro
64 int res = glob(buf, GLOB_ALTDIRFUNC | GLOB_MARK, 0, &globbuf); in main()
309 int glob_altdirfunc = GLOB_ALTDIRFUNC;