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

  /system/core/toolbox/grep/
grep.h 115 } fastgrep_t; typedef in typeref:struct:__anon44028
137 extern fastgrep_t *fg_pattern;
164 int fastcomp(fastgrep_t *, const char *);
165 void fgrepcomp(fastgrep_t *, const char *);
166 int grep_search(fastgrep_t *, const unsigned char *, size_t, regmatch_t *);
fastgrep.c 58 fgrepcomp(fastgrep_t *fg, const char *pat)
81 fastcomp(fastgrep_t *fg, const char *pat)
205 grep_search(fastgrep_t *fg, const unsigned char *data, size_t len, regmatch_t *pmatch)
grep.c 87 fastgrep_t *fg_pattern;

Completed in 422 milliseconds