Searched refs:STR_ICASE (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/ |
H A D | ccmapid.c | 147 if (strgrpmatch(name, mp->match, sub, elementsof(sub) / 2, STR_MAXIMAL|STR_LEFT|STR_ICASE)) in ccmapid()
|
H A D | strmatch.c | 130 if (flags & STR_ICASE) in strgrpmatch()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/ |
H A D | strmatch.c | 183 icase = flags & STR_ICASE; in onematch() 314 if ((flags & STR_ICASE) && isupper(sc)) in onematch()
|
H A D | ast.h | 47 #define STR_ICASE 010 /* ignore case */ macro
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | ast.h | 154 #define STR_ICASE 010 /* ignore case */ macro
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | iconv.c | 452 if (strgrpmatch(m, cp->match, sub, elementsof(sub) / 2, STR_MAXIMAL|STR_LEFT|STR_ICASE)) in _ast_iconv_name()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | fastfind.c | 701 ignorecase = fp->decode.ignorecase ? STR_ICASE : 0; in findread()
|
H A D | fts.c | 1530 return !strgrpmatch(fmtfs(ent->fts_statp), "([an]fs|samb)", NiL, 0, STR_LEFT|STR_ICASE); in fts_local()
|
H A D | magic.c | 47 #define match(s,p) strgrpmatch(s,p,NiL,0,STR_LEFT|STR_RIGHT|STR_ICASE)
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/ |
H A D | RELEASE | 1408 98-11-11 strmatch: add STR_ICASE
|