Searched refs:STR_ICASE (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/ksh-23/ksh/src/lib/libast/string/
H A Dccmapid.c147 if (strgrpmatch(name, mp->match, sub, elementsof(sub) / 2, STR_MAXIMAL|STR_LEFT|STR_ICASE))
H A Dstrmatch.c130 if (flags & STR_ICASE)
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/astsa/
H A Dast.h47 #define STR_ICASE 010 /* ignore case */ macro
H A Dstrmatch.c183 icase = flags & STR_ICASE;
314 if ((flags & STR_ICASE) && isupper(sc))
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/include/
H A Dast.h154 #define STR_ICASE 010 /* ignore case */ macro
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Diconv.c452 if (strgrpmatch(m, cp->match, sub, elementsof(sub) / 2, STR_MAXIMAL|STR_LEFT|STR_ICASE))
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Dfastfind.c701 ignorecase = fp->decode.ignorecase ? STR_ICASE : 0;
H A Dfts.c1530 return !strgrpmatch(fmtfs(ent->fts_statp), "([an]fs|samb)", NiL, 0, STR_LEFT|STR_ICASE);
H A Dmagic.c47 #define match(s,p) strgrpmatch(s,p,NiL,0,STR_LEFT|STR_RIGHT|STR_ICASE)

Completed in 425 milliseconds