Searched refs:GLOB_ICASE (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libast/common/include/
H A Dglob.h109 #define GLOB_ICASE 0x0200 /* ignore case on match */ macro
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dglob.h118 #define GLOB_ICASE 0x0200 /* ignore case on match */ macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dglob.h118 #define GLOB_ICASE 0x0200 /* ignore case on match */ macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dglob.h118 #define GLOB_ICASE 0x0200 /* ignore case on match */ macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dglob.h118 #define GLOB_ICASE 0x0200 /* ignore case on match */ macro
/osnet-11/usr/src/lib/libast/common/misc/
H A Dglob.c144 return strchr(astconf("PATH_ATTRIBUTES", path, NiL), 'c') ? GLOB_ICASE : 0;
484 if (!(gp->re_flags & REG_ICASE) && ((*gp->gl_attr)(gp, dirname, 0) & GLOB_ICASE))
658 if (flags & GLOB_ICASE)
703 f |= GLOB_ICASE;
705 f &= ~GLOB_ICASE;
727 if (f & GLOB_ICASE)
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dexpand.c118 flags |= GLOB_ICASE;

Completed in 29 milliseconds