/titanic_44/usr/src/lib/libast/common/string/ |
H A D | strmatch.c | 78 strgrpmatch(const char* b, const char* p, int* sub, int n, register int flags) in strgrpmatch() function 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/amd64/include/ast/ |
H A D | ast_map.h | 338 #undef strgrpmatch 339 #define strgrpmatch _ast_strgrpmatch macro
|
H A D | ast.h | 326 extern __MANGLE__ int strgrpmatch __PROTO__((const char*, const char*, int*, int, int));
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_map.h | 317 #undef strgrpmatch 318 #define strgrpmatch _ast_strgrpmatch macro
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_map.h | 338 #undef strgrpmatch 339 #define strgrpmatch _ast_strgrpmatch macro
|
H A D | ast.h | 326 extern __MANGLE__ int strgrpmatch __PROTO__((const char*, const char*, int*, int, int));
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_map.h | 317 #undef strgrpmatch 318 #define strgrpmatch _ast_strgrpmatch macro
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_map.h | 338 #undef strgrpmatch 339 #define strgrpmatch _ast_strgrpmatch macro
|
H A D | ast.h | 326 extern __MANGLE__ int strgrpmatch __PROTO__((const char*, const char*, int*, int, int));
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_map.h | 317 #undef strgrpmatch 318 #define strgrpmatch _ast_strgrpmatch macro
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_map.h | 317 #undef strgrpmatch 318 #define strgrpmatch _ast_strgrpmatch macro
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_map.h | 338 #undef strgrpmatch 339 #define strgrpmatch _ast_strgrpmatch macro
|
H A D | ast.h | 326 extern __MANGLE__ int strgrpmatch __PROTO__((const char*, const char*, int*, int, int));
|
/titanic_44/usr/src/lib/libast/common/include/ |
H A D | ast.h | 308 extern int strgrpmatch(const char*, const char*, int*, int, int);
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | map | 317 #undef strgrpmatch 318 #define strgrpmatch _ast_strgrpmatch
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | map | 317 #undef strgrpmatch 318 #define strgrpmatch _ast_strgrpmatch
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | map | 317 #undef strgrpmatch 318 #define strgrpmatch _ast_strgrpmatch
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | map | 317 #undef strgrpmatch 318 #define strgrpmatch _ast_strgrpmatch
|
/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/libshell/common/sh/ |
H A D | macro.c | 1694 nmatch=strgrpmatch(v,pattern,match,elementsof(match)/2,flag); 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()
|
/titanic_44/usr/src/lib/libast/common/misc/ |
H A D | fastfind.c | 909 …if (!fp->decode.match || strgrpmatch(fp->decode.path, fp->decode.pattern, NiL, 0, STR_MAXIMAL|STR_… in findread()
|
H A D | fts.c | 1513 return !strgrpmatch(fmtfs(ent->fts_statp), "([an]fs|samb)", NiL, 0, STR_LEFT|STR_ICASE); in fts_local()
|
H A D | magic.c | 47 #define match(s,p) strgrpmatch(s,p,NiL,0,STR_LEFT|STR_RIGHT|STR_ICASE)
|
/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()
|