Searched defs:regexec (Results 1 – 12 of 12) sorted by relevance
/third_party/pcre2/pcre2/src/ |
D | pcre2posix.h | 154 #define regexec pcre2_regexec macro
|
/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/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/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/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
|
/third_party/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 864 pub fn regexec( in regexec() function
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1838 pub fn regexec( in regexec() function
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 3135 pub fn regexec( in regexec() function
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 3445 pub fn regexec( in regexec() function
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 4421 pub fn regexec( in regexec() function
|