Home
last modified time | relevance | path

Searched refs:xregcomp (Results 1 - 13 of 13) sorted by relevance

/third_party/toybox/toys/posix/
H A Dnl.c75 xregcomp((void *)(toybuf+16), TT.b+1, in nl_main()
H A Dcut.c220 if (toys.optflags&FLAG_F) xregcomp(&TT.reg, TT.d, REG_EXTENDED); in cut_main()
H A Dsed.c815 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 Dgrep.c407 xregcomp(&shoe->r, al->arg, in parse_regex()
H A Dps.c1908 xregcomp(&reg->reg, *arg, REG_EXTENDED); in pgrep_main()
/third_party/toybox/toys/pending/
H A Dexpr.c111 xregcomp(&pat, pattern, 0); in re()
H A Dman.c179 xregcomp(&TT.reg, TT.k, REG_ICASE|REG_NOSUB); in man_main()
H A Dmdev.c123 xregcomp(&match, regex, REG_EXTENDED); in make_device()
H A Dawk.c1137 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 Dlib.h191 void xregcomp(regex_t *preg, char *rexec, int cflags);
H A Dxwrap.c910 void xregcomp(regex_t *preg, char *regex, int cflags) in xregcomp() function
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h184 void xregcomp(regex_t *preg, char *rexec, int cflags);
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dps.c1750 xregcomp(&reg->reg, *arg, REG_EXTENDED); in pgrep_main()

Completed in 19 milliseconds