Searched refs:STR_LEFT (Results 1 - 17 of 17) sorted by relevance

/ast/src/cmd/tw/
H A Dftwlocal.c38 return !strgrpmatch(fmtfs(&ftw->statb), "([an]fs|samb)", NiL, 0, STR_LEFT|STR_ICASE);
H A Dexpr.c675 return strgrpmatch(str, pat, NiL, 0, STR_MAXIMAL|STR_LEFT|STR_RIGHT|((Ftw_t*)env)->ignorecase);
/ast/src/lib/libast/string/
H A Dstrmatch.c126 if (flags & STR_LEFT)
179 return strgrpmatch(s, p, NiL, 0, STR_MAXIMAL|STR_LEFT|STR_RIGHT);
195 return strgrpmatch(s, p, match, 1, (flags ? STR_MAXIMAL : 0)|STR_LEFT) ? (char*)s + match[1] : (char*)0;
H A Dccmapid.c147 if (strgrpmatch(name, mp->match, sub, elementsof(sub) / 2, STR_MAXIMAL|STR_LEFT|STR_ICASE))
/ast/src/cmd/re/
H A Dtestmatch.c107 H(" a STR_LEFT|STR_RIGHT implicit ^...$\n");
109 H(" l STR_LEFT implicit ^...\n");
157 #if !defined(STR_ICASE) && !defined(STR_LEFT) && !defined(STR_MAXIMAL) && !defined(STR_RIGHT)
171 #ifndef STR_LEFT
185 #ifndef STR_LEFT
186 #define STR_LEFT NOTEST macro
195 #if STR_ICASE==NOTEST && STR_LEFT==NOTEST && STR_MAXIMAL==NOTEST && STR_RIGHT==NOTEST
850 eflags |= STR_LEFT|STR_RIGHT;
882 eflags |= STR_LEFT;
1132 if (eflags ^ (STR_LEFT|STR_RIGH
[all...]
/ast/src/lib/libast/astsa/
H A Dast.h45 #define STR_LEFT 02 /* implicit left anchor */ macro
H A Dstrmatch.c568 if ((flags & STR_LEFT) || s >= e)
596 return strgrpmatch(s, p, NiL, 0, STR_MAXIMAL|STR_LEFT|STR_RIGHT);
/ast/src/cmd/sort/
H A Dsfopen.c219 if (!io->pattern && !(m = 0) || (m = strgrpmatch(path, io->pattern, sub, elementsof(sub) / 2, STR_MAXIMAL|STR_LEFT|STR_RIGHT)))
/ast/src/cmd/3d/
H A Dstrmatch.c781 if ((flags & STR_LEFT) || s >= e)
809 return strgrpmatch(s, p, NiL, 0, STR_MAXIMAL|STR_LEFT|STR_RIGHT);
/ast/src/lib/libast/include/
H A Dast.h152 #define STR_LEFT 02 /* implicit left anchor */ macro
/ast/src/cmd/ksh93/bltins/
H A Dtest.c103 n = strgrpmatch(str, pat, match, m, STR_GROUP|STR_MAXIMAL|STR_LEFT|STR_RIGHT);
/ast/src/cmd/mailx/
H A Dspam.c81 #define strcasecmp(s,p) (!strgrpmatch(s,p,NiL,0,STR_ICASE|STR_MAXIMAL|STR_LEFT|STR_RIGHT))
/ast/src/cmd/pax/
H A Dmisc.c98 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 Diconv.c452 if (strgrpmatch(m, cp->match, sub, elementsof(sub) / 2, STR_MAXIMAL|STR_LEFT|STR_ICASE))
/ast/src/lib/libast/misc/
H A Dfastfind.c888 if (!fp->decode.match || strgrpmatch(fp->decode.path, fp->decode.pattern, NiL, 0, STR_MAXIMAL|STR_LEFT|STR_RIGHT|ignorecase))
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 242 milliseconds