Home
last modified time | relevance | path

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

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