Searched refs:grep_cmp (Results 1 - 1 of 1) sorted by relevance

/system/core/toolbox/grep/
H A Dfastgrep.c54 static inline int grep_cmp(const unsigned char *, const unsigned char *, size_t);
231 if (grep_cmp(fg->pattern, data + j,
242 if (grep_cmp(fg->pattern, data + j - fg->len,
258 if (grep_cmp(fg->pattern, data + j, fg->len) == -1) {
281 grep_cmp(const unsigned char *pat, const unsigned char *data, size_t len) function

Completed in 831 milliseconds