Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dregex.h20 } regex_t; typedef
/third_party/musl/include/
Dregex.h20 } regex_t; typedef
/third_party/musl/porting/uniproton/kernel/include/
Dregex.h20 } regex_t; typedef
/third_party/musl/porting/liteos_m/kernel/include/
Dregex.h20 } regex_t; typedef
/third_party/pcre2/pcre2/src/
Dpcre2posix.h108 } regex_t; typedef
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs862 pub fn regcomp(preg: *mut regex_t, pattern: *const ::c_char, cflags: ::c_int) -> ::c_int; in regcomp()
865 preg: *const regex_t, in regexec()
874 preg: *const regex_t, in regerror()
879 pub fn regfree(preg: *mut regex_t); in regfree()
/third_party/ntfs-3g/ntfsprogs/
Dntfsundelete.c160 } *regex_t; typedef
/third_party/mesa3d/src/util/
Dxmlconfig.c47 typedef int regex_t; typedef
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs1836 pub fn regcomp(preg: *mut regex_t, pattern: *const ::c_char, cflags: ::c_int) -> ::c_int; in regcomp()
1839 preg: *const regex_t, in regexec()
1848 preg: *const regex_t, in regerror()
1853 pub fn regfree(preg: *mut regex_t); in regfree()
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs3131 __preg: *mut ::regex_t, in regcomp()
3136 __preg: *const ::regex_t, in regexec()
3144 __preg: *const ::regex_t, in regerror()
3148 pub fn regfree(__preg: *mut ::regex_t); in regfree()
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs3443 pub fn regcomp(preg: *mut ::regex_t, pattern: *const ::c_char, cflags: ::c_int) -> ::c_int; in regcomp()
3446 preg: *const ::regex_t, in regexec()
3455 preg: *const ::regex_t, in regerror()
3460 pub fn regfree(preg: *mut ::regex_t); in regfree()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs4419 pub fn regcomp(preg: *mut ::regex_t, pattern: *const ::c_char, cflags: ::c_int) -> ::c_int; in regcomp()
4422 preg: *const ::regex_t, in regexec()
4431 preg: *const ::regex_t, in regerror()
4436 pub fn regfree(preg: *mut ::regex_t); in regfree()