Home
last modified time | relevance | path

Searched refs:gl_diropen (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dglob.c79 gl_diropen(glob_t* gp, const char* path) in gl_diropen() function
483 …(*gp->gl_type)(gp, dirname, GLOB_STARSTAR) == GLOB_DIR) && (dirf = (*gp->gl_diropen)(gp, dirname))) in glob_dir()
629 gp->gl_diropen = 0; in glob()
653 if (!gp->gl_diropen) in glob()
654 gp->gl_diropen = gl_diropen; in glob()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dglob.h68 void* (*gl_diropen)(glob_t*, const char*); member