Searched defs:strgrpmatch (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libast/string/
H A Dstrmatch.c80 strgrpmatch(const char* b, const char* p, ssize_t* sub, int n, register int flags) function
179 return strgrpmatch(s, p, NiL, 0, STR_MAXIMAL|STR_LEFT|STR_RIGHT);
187 * OBSOLETE: use strgrpmatch()
195 return strgrpmatch(s, p, match, 1, (flags ? STR_MAXIMAL : 0)|STR_LEFT) ? (char*)s + match[1] : (char*)0;
198 #undef strgrpmatch macro
200 #define strgrpmatch _ast_strgrpmatch macro
204 strgrpmatch(const char* b, const char* p, int* sub, int n, int flags) function
/ast/src/lib/libast/astsa/
H A Dstrmatch.c547 strgrpmatch(const char* b, const char* p, ssize_t* sub, int n, int flags) function
596 return strgrpmatch(s, p, NiL, 0, STR_MAXIMAL|STR_LEFT|STR_RIGHT);
/ast/src/cmd/3d/
H A Dstrmatch.c75 #define strgrpmatch _3d_strgrpmatch macro
757 strgrpmatch(const char* b, const char* p, ssize_t* sub, int n, int flags) function
809 return strgrpmatch(s, p, NiL, 0, STR_MAXIMAL|STR_LEFT|STR_RIGHT);

Completed in 15 milliseconds