/titanic_51/usr/src/contrib/ast/src/lib/libast/string/ |
H A D | strmatch.c | 80 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 D | ccmapid.c | 147 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 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_51/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | api | 83 #undef strgrpmatch 84 #define strgrpmatch strgrpmatch_20120528
|
H A D | map | 317 #undef strgrpmatch 318 #define strgrpmatch _ast_strgrpmatch
|
/titanic_51/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | api | 83 #undef strgrpmatch 84 #define strgrpmatch strgrpmatch_20120528
|
/titanic_51/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | api | 83 #undef strgrpmatch 84 #define strgrpmatch strgrpmatch_20120528
|
/titanic_51/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
H A D | api | 83 #undef strgrpmatch 84 #define strgrpmatch strgrpmatch_20120528
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | api | 5 api ast 20120528 regexec regnexec regrexec regsubexec strgrpmatch
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/astsa/ |
H A D | strmatch.c | 547 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 D | ast_map.h | 317 #undef strgrpmatch 318 #define strgrpmatch _ast_strgrpmatch macro
|
/titanic_51/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_map.h | 317 #undef strgrpmatch 318 #define strgrpmatch _ast_strgrpmatch macro
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_map.h | 338 #undef strgrpmatch 339 #define strgrpmatch _ast_strgrpmatch macro
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_map.h | 338 #undef strgrpmatch 339 #define strgrpmatch _ast_strgrpmatch macro
|
/titanic_51/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_map.h | 317 #undef strgrpmatch 318 #define strgrpmatch _ast_strgrpmatch macro
|
/titanic_51/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_map.h | 317 #undef strgrpmatch 318 #define strgrpmatch _ast_strgrpmatch macro
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_map.h | 338 #undef strgrpmatch 339 #define strgrpmatch _ast_strgrpmatch macro
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_map.h | 338 #undef strgrpmatch 339 #define strgrpmatch _ast_strgrpmatch macro
|
/titanic_51/usr/src/lib/libast/common/include/ |
H A D | ast.h | 308 extern int strgrpmatch(const char*, const char*, int*, int, int);
|
/titanic_51/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | map | 317 #undef strgrpmatch 318 #define strgrpmatch _ast_strgrpmatch
|
/titanic_51/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | map | 317 #undef strgrpmatch 318 #define strgrpmatch _ast_strgrpmatch
|
/titanic_51/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | map | 317 #undef strgrpmatch 318 #define strgrpmatch _ast_strgrpmatch
|
/titanic_51/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | map | 317 #undef strgrpmatch 318 #define strgrpmatch _ast_strgrpmatch
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | ast.h | 148 * strgrpmatch() flags 330 extern int strgrpmatch(const char*, const char*, int*, int, int);
|