Searched refs:GLOB_ICASE (Results 1 – 10 of 10) sorted by relevance
/titanic_51/usr/src/lib/libast/common/misc/ |
H A D | glob.c | 146 return strchr(astconf("PATH_ATTRIBUTES", path, NiL), 'c') ? GLOB_ICASE : 0; in gl_attr() 485 if (!(gp->re_flags & REG_ICASE) && ((*gp->gl_attr)(gp, dirname, 0) & GLOB_ICASE)) in glob_dir() 649 if (flags & GLOB_ICASE) in glob() 694 f |= GLOB_ICASE; in glob() 696 f &= ~GLOB_ICASE; in glob() 718 if (f & GLOB_ICASE) in glob()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | glob.c | 144 return strchr(astconf("PATH_ATTRIBUTES", path, NiL), 'c') ? GLOB_ICASE : 0; in gl_attr() 485 if (!(gp->re_flags & REG_ICASE) && ((*gp->gl_attr)(gp, dirname, 0) & GLOB_ICASE)) in glob_dir() 665 if (flags & GLOB_ICASE) in glob() 710 f |= GLOB_ICASE; in glob() 712 f &= ~GLOB_ICASE; in glob() 734 if (f & GLOB_ICASE) in glob()
|
/titanic_51/usr/src/lib/libast/common/include/ |
H A D | glob.h | 109 #define GLOB_ICASE 0x0200 /* ignore case on match */ macro
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | glob.h | 109 #define GLOB_ICASE 0x0200 /* ignore case on match */ macro
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | glob.h | 118 #define GLOB_ICASE 0x0200 /* ignore case on match */ macro
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | glob.h | 118 #define GLOB_ICASE 0x0200 /* ignore case on match */ macro
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | glob.h | 118 #define GLOB_ICASE 0x0200 /* ignore case on match */ macro
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | glob.h | 118 #define GLOB_ICASE 0x0200 /* ignore case on match */ macro
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | expand.c | 118 flags |= GLOB_ICASE; in path_expand()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | expand.c | 118 flags |= GLOB_ICASE; in path_expand()
|