OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fgrepcomp
(Results
1 - 3
of
3
) sorted by null
/system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.h
161
void
fgrepcomp
(fastgrep_t *, const char *);
fastgrep.c
58
fgrepcomp
(fastgrep_t *fg, const char *pat)
function
grep.c
661
* XXX:
fgrepcomp
() and fastcomp() are workarounds for regexec() performance.
667
fgrepcomp
(&fg_pattern[i], pattern[i]);
Completed in 127 milliseconds