Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libast/common/misc/
H A Dglob.c126 if ((flags & GLOB_STARSTAR) ? (*gp->gl_lstat)(path, &st) : (*gp->gl_stat)(path, &st)) in gl_type()
430 if (!complete && (gp->gl_flags & GLOB_STARSTAR)) in glob_dir()
453 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()
596 gp->gl_flags |= GLOB_STARSTAR; in glob()
712 f |= GLOB_STARSTAR; in glob()
714 f &= ~GLOB_STARSTAR; in glob()
795 gp->gl_flags &= ~GLOB_STARSTAR; in glob()
/titanic_44/usr/src/lib/libast/common/include/
H A Dglob.h107 #define GLOB_STARSTAR 0x0080 /* enable [/]**[/] expansion */ macro
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dglob.h116 #define GLOB_STARSTAR 0x0080 /* enable [/]**[/] expansion */ macro
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dglob.h116 #define GLOB_STARSTAR 0x0080 /* enable [/]**[/] expansion */ macro
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dglob.h116 #define GLOB_STARSTAR 0x0080 /* enable [/]**[/] expansion */ macro
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dglob.h116 #define GLOB_STARSTAR 0x0080 /* enable [/]**[/] expansion */ macro
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dexpand.c109 flags |= GLOB_STARSTAR; in path_expand()
/titanic_44/usr/src/lib/libast/common/
H A DRELEASE116 08-07-21 include/glob.h,misc/glob.c: GLOB_STARSTAR only forces lstat on chdir
701 02-10-28 misc/glob.c: add GLOB_STARSTAR for /**/ and GLOB_NOTDIR optimization