Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libshell/common/sh/
H A Dexpand.c105 flags = GLOB_AUGMENTED|GLOB_NOCHECK|GLOB_NOSORT|GLOB_STACK|GLOB_LIST|GLOB_DISC; in path_expand()
116 flags &= ~GLOB_NOCHECK; in path_expand()
130 flags &= ~GLOB_NOCHECK; in path_expand()
194 flags &= ~GLOB_NOCHECK; in path_expand()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dexpand.c105 flags = GLOB_GROUP|GLOB_AUGMENTED|GLOB_NOCHECK|GLOB_NOSORT|GLOB_STACK|GLOB_LIST|GLOB_DISC; in path_expand()
116 flags &= ~GLOB_NOCHECK; in path_expand()
130 flags &= ~GLOB_NOCHECK; in path_expand()
194 flags &= ~GLOB_NOCHECK; in path_expand()
/titanic_51/usr/src/head/
H A Dglob.h126 #define GLOB_NOCHECK 0x0008 /* Return unquoted arg if no match */ macro
138 #define GLOB_NOMAGIC 0x0200 /* GLOB_NOCHECK without magic chars (csh). */
/titanic_51/usr/src/lib/libast/common/include/
H A Dglob.h102 #define GLOB_NOCHECK 0x0010 /* nomatch is original pattern */ macro
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/
H A Dglob.h102 #define GLOB_NOCHECK 0x0010 /* nomatch is original pattern */ macro
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Dglob.h111 #define GLOB_NOCHECK 0x0010 /* nomatch is original pattern */ macro
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Dglob.h111 #define GLOB_NOCHECK 0x0010 /* nomatch is original pattern */ macro
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Dglob.h111 #define GLOB_NOCHECK 0x0010 /* nomatch is original pattern */ macro
/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Dglob.h111 #define GLOB_NOCHECK 0x0010 /* nomatch is original pattern */ macro
/titanic_51/usr/src/lib/libast/common/misc/
H A Dglob.c358 else if ((anymeta || !(gp->gl_flags & GLOB_NOCHECK)) && (*gp->gl_type)(gp, prefix, 0)) in glob_dir()
706 f &= ~GLOB_NOCHECK; in glob()
708 f |= GLOB_NOCHECK; in glob()
750 if (flags & GLOB_NOCHECK) in glob()
/titanic_51/usr/src/contrib/ast/src/lib/libast/misc/
H A Dglob.c355 else if ((anymeta || !(gp->gl_flags & GLOB_NOCHECK)) && (*gp->gl_type)(gp, prefix, 0)) in glob_dir()
722 f &= ~GLOB_NOCHECK; in glob()
724 f |= GLOB_NOCHECK; in glob()
772 if (flags & GLOB_NOCHECK) in glob()
/titanic_51/usr/src/lib/libc/port/regex/
H A Dglob.c50 * Same as GLOB_NOCHECK, but it will only append pattern if it did
615 !(pglob->gl_flags & GLOB_NOCHECK)) in glob0()
685 * if GLOB_NOCHECK was specified or if GLOB_NOMAGIC was specified in glob0()
690 if ((pglob->gl_flags & GLOB_NOCHECK) || in glob0()
/titanic_51/usr/src/lib/libast/common/
H A DRELEASE982 glob: fix GLOB_NOCHECK to avoid stat() and properly trim patterns
/titanic_51/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE1170 glob: fix GLOB_NOCHECK to avoid stat() and properly trim patterns