Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/
A Dtesting_helpers.c177 char *buf = NULL, *capture_start, *capture_end, *scan_end; in parse_test_list_file() local
196 scan_end = capture_start; in parse_test_list_file()
198 while (*scan_end && *scan_end != '#') { in parse_test_list_file()
199 if (!isspace(*scan_end)) in parse_test_list_file()
200 capture_end = scan_end; in parse_test_list_file()
202 ++scan_end; in parse_test_list_file()

Completed in 4 milliseconds