Home
last modified time | relevance | path

Searched defs:regfree (Results 1 – 12 of 12) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2posix.h170 #define regfree pcre2_regfree macro
/third_party/ntfs-3g/ntfsprogs/
Dntfsundelete.c267 static void regfree(regex_t *re) in regfree() function
/third_party/mesa3d/src/util/
Dxmlconfig.c53 static inline void regfree(regex_t* r) {} in regfree() function
/third_party/musl/src/regex/
Dregcomp.c2907 regfree(regex_t *preg) in regfree() function
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
Dregcomp.c2908 regfree(regex_t *preg) in regfree() function
/third_party/musl/porting/liteos_m/kernel/src/regex/
Dregcomp.c2907 regfree(regex_t *preg) in regfree() function
/third_party/musl/porting/uniproton/kernel/src/regex/
Dregcomp.c2907 regfree(regex_t *preg) in regfree() function
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs879 pub fn regfree(preg: *mut regex_t); in regfree() function
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs1853 pub fn regfree(preg: *mut regex_t); in regfree() function
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs3148 pub fn regfree(__preg: *mut ::regex_t); in regfree() function
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs3460 pub fn regfree(preg: *mut ::regex_t); in regfree() function
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs4436 pub fn regfree(preg: *mut ::regex_t); in regfree() function