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

/illumos-gate/usr/src/lib/libast/common/misc/
H A Dglob.c307 int notdir; local
525 if (notdir = (gp->gl_status & GLOB_NOTDIR))
529 if (matchdir && (name[0] != '.' || name[1] && (name[1] != '.' || name[2])) && !notdir)
533 if (!rescan || !notdir)
535 if (starstar==1 || (starstar==2 && !notdir))

Completed in 57 milliseconds