Home
last modified time | relevance | path

Searched refs:regoff_t (Results 1 - 25 of 26) sorted by relevance

12

/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregexec.c47 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 Dregexec.c47 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 Dregexec.c47 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 Dregexec.c47 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 Drestrict-array.c22 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 Dregex.c8 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 Dpcre2posix.h112 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 Dregex.h23 regoff_t rm_so;
24 regoff_t rm_eo;
/third_party/musl/porting/liteos_m/kernel/include/
H A Dregex.h23 regoff_t rm_so;
24 regoff_t rm_eo;
/third_party/musl/porting/uniproton/kernel/include/
H A Dregex.h23 regoff_t rm_so;
24 regoff_t rm_eo;
/third_party/musl/include/
H A Dregex.h23 regoff_t rm_so;
24 regoff_t rm_eo;
/third_party/rust/crates/libc/src/hermit/
H A Dmod.rs31 pub type regoff_t = size_t; types
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
H A Dmod.rs7 pub type regoff_t = ::c_int; types
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
H A Dmod.rs3 pub type regoff_t = ::c_long; types
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dalltypes.h69 typedef _Addr regoff_t; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dalltypes.h152 typedef _Addr regoff_t; typedef
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dalltypes.h136 typedef _Addr regoff_t; typedef
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dalltypes.h69 typedef _Addr regoff_t; typedef
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dalltypes.h69 typedef _Addr regoff_t; typedef
/third_party/toybox/toys/pending/
H A Dawk.c2638 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 Dmod.rs8 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 Dmod.rs4 pub type regoff_t = ::c_int; types
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs33 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 Dmod.rs44 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 Dmod.rs5 pub type regoff_t = ::c_int; types

Completed in 33 milliseconds

12