HomeSort by relevance Sort by last modified time
    Searched refs:xregcomp (Results 1 - 8 of 8) sorted by null

  /toolchain/binutils/binutils-2.25/include/
xregex.h 9 # define regcomp xregcomp
  /external/toybox/toys/posix/
nl.c 88 xregcomp((void *)(toybuf+16), TT.b+1,
sed.c 813 xregcomp((void *)reg, s, (toys.optflags & FLAG_r)*REG_EXTENDED);
905 else xregcomp((void *)(corwin->arg1 + (char *)corwin), TT.remember,
    [all...]
ps.c     [all...]
  /external/toybox/toys/pending/
mdev.c 116 xregcomp(&match, regex, REG_EXTENDED);
expr.c 89 xregcomp(&rp, rhs->s, 0);
  /external/toybox/lib/
lib.h 148 void xregcomp(regex_t *preg, char *rexec, int cflags);
xwrap.c 709 void xregcomp(regex_t *preg, char *regex, int cflags) function
715 error_exit("xregcomp: %s", libbuf);

Completed in 1179 milliseconds