Searched refs:GLOB_ALTDIRFUNC (Results 1 – 9 of 9) sorted by relevance
699 || (((flags & GLOB_ALTDIRFUNC)741 if ((flags & GLOB_ALTDIRFUNC) != 0)754 | GLOB_ALTDIRFUNC))1049 return ((flags & GLOB_ALTDIRFUNC) in weak_alias()1099 if (((flags & GLOB_ALTDIRFUNC) in glob_in_dir()1125 stream = ((flags & GLOB_ALTDIRFUNC) in glob_in_dir()1162 if (flags & GLOB_ALTDIRFUNC) in glob_in_dir()1176 struct dirent *d = ((flags & GLOB_ALTDIRFUNC) in glob_in_dir()1267 if (flags & GLOB_ALTDIRFUNC) in glob_in_dir()1279 if (flags & GLOB_ALTDIRFUNC) in glob_in_dir()
60 # define GLOB_ALTDIRFUNC (1 << 9)/* Use gl_opendir et al functions. */ macro69 GLOB_PERIOD|GLOB_ALTDIRFUNC|GLOB_BRACE| \
605 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in glob3()628 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in glob3()770 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in g_opendir()782 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in g_lstat()793 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in g_stat()
85 #define GLOB_ALTDIRFUNC 0x0040 /* Use alternately specified directory funcs. */
772 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in glob3()861 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in glob3()1080 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in g_opendir()1097 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in g_lstat()1113 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in g_stat()
87 #define GLOB_ALTDIRFUNC 0x00040 /* Use alternately specified directory funcs. */ macro
131 if ((r = glob(pattern, flags | GLOB_ALTDIRFUNC|GLOB_LIMIT, errfunc, pglob)) != 0) in sftp_glob()
110 arglist.glob.gl_flags = GLOB_ALTDIRFUNC; in runcmdshell()376 if ((globretval = glob(name, GLOB_ALTDIRFUNC, NULL, &ap->glob)) < 0) { in getcmd()
218 switch ((e = glob(p, GLOB_ALTDIRFUNC | flags, NULL, &gl))) { in run()