Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dglob.c127 type = GLOB_DIR; in gl_type()
245 if ((*gp->gl_type)(gp, stakptr(MATCHPATH(gp)), 0) != GLOB_DIR) in addmatch()
270 else if (type == GLOB_DIR && (gp->gl_flags & GLOB_MARK)) in addmatch()
352 if (c == GLOB_DIR) in glob_dir()
483 …if ((!starstar && !gp->gl_starstar || (*gp->gl_type)(gp, dirname, GLOB_STARSTAR) == GLOB_DIR) && (… in glob_dir()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dglob.h125 #define GLOB_DIR 2 /* directory */ macro