Searched defs:regcomp (Results 1 – 12 of 12) sorted by relevance
/third_party/pcre2/pcre2/src/ |
D | pcre2posix.h | 153 #define regcomp pcre2_regcomp macro
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsundelete.c | 227 static int regcomp(regex_t *re, const char *pattern, int flags) in regcomp() function
|
/third_party/mesa3d/src/util/ |
D | xmlconfig.c | 51 static inline int regcomp(regex_t *r, const char *s, int f) { return 0; } in regcomp() function
|
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
D | regcomp.c | 2691 regcomp(regex_t *restrict preg, const char *restrict regex, int cflags) in regcomp() function
|
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
D | regcomp.c | 2692 regcomp(regex_t *restrict preg, const char *restrict regex, int cflags) in regcomp() function
|
/third_party/musl/src/regex/ |
D | regcomp.c | 2691 regcomp(regex_t *restrict preg, const char *restrict regex, int cflags) in regcomp() function
|
/third_party/musl/porting/uniproton/kernel/src/regex/ |
D | regcomp.c | 2691 regcomp(regex_t *restrict preg, const char *restrict regex, int cflags) in regcomp() function
|
/third_party/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 862 pub fn regcomp(preg: *mut regex_t, pattern: *const ::c_char, cflags: ::c_int) -> ::c_int; in regcomp() function
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1836 pub fn regcomp(preg: *mut regex_t, pattern: *const ::c_char, cflags: ::c_int) -> ::c_int; in regcomp() function
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 3130 pub fn regcomp( in regcomp() function
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 3443 pub fn regcomp(preg: *mut ::regex_t, pattern: *const ::c_char, cflags: ::c_int) -> ::c_int; in regcomp() function
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 4419 pub fn regcomp(preg: *mut ::regex_t, pattern: *const ::c_char, cflags: ::c_int) -> ::c_int; in regcomp() function
|