Searched defs:regex_t (Results 1 – 14 of 14) sorted by relevance
| /third_party/musl/porting/uniproton/kernel/include/ |
| D | regex.h | 20 } regex_t; typedef
|
| /third_party/musl/porting/liteos_m/kernel/include/ |
| D | regex.h | 20 } regex_t; typedef
|
| /third_party/musl/include/ |
| D | regex.h | 20 } regex_t; typedef
|
| /third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
| D | regex.h | 20 } regex_t; typedef
|
| /third_party/pcre2/pcre2/src/ |
| D | pcre2posix.h | 110 } regex_t; typedef
|
| /third_party/rust/crates/libc/src/unix/bsd/ |
| D | mod.rs | 864 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/ |
| D | ntfsundelete.c | 160 } *regex_t; typedef
|
| /third_party/mesa3d/src/util/ |
| D | xmlconfig.c | 47 typedef int regex_t; typedef
|
| /third_party/rust/crates/libc/src/unix/haiku/ |
| D | mod.rs | 1857 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/ |
| D | mod.rs | 3353 __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/ |
| D | mod.rs | 3185 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/ |
| D | mod.rs | 3984 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/ |
| D | mod.rs | 5544 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/ |
| D | mod.rs | 4473 preg: *const ::regex_t, in regexec() 4482 preg: *const ::regex_t, in regerror() 4487 pub fn regfree(preg: *mut ::regex_t); in regfree()
|