Searched refs:GLOB_DIR (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libast/common/include/
H A Dglob.h125 #define GLOB_DIR 2 /* directory */ macro
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dglob.h134 #define GLOB_DIR 2 /* directory */ macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dglob.h134 #define GLOB_DIR 2 /* directory */ macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dglob.h134 #define GLOB_DIR 2 /* directory */ macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dglob.h134 #define GLOB_DIR 2 /* directory */ macro
/osnet-11/usr/src/lib/libast/common/misc/
H A Dglob.c127 type = GLOB_DIR;
245 if ((*gp->gl_type)(gp, stakptr(MATCHPATH(gp)), 0) != GLOB_DIR)
270 else if (type == GLOB_DIR && (gp->gl_flags & GLOB_MARK))
352 if (c == GLOB_DIR)
482 if ((!starstar && !gp->gl_starstar || (*gp->gl_type)(gp, dirname, GLOB_STARSTAR) == GLOB_DIR) && (dirf = (*gp->gl_diropen)(gp, dirname)))

Completed in 26 milliseconds