| /rust-libc-0.2.174/src/unix/bsd/ |
| H A D | mod.rs | 116 pub struct regex_t { 893 pub fn regcomp(preg: *mut regex_t, pattern: *const c_char, cflags: c_int) -> c_int; in regcomp() argument 896 preg: *const regex_t, in regexec() argument 905 preg: *const regex_t, in regerror() argument 910 pub fn regfree(preg: *mut regex_t); in regfree() argument
|
| /rust-libc-0.2.174/src/unix/haiku/ |
| H A D | mod.rs | 390 pub struct regex_t { 1878 pub fn regcomp(preg: *mut regex_t, pattern: *const c_char, cflags: c_int) -> c_int; in regcomp() argument 1881 preg: *const regex_t, in regexec() argument 1890 preg: *const regex_t, in regerror() argument 1895 pub fn regfree(preg: *mut regex_t); in regfree() argument
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/uclibc/ |
| H A D | mod.rs | 47 pub struct regex_t {
|
| /rust-libc-0.2.174/src/unix/nto/ |
| H A D | mod.rs | 572 pub struct regex_t { 3261 pub fn regcomp(__preg: *mut crate::regex_t, __pattern: *const c_char, __cflags: c_int) in regcomp() argument 3264 __preg: *const crate::regex_t, in regexec() argument 3272 __preg: *const crate::regex_t, in regerror() argument 3276 pub fn regfree(__preg: *mut crate::regex_t); in regfree() argument
|
| /rust-libc-0.2.174/src/unix/aix/ |
| H A D | mod.rs | 419 pub struct regex_t { 3210 pub fn regcomp(preg: *mut regex_t, pattern: *const c_char, cflags: c_int) -> c_int; in regcomp() argument 3213 preg: *const crate::regex_t, in regerror() argument 3218 preg: *const regex_t, in regexec() argument 3224 pub fn regfree(preg: *mut regex_t); in regfree() argument
|
| /rust-libc-0.2.174/src/unix/linux_like/android/ |
| H A D | mod.rs | 278 pub struct regex_t { 3839 pub fn regcomp(preg: *mut crate::regex_t, pattern: *const c_char, cflags: c_int) -> c_int; in regcomp() argument 3842 preg: *const crate::regex_t, in regexec() argument 3851 preg: *const crate::regex_t, in regerror() argument 3856 pub fn regfree(preg: *mut crate::regex_t); in regfree() argument
|
| /rust-libc-0.2.174/libc-test/semver/ |
| H A D | openbsd.txt | 1267 regex_t
|
| H A D | netbsd.txt | 1532 regex_t
|
| H A D | dragonfly.txt | 1557 regex_t
|
| H A D | freebsd.txt | 2243 regex_t
|
| H A D | apple.txt | 2243 regex_t
|
| H A D | aix.txt | 2364 regex_t
|
| H A D | android.txt | 3725 regex_t
|
| H A D | linux.txt | 4199 regex_t
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/musl/ |
| H A D | mod.rs | 242 pub struct regex_t {
|
| /rust-libc-0.2.174/src/unix/hurd/ |
| H A D | mod.rs | 957 pub struct regex_t { 4415 preg: *const crate::regex_t, in regexec() argument 4424 preg: *const crate::regex_t, in regerror() argument 4429 pub fn regfree(preg: *mut crate::regex_t); in regfree() argument
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/gnu/ |
| H A D | mod.rs | 188 pub struct regex_t {
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/ |
| H A D | mod.rs | 6836 pub fn regcomp(preg: *mut crate::regex_t, pattern: *const c_char, cflags: c_int) -> c_int; in regcomp() argument 6839 preg: *const crate::regex_t, in regexec() argument 6848 preg: *const crate::regex_t, in regerror() argument 6853 pub fn regfree(preg: *mut crate::regex_t); in regfree() argument
|