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

  /system/core/toolbox/grep/
grep.h 164 int fastcomp(fastgrep_t *, const char *);
fastgrep.c 81 fastcomp(fastgrep_t *fg, const char *pat) function
grep.c 664 * XXX: fgrepcomp() and fastcomp() are workarounds for regexec() performance.
673 if (fastcomp(&fg_pattern[i], pattern[i])) {

Completed in 117 milliseconds