Searched refs:STR_MAXIMAL (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/lib/libast/common/string/ |
H A D | strmatch.c | 111 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 D | ccmapid.c | 147 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 D | ast.h | 153 #define STR_MAXIMAL 01 /* maximal match */ macro
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast.h | 162 #define STR_MAXIMAL 01 /* maximal match */ macro
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | ast.h | 162 #define STR_MAXIMAL 01 /* maximal match */ macro
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast.h | 162 #define STR_MAXIMAL 01 /* maximal match */ macro
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast.h | 162 #define STR_MAXIMAL 01 /* maximal match */ macro
|
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | macro.c | 1683 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 D | lex.c | 663 #ifndef STR_MAXIMAL in sh_lex()
|
/titanic_44/usr/src/lib/libshell/common/bltins/ |
H A D | test.c | 102 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 D | fastfind.c | 909 …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 D | iconv.c | 452 if (strgrpmatch(m, cp->match, sub, elementsof(sub) / 2, STR_MAXIMAL|STR_LEFT|STR_ICASE)) in _ast_iconv_name()
|