Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/
Dtesting_helpers.c176 char *buf = NULL, *capture_start, *capture_end, *scan_end; in parse_test_list_file() local
195 scan_end = capture_start; in parse_test_list_file()
197 while (*scan_end && *scan_end != '#') { in parse_test_list_file()
198 if (!isspace(*scan_end)) in parse_test_list_file()
199 capture_end = scan_end; in parse_test_list_file()
201 ++scan_end; in parse_test_list_file()