Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dctx_rewrite.c509 char *pattern_next, *text_next; in match_pattern() local
515 text_next = match_str(text, reg_map[i][1]); in match_pattern()
516 if (!text_next) in match_pattern()
520 text = text_next; in match_pattern()
528 char *group_start = pattern, *text_next; in match_pattern() local
566 text_next = match_number(text, acc_offset); in match_pattern()
567 if (!text_next) { in match_pattern()
574 text = text_next; in match_pattern()
582 char *text_next; in match_pattern() local
589 if (!text_next) { in match_pattern()
[all …]