Searched refs:GLOB_STARSTAR (Results 1 – 12 of 12) sorted by relevance
/titanic_51/usr/src/lib/libast/common/misc/ |
H A D | glob.c | 126 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_51/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | glob.c | 124 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) && (dirf = (*gp->gl_diropen)(gp, dirname))) 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()
|
/titanic_51/usr/src/lib/libast/common/include/ |
H A D | glob.h | 107 #define GLOB_STARSTAR 0x0080 /* enable [/]**[/] expansion */ macro
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | glob.h | 107 #define GLOB_STARSTAR 0x0080 /* enable [/]**[/] expansion */ macro
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | glob.h | 116 #define GLOB_STARSTAR 0x0080 /* enable [/]**[/] expansion */ macro
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | glob.h | 116 #define GLOB_STARSTAR 0x0080 /* enable [/]**[/] expansion */ macro
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | glob.h | 116 #define GLOB_STARSTAR 0x0080 /* enable [/]**[/] expansion */ macro
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | glob.h | 116 #define GLOB_STARSTAR 0x0080 /* enable [/]**[/] expansion */ macro
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | expand.c | 109 flags |= GLOB_STARSTAR; in path_expand()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | expand.c | 109 flags |= GLOB_STARSTAR; in path_expand()
|
/titanic_51/usr/src/lib/libast/common/ |
H A D | RELEASE | 116 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
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/ |
H A D | RELEASE | 304 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
|