Searched refs:GLOB_NOTDIR (Results 1 – 10 of 10) sorted by relevance
118 #define GLOB_NOTDIR 0x0001 /* last gl_dirnext() not a dir */ macro
120 #define GLOB_NOTDIR 0x0001 /* last gl_dirnext() not a dir */ macro
127 #define GLOB_NOTDIR 0x0001 /* last gl_dirnext() not a dir */ macro
99 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()
97 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()
701 02-10-28 misc/glob.c: add GLOB_STARSTAR for /**/ and GLOB_NOTDIR optimization
889 02-10-28 misc/glob.c: add GLOB_STARSTAR for /**/ and GLOB_NOTDIR optimization