Searched defs:regexec (Results 1 – 9 of 9) sorted by relevance
| /third_party/boost/boost/regex/v4/ |
| D | cregex.hpp | 176 #define regexec regexecW macro 182 #define regexec regexecA macro
|
| /third_party/pcre2/pcre2/src/ |
| D | pcre2posix.h | 154 #define regexec pcre2_regexec macro
|
| /third_party/boost/tools/build/src/engine/ |
| D | regexp.cpp | 797 regexec( in regexec() function
|
| /third_party/musl/porting/liteos_m/kernel/src/regex/ |
| D | regexec.c | 996 regexec(const regex_t *restrict preg, const char *restrict string, in regexec() function
|
| /third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
| D | regexec.c | 996 regexec(const regex_t *restrict preg, const char *restrict string, in regexec() function
|
| /third_party/musl/src/regex/ |
| D | regexec.c | 996 regexec(const regex_t *restrict preg, const char *restrict string, in regexec() function
|
| /third_party/musl/porting/uniproton/kernel/src/regex/ |
| D | regexec.c | 996 regexec(const regex_t *restrict preg, const char *restrict string, in regexec() function
|
| /third_party/ntfs-3g/ntfsprogs/ |
| D | ntfsundelete.c | 258 static int regexec(regex_t *re, const ntfschar *uname, int len, in regexec() function
|
| /third_party/mesa3d/src/util/ |
| D | xmlconfig.c | 52 static inline int regexec(regex_t *r, const char *s, int n, void *p, int f) { return REG_NOMATCH; } in regexec() function
|