Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dglob.c124 if ((flags & GLOB_STARSTAR) ? (*gp->gl_lstat)(path, &st) : (*gp->gl_stat)(path, &st)) in gl_type()
428 if (!complete && (gp->gl_flags & GLOB_STARSTAR)) in glob_dir()
452 if (rescan && !complete && (gp->gl_flags & GLOB_STARSTAR)) in glob_dir()
483 …if ((!starstar && !gp->gl_starstar || (*gp->gl_type)(gp, dirname, GLOB_STARSTAR) == GLOB_DIR) && (… in glob_dir()
610 gp->gl_flags |= GLOB_STARSTAR; in glob()
728 f |= GLOB_STARSTAR; in glob()
730 f &= ~GLOB_STARSTAR; in glob()
817 gp->gl_flags &= ~GLOB_STARSTAR; in glob()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dglob.h107 #define GLOB_STARSTAR 0x0080 /* enable [/]**[/] expansion */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dexpand.c109 flags |= GLOB_STARSTAR; in path_expand()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE304 08-07-21 include/glob.h,misc/glob.c: GLOB_STARSTAR only forces lstat on chdir
889 02-10-28 misc/glob.c: add GLOB_STARSTAR for /**/ and GLOB_NOTDIR optimization