Home
last modified time | relevance | path

Searched refs:strgrpmatch (Results 1 – 20 of 20) sorted by path

/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dapi83 #undef strgrpmatch
84 #define strgrpmatch strgrpmatch_20120528
H A Dmap317 #undef strgrpmatch
318 #define strgrpmatch _ast_strgrpmatch
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dapi83 #undef strgrpmatch
84 #define strgrpmatch strgrpmatch_20120528
H A Dmap317 #undef strgrpmatch
318 #define strgrpmatch _ast_strgrpmatch
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dapi83 #undef strgrpmatch
84 #define strgrpmatch strgrpmatch_20120528
H A Dmap317 #undef strgrpmatch
318 #define strgrpmatch _ast_strgrpmatch
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dapi83 #undef strgrpmatch
84 #define strgrpmatch strgrpmatch_20120528
H A Dmap317 #undef strgrpmatch
318 #define strgrpmatch _ast_strgrpmatch
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtest.c103 n = strgrpmatch(str, pat, match, m, STR_GROUP|STR_MAXIMAL|STR_LEFT|STR_RIGHT); in test_strmatch()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmacro.c1824 nmatch=strgrpmatch(v,pattern,match,elementsof(match)/2,flag); in varsub()
2517 if(n=strgrpmatch(sp,pat,smatch,elementsof(smatch)/2,STR_RIGHT|STR_MAXIMAL)) in substring()
2532 if(n=strgrpmatch(sp,pat,smatch,elementsof(smatch)/2,STR_RIGHT|STR_LEFT|STR_MAXIMAL)) in substring()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE641 04-06-24 string/strmatch.c: strgrpmatch() match[] now variable size array
1190 strmatch,strgrpmatch: now a wrapper on regex
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dstrmatch.c547 strgrpmatch(const char* b, const char* p, ssize_t* sub, int n, int flags) in strgrpmatch() function
596 return strgrpmatch(s, p, NiL, 0, STR_MAXIMAL|STR_LEFT|STR_RIGHT); in strmatch()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Diconv.c452 if (strgrpmatch(m, cp->match, sub, elementsof(sub) / 2, STR_MAXIMAL|STR_LEFT|STR_ICASE)) in _ast_iconv_name()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dapi5 api ast 20120528 regexec regnexec regrexec regsubexec strgrpmatch
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dast.h330 extern int strgrpmatch(const char*, const char*, int*, int, int);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dfastfind.c888 …if (!fp->decode.match || strgrpmatch(fp->decode.path, fp->decode.pattern, NiL, 0, STR_MAXIMAL|STR_… in findread()
H A Dfts.c1530 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)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dccmapid.c147 if (strgrpmatch(name, mp->match, sub, elementsof(sub) / 2, STR_MAXIMAL|STR_LEFT|STR_ICASE)) in ccmapid()
H A Dstrmatch.c80 strgrpmatch(const char* b, const char* p, ssize_t* sub, int n, register int flags) in strgrpmatch() function
179 return strgrpmatch(s, p, NiL, 0, STR_MAXIMAL|STR_LEFT|STR_RIGHT); in strmatch()
195 …return strgrpmatch(s, p, match, 1, (flags ? STR_MAXIMAL : 0)|STR_LEFT) ? (char*)s + match[1] : (ch… in strsubmatch()
198 #undef strgrpmatch
200 #define strgrpmatch _ast_strgrpmatch macro
204 strgrpmatch(const char* b, const char* p, int* sub, int n, int flags) in strgrpmatch() function