HomeSort by: relevance | last modified time | path
    Searched refs:fastcomp (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/grep/
grep.h 160 int fastcomp(fastgrep_t *, const char *);
fastgrep.c 105 fastcomp(fastgrep_t *fg, const char *pat) function
grep.c 671 * XXX: fgrepcomp() and fastcomp() are workarounds for regexec() performance.
680 if (fastcomp(&fg_pattern[i], pattern[i])) {

Completed in 14 milliseconds