Home
last modified time | relevance | path

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

12

/titanic_51/usr/src/contrib/ast/src/lib/libast/string/
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()
187 * OBSOLETE: use strgrpmatch()
195 return strgrpmatch(s, p, match, 1, (flags ? STR_MAXIMAL : 0)|STR_LEFT) ? (char*)s + match[1] : (char*)0; 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
H A Dccmapid.c147 if (strgrpmatch(name, mp->match, sub, elementsof(sub) / 2, STR_MAXIMAL|STR_LEFT|STR_ICASE)) in ccmapid()
/titanic_51/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_51/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
/titanic_51/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dapi83 #undef strgrpmatch
84 #define strgrpmatch strgrpmatch_20120528
/titanic_51/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dapi83 #undef strgrpmatch
84 #define strgrpmatch strgrpmatch_20120528
/titanic_51/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dapi83 #undef strgrpmatch
84 #define strgrpmatch strgrpmatch_20120528
/titanic_51/usr/src/contrib/ast/src/lib/libast/features/
H A Dapi5 api ast 20120528 regexec regnexec regrexec regsubexec strgrpmatch
/titanic_51/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()
/titanic_51/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h317 #undef strgrpmatch
318 #define strgrpmatch _ast_strgrpmatch macro
/titanic_51/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h317 #undef strgrpmatch
318 #define strgrpmatch _ast_strgrpmatch macro
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h338 #undef strgrpmatch
339 #define strgrpmatch _ast_strgrpmatch macro
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h338 #undef strgrpmatch
339 #define strgrpmatch _ast_strgrpmatch macro
/titanic_51/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h317 #undef strgrpmatch
318 #define strgrpmatch _ast_strgrpmatch macro
/titanic_51/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h317 #undef strgrpmatch
318 #define strgrpmatch _ast_strgrpmatch macro
/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h338 #undef strgrpmatch
339 #define strgrpmatch _ast_strgrpmatch macro
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h338 #undef strgrpmatch
339 #define strgrpmatch _ast_strgrpmatch macro
/titanic_51/usr/src/lib/libast/common/include/
H A Dast.h308 extern int strgrpmatch(const char*, const char*, int*, int, int);
/titanic_51/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dmap317 #undef strgrpmatch
318 #define strgrpmatch _ast_strgrpmatch
/titanic_51/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dmap317 #undef strgrpmatch
318 #define strgrpmatch _ast_strgrpmatch
/titanic_51/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dmap317 #undef strgrpmatch
318 #define strgrpmatch _ast_strgrpmatch
/titanic_51/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dmap317 #undef strgrpmatch
318 #define strgrpmatch _ast_strgrpmatch
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/
H A Dast.h148 * strgrpmatch() flags
330 extern int strgrpmatch(const char*, const char*, int*, int, int);

12