Home
last modified time | relevance | path

Searched refs:GLOB_NOTDIR (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dglob.h120 #define GLOB_NOTDIR 0x0001 /* last gl_dirnext() not a dir */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dglob.c97 gp->gl_status |= GLOB_NOTDIR; in gl_dirnext()
532 if (notdir = (gp->gl_status & GLOB_NOTDIR)) in glob_dir()
533 gp->gl_status &= ~GLOB_NOTDIR; in glob_dir()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE889 02-10-28 misc/glob.c: add GLOB_STARSTAR for /**/ and GLOB_NOTDIR optimization