Searched refs:xregcomp (Results 1 - 13 of 13) sorted by relevance
/third_party/toybox/toys/posix/ |
H A D | nl.c | 75 xregcomp((void *)(toybuf+16), TT.b+1, in nl_main()
|
H A D | cut.c | 220 if (toys.optflags&FLAG_F) xregcomp(&TT.reg, TT.d, REG_EXTENDED); in cut_main()
|
H A D | sed.c | 815 xregcomp((void *)reg, s, REG_EXTENDED*!!FLAG(r)); in parse_pattern() 909 else xregcomp((void *)(command->arg1 + (char *)command), TT.remember, in parse_pattern()
|
H A D | grep.c | 407 xregcomp(&shoe->r, al->arg, in parse_regex()
|
H A D | ps.c | 1908 xregcomp(®->reg, *arg, REG_EXTENDED); in pgrep_main()
|
/third_party/toybox/toys/pending/ |
H A D | expr.c | 111 xregcomp(&pat, pattern, 0); in re()
|
H A D | man.c | 179 xregcomp(&TT.reg, TT.k, REG_ICASE|REG_NOSUB); in man_main()
|
H A D | mdev.c | 123 xregcomp(&match, regex, REG_EXTENDED); in make_device()
|
H A D | awk.c | 1137 xregcomp(rx, s, REG_EXTENDED); in make_literal_regex_val() 2609 xregcomp(*rx, pat->vst->str, REG_EXTENDED); in rx_zvalue_compile() 2699 xregcomp(&TT.rx_last, fmt_one_char_fs(fs), REG_EXTENDED); in rx_fs_prep() 4469 xregcomp(&TT.rx_default, "[ \t\n]+", REG_EXTENDED); in run() 4470 xregcomp(&TT.rx_last, "[ \t\n]+", REG_EXTENDED); in run() 4471 xregcomp(&TT.rx_printf_fmt, printf_fmt_rx, REG_EXTENDED); in run()
|
/third_party/toybox/lib/ |
H A D | lib.h | 191 void xregcomp(regex_t *preg, char *rexec, int cflags);
|
H A D | xwrap.c | 910 void xregcomp(regex_t *preg, char *regex, int cflags) in xregcomp() function
|
/third_party/toybox/porting/liteos_a/lib/ |
H A D | lib.h | 184 void xregcomp(regex_t *preg, char *rexec, int cflags);
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 1750 xregcomp(®->reg, *arg, REG_EXTENDED); in pgrep_main()
|
Completed in 19 milliseconds