Home
last modified time | relevance | path

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

/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/musl/include/
Dregex.h20 } regex_t; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dregex.h20 } regex_t; typedef
/third_party/pcre2/pcre2/src/
Dpcre2posix.h110 } regex_t; typedef
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs864 pub fn regcomp(preg: *mut regex_t, pattern: *const ::c_char, cflags: ::c_int) -> ::c_int; in regcomp()
867 preg: *const regex_t, in regexec()
876 preg: *const regex_t, in regerror()
881 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.rs1857 pub fn regcomp(preg: *mut regex_t, pattern: *const ::c_char, cflags: ::c_int) -> ::c_int; in regcomp()
1860 preg: *const regex_t, in regexec()
1869 preg: *const regex_t, in regerror()
1874 pub fn regfree(preg: *mut regex_t); in regfree()
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs3353 __preg: *mut ::regex_t, in regcomp()
3358 __preg: *const ::regex_t, in regexec()
3366 __preg: *const ::regex_t, in regerror()
3370 pub fn regfree(__preg: *mut ::regex_t); in regfree()
/third_party/rust/crates/libc/src/unix/aix/
Dmod.rs3185 pub fn regcomp(preg: *mut regex_t, pattern: *const ::c_char, cflags: ::c_int) -> ::c_int; in regcomp()
3188 preg: *const ::regex_t, in regerror()
3193 preg: *const regex_t, in regexec()
3199 pub fn regfree(preg: *mut regex_t); in regfree()
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs3984 pub fn regcomp(preg: *mut ::regex_t, pattern: *const ::c_char, cflags: ::c_int) -> ::c_int; in regcomp()
3987 preg: *const ::regex_t, in regexec()
3996 preg: *const ::regex_t, in regerror()
4001 pub fn regfree(preg: *mut ::regex_t); in regfree()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs5544 pub fn regcomp(preg: *mut ::regex_t, pattern: *const ::c_char, cflags: ::c_int) -> ::c_int; in regcomp()
5547 preg: *const ::regex_t, in regexec()
5556 preg: *const ::regex_t, in regerror()
5561 pub fn regfree(preg: *mut ::regex_t); in regfree()
/third_party/rust/crates/libc/src/unix/hurd/
Dmod.rs4473 preg: *const ::regex_t, in regexec()
4482 preg: *const ::regex_t, in regerror()
4487 pub fn regfree(preg: *mut ::regex_t); in regfree()