Searched defs:regexec (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | xmlconfig.c | 52 static inline int regexec(regex_t *r, const char *s, int n, void *p, int f) { return REG_NOMATCH; } function in typeref:typename:int
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | button.c | 111 #define regexec(r,s,n,m,x) PCRE2regexec(r,s,n,m,x) macro
|
Completed in 10 milliseconds