OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fastcomp
(Results
1 - 3
of
3
) sorted by null
/system/core/toolbox/grep/
grep.h
164
int
fastcomp
(fastgrep_t *, const char *);
fastgrep.c
81
fastcomp
(fastgrep_t *fg, const char *pat)
function
grep.c
664
* XXX: fgrepcomp() and
fastcomp
() are workarounds for regexec() performance.
673
if (
fastcomp
(&fg_pattern[i], pattern[i])) {
Completed in 835 milliseconds