Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/head/
H A Dglob.h126 #define GLOB_NOCHECK 0x0008 /* Return unquoted arg if no match */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dglob.h102 #define GLOB_NOCHECK 0x0010 /* nomatch is original pattern */ macro
/illumos-gate/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()
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dglob.c613 !(pglob->gl_flags & GLOB_NOCHECK)) in glob0()
688 if ((pglob->gl_flags & GLOB_NOCHECK) || in glob0()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE1170 glob: fix GLOB_NOCHECK to avoid stat() and properly trim patterns