Home
last modified time | relevance | path

Searched refs:p_match (Results 1 – 2 of 2) 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()
/external/pigweed/pw_arduino_build/py/pw_arduino_build/
Dbuilder.py345 for p_match in [m.groupdict() for m in platform_var_matches]:
346 self.platform[p_match["name"]] = p_match["value"]