Home
last modified time | relevance | path

Searched refs:xregcomp (Results 1 – 12 of 12) sorted by relevance

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