Searched refs:STR_ICASE (Results 1 - 16 of 16) sorted by relevance
/ast/src/cmd/tw/ |
H A D | ftwlocal.c | 38 return !strgrpmatch(fmtfs(&ftw->statb), "([an]fs|samb)", NiL, 0, STR_LEFT|STR_ICASE);
|
H A D | tw.c | 572 ftw->ignorecase = (state.icase || (!ftw->level || !ftw->parent->ignorecase) && strchr(astconf("PATH_ATTRIBUTES", ftw->name, NiL), 'c')) ? STR_ICASE : 0; 575 ftw->ignorecase = ftw->level ? ftw->parent->ignorecase : (state.icase || strchr(astconf("PATH_ATTRIBUTES", ftw->name, NiL), 'c')) ? STR_ICASE : 0;
|
/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))
|
H A D | strmatch.c | 130 if (flags & STR_ICASE)
|
/ast/src/cmd/re/ |
H A D | testmatch.c | 108 H(" i STR_ICASE ignore case\n"); 157 #if !defined(STR_ICASE) && !defined(STR_LEFT) && !defined(STR_MAXIMAL) && !defined(STR_RIGHT) 168 #ifndef STR_ICASE 182 #ifndef STR_ICASE 183 #define STR_ICASE NOTEST macro 195 #if STR_ICASE==NOTEST && STR_LEFT==NOTEST && STR_MAXIMAL==NOTEST && STR_RIGHT==NOTEST 873 eflags |= STR_ICASE;
|
/ast/src/lib/libast/astsa/ |
H A D | ast.h | 47 #define STR_ICASE 010 /* ignore case */ macro
|
H A D | strmatch.c | 183 icase = flags & STR_ICASE; 314 if ((flags & STR_ICASE) && isupper(sc))
|
/ast/src/cmd/3d/ |
H A D | strmatch.c | 281 icase = flags & STR_ICASE; 426 if ((flags & STR_ICASE) && isupper(sc))
|
/ast/src/lib/libast/include/ |
H A D | ast.h | 154 #define STR_ICASE 010 /* ignore case */ macro
|
/ast/src/cmd/html/ |
H A D | htmlrefs.c | 481 else if (strgrpmatch(s, "</HEAD>", NiL, 0, STR_ICASE)) 874 if (head && strgrpmatch(s, "</HEAD>", NiL, 0, STR_ICASE))
|
/ast/src/cmd/mailx/ |
H A D | spam.c | 81 #define strcasecmp(s,p) (!strgrpmatch(s,p,NiL,0,STR_ICASE|STR_MAXIMAL|STR_LEFT|STR_RIGHT))
|
/ast/src/cmd/pax/ |
H A D | misc.c | 98 if (!strcasecmp(name, fp->name) || fp->match && strgrpmatch(name, fp->match, NiL, 0, STR_ICASE|STR_LEFT|STR_RIGHT))
|
/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))
|
/ast/src/lib/libast/misc/ |
H A D | fastfind.c | 701 ignorecase = fp->decode.ignorecase ? STR_ICASE : 0;
|
H A D | fts.c | 1530 return !strgrpmatch(fmtfs(ent->fts_statp), "([an]fs|samb)", NiL, 0, STR_LEFT|STR_ICASE);
|
H A D | magic.c | 47 #define match(s,p) strgrpmatch(s,p,NiL,0,STR_LEFT|STR_RIGHT|STR_ICASE)
|
Completed in 57 milliseconds