/third_party/musl/porting/liteos_m/kernel/src/regex/ |
H A D | regexec.c | 47 const tre_tnfa_t *tnfa, regoff_t *tags, regoff_t match_eo); 100 regoff_t *t1, regoff_t *t2) in tre_tag_order() 160 regoff_t *tags; 164 regoff_t pos; 165 regoff_t **tags; 171 regoff_t *match_tags, int eflags, in tre_tnfa_run_parallel() 172 regoff_t *match_end_ofs) in tre_tnfa_run_parallel() 177 regoff_t po in tre_tnfa_run_parallel() [all...] |
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
H A D | regexec.c | 47 const tre_tnfa_t *tnfa, regoff_t *tags, regoff_t match_eo); 100 regoff_t *t1, regoff_t *t2) in tre_tag_order() 160 regoff_t *tags; 164 regoff_t pos; 165 regoff_t **tags; 171 regoff_t *match_tags, int eflags, in tre_tnfa_run_parallel() 172 regoff_t *match_end_ofs) in tre_tnfa_run_parallel() 177 regoff_t po in tre_tnfa_run_parallel() [all...] |
/third_party/musl/porting/uniproton/kernel/src/regex/ |
H A D | regexec.c | 47 const tre_tnfa_t *tnfa, regoff_t *tags, regoff_t match_eo); 100 regoff_t *t1, regoff_t *t2) in tre_tag_order() 160 regoff_t *tags; 164 regoff_t pos; 165 regoff_t **tags; 171 regoff_t *match_tags, int eflags, in tre_tnfa_run_parallel() 172 regoff_t *match_end_ofs) in tre_tnfa_run_parallel() 177 regoff_t po in tre_tnfa_run_parallel() [all...] |
/third_party/musl/src/regex/ |
H A D | regexec.c | 47 const tre_tnfa_t *tnfa, regoff_t *tags, regoff_t match_eo); 100 regoff_t *t1, regoff_t *t2) in tre_tag_order() 160 regoff_t *tags; 164 regoff_t pos; 165 regoff_t **tags; 171 regoff_t *match_tags, int eflags, in tre_tnfa_run_parallel() 172 regoff_t *match_end_ofs) in tre_tnfa_run_parallel() 177 regoff_t po in tre_tnfa_run_parallel() [all...] |
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | restrict-array.c | 22 typedef int regoff_t; typedef 25 regoff_t rm_so; /* Byte offset from string's start to substring's start. */ 26 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */
|
/third_party/musl/libc-test/src/api/ |
H A D | regex.c | 8 T(regoff_t) in f() 15 F(regoff_t,rm_so) in f() 16 F(regoff_t,rm_eo) in f()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2posix.h | 112 typedef int regoff_t; typedef 115 regoff_t rm_so; 116 regoff_t rm_eo;
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | regex.h | 23 regoff_t rm_so; 24 regoff_t rm_eo;
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | regex.h | 23 regoff_t rm_so; 24 regoff_t rm_eo;
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | regex.h | 23 regoff_t rm_so; 24 regoff_t rm_eo;
|
/third_party/musl/include/ |
H A D | regex.h | 23 regoff_t rm_so; 24 regoff_t rm_eo;
|
/third_party/rust/crates/libc/src/hermit/ |
H A D | mod.rs | 31 pub type regoff_t = size_t; types
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/ |
H A D | mod.rs | 7 pub type regoff_t = ::c_int; types
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
H A D | mod.rs | 3 pub type regoff_t = ::c_long; types
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | alltypes.h | 69 typedef _Addr regoff_t; typedef
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | alltypes.h | 152 typedef _Addr regoff_t; typedef
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | alltypes.h | 136 typedef _Addr regoff_t; typedef
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | alltypes.h | 69 typedef _Addr regoff_t; typedef
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | alltypes.h | 69 typedef _Addr regoff_t; typedef
|
/third_party/toybox/toys/pending/ |
H A D | awk.c | 2638 static int rx_find(regex_t *rx, char *s, regoff_t *start, regoff_t *end, int eflags) in rx_find() 2651 static int rx_find_FS(regex_t *rx, char *s, regoff_t *start, regoff_t *end, int eflags) in rx_find_FS() 2745 regoff_t offs, end; in splitter() 3116 regoff_t offs = -1, e = -1; in varprint() 3326 static int rx_findx(regex_t *rx, char *s, long len, regoff_t *start, regoff_t *end, int eflags) in rx_findx() 3344 regoff_t so = 0, eo = 0; in getrec_f() 3473 regoff_t s in gsub() [all...] |
/third_party/rust/crates/libc/src/unix/bsd/ |
H A D | mod.rs | 8 pub type regoff_t = off_t; types 115 pub rm_so: regoff_t, 116 pub rm_eo: regoff_t,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
H A D | mod.rs | 4 pub type regoff_t = ::c_int; types
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 33 pub type regoff_t = ::c_int; types 399 pub rm_so: regoff_t, 400 pub rm_eo: regoff_t,
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 44 pub type regoff_t = ::ssize_t; types 417 pub rm_so: regoff_t, 418 pub rm_eo: regoff_t,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
H A D | mod.rs | 5 pub type regoff_t = ::c_int; types
|