HomeSort by: relevance | last modified time | path
    Searched defs:grep_cmp (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/grep/
fastgrep.c 54 static inline int grep_cmp(const unsigned char *, const unsigned char *, size_t);
245 if (grep_cmp(fg->pattern, data + j,
256 if (grep_cmp(fg->pattern, data + j - fg->len,
272 if (grep_cmp(fg->pattern, data + j, fg->len) == -1) {
295 grep_cmp(const unsigned char *pat, const unsigned char *data, size_t len) function in typeref:typename:int

Completed in 10 milliseconds