Searched refs:parsing_end (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/
H A Dtesting_helpers.c17 bool *set = NULL, *tmp, parsing_end = false; local
26 if (parsing_end)
31 if (!parsing_end && *next == '-') {
33 parsing_end = true;
36 parsing_end = false;
40 parsing_end = false;
66 if (!set || parsing_end)

Completed in 102 milliseconds