Searched refs:ere (Results 1 - 5 of 5) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
H A D | regcomp.c | 725 static const char *parse_dup(const char *s, int ere, int *pmin, int *pmax) in parse_dup() argument 740 (!ere && *s++ != '\\') || in parse_dup() 795 int len, ere = ctx->cflags & REG_EXTENDED; in parse_atom() local 853 if (!ere) in parse_atom() 857 if (!ere) { in parse_atom() 864 if (!ere && (unsigned)*s-'1' < 9) { in parse_atom() 893 if (!ere && s != ctx->start) in parse_atom() 900 if (!ere && s[1] && (s[1]!='\\'|| (s[2]!=')' && s[2]!='|'))) in parse_atom() 910 if (ere) in parse_atom() 913 if (!ere) in parse_atom() 960 int ere = ctx->cflags & REG_EXTENDED; tre_parse() local [all...] |
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
H A D | regcomp.c | 725 static const char *parse_dup(const char *s, int ere, int *pmin, int *pmax) in parse_dup() argument 740 (!ere && *s++ != '\\') || in parse_dup() 795 int len, ere = ctx->cflags & REG_EXTENDED; in parse_atom() local 854 if (!ere) in parse_atom() 858 if (!ere) { in parse_atom() 865 if (!ere && (unsigned)*s-'1' < 9) { in parse_atom() 894 if (!ere && s != ctx->start) in parse_atom() 901 if (!ere && s[1] && (s[1]!='\\'|| (s[2]!=')' && s[2]!='|'))) in parse_atom() 911 if (ere) in parse_atom() 914 if (!ere) in parse_atom() 961 int ere = ctx->cflags & REG_EXTENDED; tre_parse() local [all...] |
/third_party/musl/porting/uniproton/kernel/src/regex/ |
H A D | regcomp.c | 725 static const char *parse_dup(const char *s, int ere, int *pmin, int *pmax) in parse_dup() argument 740 (!ere && *s++ != '\\') || in parse_dup() 795 int len, ere = ctx->cflags & REG_EXTENDED; in parse_atom() local 853 if (!ere) in parse_atom() 857 if (!ere) { in parse_atom() 864 if (!ere && (unsigned)*s-'1' < 9) { in parse_atom() 893 if (!ere && s != ctx->start) in parse_atom() 900 if (!ere && s[1] && (s[1]!='\\'|| (s[2]!=')' && s[2]!='|'))) in parse_atom() 910 if (ere) in parse_atom() 913 if (!ere) in parse_atom() 960 int ere = ctx->cflags & REG_EXTENDED; tre_parse() local [all...] |
/third_party/musl/src/regex/ |
H A D | regcomp.c | 725 static const char *parse_dup(const char *s, int ere, int *pmin, int *pmax) in parse_dup() argument 740 (!ere && *s++ != '\\') || in parse_dup() 795 int len, ere = ctx->cflags & REG_EXTENDED; in parse_atom() local 853 if (!ere) in parse_atom() 857 if (!ere) { in parse_atom() 864 if (!ere && (unsigned)*s-'1' < 9) { in parse_atom() 893 if (!ere && s != ctx->start) in parse_atom() 900 if (!ere && s[1] && (s[1]!='\\'|| (s[2]!=')' && s[2]!='|'))) in parse_atom() 910 if (ere) in parse_atom() 913 if (!ere) in parse_atom() 960 int ere = ctx->cflags & REG_EXTENDED; tre_parse() local [all...] |
/third_party/toybox/toys/pending/ |
H A D | awk.c | 1734 // the resulting expression shall be the equivalent of: $0 ~ /ere/ in primary() 3453 // sub(ere, repl[, in]) Substitute the string repl in place of the 3463 struct zvalue *ere = STKP-2; in gsub() local 3466 rx_zvalue_compile(&rxp, ere); in gsub() 3536 rx_zvalue_free(rxp, ere); in gsub()
|
Completed in 15 milliseconds