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 784 xregcomp((void *)reg, s, (toys.optflags & FLAG_r)*REG_EXTENDED);
877 else xregcomp((void *)(command->arg1 + (char *)command), TT.remember,
    [all...]
ps.c     [all...]
  /external/toybox/toys/pending/
mdev.c 116 xregcomp(&match, regex, REG_EXTENDED);
expr.c 111 xregcomp(&pat, pattern, 0);
  /external/toybox/lib/
lib.h 172 void xregcomp(regex_t *preg, char *rexec, int cflags);
xwrap.c 778 void xregcomp(regex_t *preg, char *regex, int cflags) function
784 error_exit("xregcomp: %s", libbuf);

Completed in 133 milliseconds