Home
last modified time | relevance | path

Searched defs:preg (Results 1 – 10 of 10) sorted by relevance

/third_party/libunwind/src/ia64/
Dregs.h34 int preg; in rotate_gr() local
59 int preg; in rotate_fr() local
DGresume.c195 # define MEMIFY(preg, reg) \ in remote_install_cursor() argument
DGparser.c699 int preg; in lookup_preg() local
/third_party/musl/src/regex/
Dregerror.c30 size_t regerror(int e, const regex_t *restrict preg, char *restrict buf, size_t size) in regerror()
Dregexec.c996 regexec(const regex_t *restrict preg, const char *restrict string, in regexec()
Dregcomp.c2691 regcomp(regex_t *restrict preg, const char *restrict regex, int cflags) in regcomp()
2907 regfree(regex_t *preg) in regfree()
/third_party/musl/porting/liteos_m/kernel/src/regex/
Dregexec.c996 regexec(const regex_t *restrict preg, const char *restrict string, in regexec()
Dregcomp.c2691 regcomp(regex_t *restrict preg, const char *restrict regex, int cflags) in regcomp()
2907 regfree(regex_t *preg) in regfree()
/third_party/toybox/lib/
Dxwrap.c923 void xregcomp(regex_t *preg, char *regex, int cflags) in xregcomp()
Dlib.c1294 int regexec0(regex_t *preg, char *string, long len, int nmatch, in regexec0()