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

/macosx-10.10/ksh-23/ksh/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))
/macosx-10.10/ksh-23/ksh/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);
/macosx-10.10/ksh-23/ksh/src/lib/libast/include/
H A Dast.h152 #define STR_LEFT 02 /* implicit left anchor */ macro
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dtest.c103 n = strgrpmatch(str, pat, match, m, STR_GROUP|STR_MAXIMAL|STR_LEFT|STR_RIGHT);
/macosx-10.10/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/ksh-23/ksh/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 209 milliseconds