Home
last modified time | relevance | path

Searched defs:regexec (Results 1 – 14 of 14) sorted by relevance

/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/
Dcregex.hpp176 #define regexec regexecW macro
182 #define regexec regexecA macro
/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/
Dcregex.hpp178 #define regexec regexecW macro
184 #define regexec regexecA macro
/external/pcre/src/
Dpcre2posix.h169 #define regexec pcre2_regexec macro
/external/libcups/vcnet/regex/
Dregexec.c113 regexec(preg, string, nmatch, pmatch, eflags) in regexec() function
/external/musl/src/regex/
Dregexec.c996 regexec(const regex_t *restrict preg, const char *restrict string, in regexec() function
/external/trusty/musl/src/regex/
Dregexec.c997 regexec(const regex_t *restrict preg, const char *restrict string, in regexec() function
/external/mesa3d/src/util/
Dxmlconfig.c52 static inline int regexec(regex_t *r, const char *s, int n, void *p, int f) { return REG_NOMATCH; } in regexec() function
/external/rust/crates/libc/src/unix/bsd/
Dmod.rs866 pub fn regexec( in regexec() function
/external/rust/crates/libc/src/unix/haiku/
Dmod.rs1859 pub fn regexec( in regexec() function
/external/rust/crates/libc/src/unix/nto/
Dmod.rs3357 pub fn regexec( in regexec() function
/external/rust/crates/libc/src/unix/aix/
Dmod.rs3192 pub fn regexec( in regexec() function
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs4001 pub fn regexec( in regexec() function
/external/rust/crates/libc/src/unix/hurd/
Dmod.rs4472 pub fn regexec( in regexec() function
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs5546 pub fn regexec( in regexec() function