Searched defs:regexec (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | regex.m4 | 201 AC_DEFINE([regexec], [rpl_regexec], definition
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | regex.c | 32 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef) macro
|
D | regexec.c | 226 regexec (preg, string, nmatch, pmatch, eflags) in regexec() function
|
/ndk/sources/host-tools/ndk-stack/regex/ |
D | regexec.c | 139 regexec(const regex_t *preg, const char *string, size_t nmatch, in regexec() function
|