OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:grep_search
(Results
1 - 3
of
3
) sorted by null
/system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.h
162
int
grep_search
(fastgrep_t *, const unsigned char *, size_t, regmatch_t *);
fastgrep.c
205
grep_search
(fastgrep_t *fg, const unsigned char *data, size_t len, regmatch_t *pmatch)
function
util.c
303
* XXX:
grep_search
() is a workaround for speed up and should be
307
r =
grep_search
(&fg_pattern[i],
Completed in 446 milliseconds