Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libast/common/include/
H A Dglob.h118 #define GLOB_NOTDIR 0x0001 /* last gl_dirnext() not a dir */ macro
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/
H A Dglob.h120 #define GLOB_NOTDIR 0x0001 /* last gl_dirnext() not a dir */ macro
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Dglob.h127 #define GLOB_NOTDIR 0x0001 /* last gl_dirnext() not a dir */ macro
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Dglob.h127 #define GLOB_NOTDIR 0x0001 /* last gl_dirnext() not a dir */ macro
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Dglob.h127 #define GLOB_NOTDIR 0x0001 /* last gl_dirnext() not a dir */ macro
/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Dglob.h127 #define GLOB_NOTDIR 0x0001 /* last gl_dirnext() not a dir */ macro
/titanic_51/usr/src/lib/libast/common/misc/
H A Dglob.c99 gp->gl_status |= GLOB_NOTDIR; in gl_dirnext()
525 if (notdir = (gp->gl_status & GLOB_NOTDIR)) in glob_dir()
526 gp->gl_status &= ~GLOB_NOTDIR; in glob_dir()
/titanic_51/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()
/titanic_51/usr/src/lib/libast/common/
H A DRELEASE701 02-10-28 misc/glob.c: add GLOB_STARSTAR for /**/ and GLOB_NOTDIR optimization
/titanic_51/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE889 02-10-28 misc/glob.c: add GLOB_STARSTAR for /**/ and GLOB_NOTDIR optimization