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

/ast/src/lib/libast/include/
H A Dglob.h68 void* (*gl_diropen)(glob_t*, const char*); member in struct:_glob_
/ast/src/lib/libast/misc/
H A Dglob.c75 * default gl_diropen
79 gl_diropen(glob_t* gp, const char* path) function
482 if ((!starstar && !gp->gl_starstar || (*gp->gl_type)(gp, dirname, GLOB_STARSTAR) == GLOB_DIR) && (dirf = (*gp->gl_diropen)(gp, dirname)))
622 gp->gl_diropen = 0;
646 if (!gp->gl_diropen)
647 gp->gl_diropen = gl_diropen;

Completed in 15 milliseconds