Searched refs:fastgrep_t (Results 1 – 3 of 3) sorted by relevance
/system/core/toolbox/upstream-netbsd/usr.bin/grep/ |
D | grep.h | 111 } fastgrep_t; typedef 133 extern fastgrep_t *fg_pattern; 160 int fastcomp(fastgrep_t *, const char *); 161 void fgrepcomp(fastgrep_t *, const char *); 162 int grep_search(fastgrep_t *, const unsigned char *, size_t, regmatch_t *);
|
D | fastgrep.c | 58 fgrepcomp(fastgrep_t *fg, const char *pat) in fgrepcomp() 81 fastcomp(fastgrep_t *fg, const char *pat) in fastcomp() 205 grep_search(fastgrep_t *fg, const unsigned char *data, size_t len, regmatch_t *pmatch) in grep_search()
|
D | grep.c | 87 fastgrep_t *fg_pattern;
|