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

  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.h 160 int fastcomp(fastgrep_t *, const char *);
fastgrep.c 81 fastcomp(fastgrep_t *fg, const char *pat) function
grep.c 661 * XXX: fgrepcomp() and fastcomp() are workarounds for regexec() performance.
670 if (fastcomp(&fg_pattern[i], pattern[i])) {

Completed in 291 milliseconds