Home
last modified time | relevance | path

Searched refs:STR_MAXIMAL (Results 1 – 12 of 12) sorted by relevance

/titanic_44/usr/src/lib/libast/common/string/
H A Dstrmatch.c111 if (!(flags & STR_MAXIMAL)) in strgrpmatch()
154 return strgrpmatch(s, p, NiL, 0, STR_MAXIMAL|STR_LEFT|STR_RIGHT); in strmatch()
170 …return strgrpmatch(s, p, match, 1, (flags ? STR_MAXIMAL : 0)|STR_LEFT) ? (char*)s + match[1] : (ch… in strsubmatch()
H A Dccmapid.c147 if (strgrpmatch(name, mp->match, sub, elementsof(sub) / 2, STR_MAXIMAL|STR_LEFT|STR_ICASE)) in ccmapid()
/titanic_44/usr/src/lib/libast/common/include/
H A Dast.h153 #define STR_MAXIMAL 01 /* maximal match */ macro
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dast.h162 #define STR_MAXIMAL 01 /* maximal match */ macro
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dast.h162 #define STR_MAXIMAL 01 /* maximal match */ macro
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dast.h162 #define STR_MAXIMAL 01 /* maximal match */ macro
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dast.h162 #define STR_MAXIMAL 01 /* maximal match */ macro
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dmacro.c1683 flag = (type || c=='/')?(STR_GROUP|STR_MAXIMAL):STR_GROUP; in varsub()
1692 nmatch=substring(v,pattern,match,flag&STR_MAXIMAL); in varsub()
2331 if(n=strgrpmatch(sp,pat,smatch,elementsof(smatch)/2,STR_RIGHT|STR_MAXIMAL)) in substring()
2346 if(n=strgrpmatch(sp,pat,smatch,elementsof(smatch)/2,STR_RIGHT|STR_LEFT|STR_MAXIMAL)) in substring()
H A Dlex.c663 #ifndef STR_MAXIMAL in sh_lex()
/titanic_44/usr/src/lib/libshell/common/bltins/
H A Dtest.c102 n = strgrpmatch(str, pat, match, m, STR_MAXIMAL|STR_LEFT|STR_RIGHT); in test_strmatch()
/titanic_44/usr/src/lib/libast/common/misc/
H A Dfastfind.c909 …code.match || strgrpmatch(fp->decode.path, fp->decode.pattern, NiL, 0, STR_MAXIMAL|STR_LEFT|STR_RI… in findread()
/titanic_44/usr/src/lib/libast/common/comp/
H A Diconv.c452 if (strgrpmatch(m, cp->match, sub, elementsof(sub) / 2, STR_MAXIMAL|STR_LEFT|STR_ICASE)) in _ast_iconv_name()