Searched defs:gl_type (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/include/
H A Dglob.h71 int (*gl_type)(glob_t*, const char*, int); member in struct:_glob_
122 /* gl_type return */
/ast/src/lib/libast/misc/
H A Dglob.c115 * default gl_type
119 gl_type(glob_t* gp, const char* path, int flags) function
245 if ((*gp->gl_type)(gp, stakptr(MATCHPATH(gp)), 0) != GLOB_DIR)
263 if (!endslash && (gp->gl_flags & GLOB_MARK) && (type = (*gp->gl_type)(gp, stakptr(MATCHPATH(gp)), 0)))
350 c = (*gp->gl_type)(gp, prefix, 0);
355 else if ((anymeta || !(gp->gl_flags & GLOB_NOCHECK)) && (*gp->gl_type)(gp, prefix, 0))
482 if ((!starstar && !gp->gl_starstar || (*gp->gl_type)(gp, dirname, GLOB_STARSTAR) == GLOB_DIR) && (dirf = (*gp->gl_diropen)(gp, dirname)))
625 gp->gl_type = 0;
652 if (!gp->gl_type)
653 gp->gl_type
[all...]

Completed in 21 milliseconds