Home
last modified time | relevance | path

Searched refs:strgrpmatch (Results 1 – 25 of 26) sorted by relevance

12

/titanic_44/usr/src/lib/libast/common/string/
H A Dstrmatch.c78 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 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/amd64/include/ast/
H A Dast_map.h338 #undef strgrpmatch
339 #define strgrpmatch _ast_strgrpmatch macro
H A Dast.h326 extern __MANGLE__ int strgrpmatch __PROTO__((const char*, const char*, int*, int, int));
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h317 #undef strgrpmatch
318 #define strgrpmatch _ast_strgrpmatch macro
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h338 #undef strgrpmatch
339 #define strgrpmatch _ast_strgrpmatch macro
H A Dast.h326 extern __MANGLE__ int strgrpmatch __PROTO__((const char*, const char*, int*, int, int));
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h317 #undef strgrpmatch
318 #define strgrpmatch _ast_strgrpmatch macro
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h338 #undef strgrpmatch
339 #define strgrpmatch _ast_strgrpmatch macro
H A Dast.h326 extern __MANGLE__ int strgrpmatch __PROTO__((const char*, const char*, int*, int, int));
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h317 #undef strgrpmatch
318 #define strgrpmatch _ast_strgrpmatch macro
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h317 #undef strgrpmatch
318 #define strgrpmatch _ast_strgrpmatch macro
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h338 #undef strgrpmatch
339 #define strgrpmatch _ast_strgrpmatch macro
H A Dast.h326 extern __MANGLE__ int strgrpmatch __PROTO__((const char*, const char*, int*, int, int));
/titanic_44/usr/src/lib/libast/common/include/
H A Dast.h308 extern int strgrpmatch(const char*, const char*, int*, int, int);
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dmap317 #undef strgrpmatch
318 #define strgrpmatch _ast_strgrpmatch
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dmap317 #undef strgrpmatch
318 #define strgrpmatch _ast_strgrpmatch
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dmap317 #undef strgrpmatch
318 #define strgrpmatch _ast_strgrpmatch
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dmap317 #undef strgrpmatch
318 #define strgrpmatch _ast_strgrpmatch
/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/libshell/common/sh/
H A Dmacro.c1694 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 Dfastfind.c909 …if (!fp->decode.match || strgrpmatch(fp->decode.path, fp->decode.pattern, NiL, 0, STR_MAXIMAL|STR_… in findread()
H A Dfts.c1513 return !strgrpmatch(fmtfs(ent->fts_statp), "([an]fs|samb)", NiL, 0, STR_LEFT|STR_ICASE); in fts_local()
H A Dmagic.c47 #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 Diconv.c452 if (strgrpmatch(m, cp->match, sub, elementsof(sub) / 2, STR_MAXIMAL|STR_LEFT|STR_ICASE)) in _ast_iconv_name()

12