Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dalign.c597 const char *line_ptr; in do_test_single() local
620 line_ptr = strtok(bpf_vlog_copy, "\n"); in do_test_single()
626 while (line_ptr) { in do_test_single()
628 sscanf(line_ptr, "%u: ", &cur_line); in do_test_single()
631 line_ptr = strtok(NULL, "\n"); in do_test_single()
633 if (!line_ptr) { in do_test_single()
640 if (!strstr(line_ptr, m.match)) { in do_test_single()