Home
last modified time | relevance | path

Searched refs:p_match (Results 1 – 1 of 1) sorted by relevance

/external/kmod/testsuite/
Dtestsuite.c445 char *p, *p_match; in fd_cmp_regex() local
472 p_match = memchr(fd_cmp->buf_match + done_match, '\n', in fd_cmp_regex()
474 if (!p_match) { in fd_cmp_regex()
489 p_match = memchr(fd_cmp->buf_match + done_match, '\n', in fd_cmp_regex()
491 if (!p_match) { in fd_cmp_regex()
496 *p_match = '\0'; in fd_cmp_regex()
506 done_match = p_match - fd_cmp->buf_match + 1; in fd_cmp_regex()