Searched refs:line_ptr (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | align.c | 614 const char *line_ptr; in do_test_single() local 643 line_ptr = strtok(start, "\n"); in do_test_single() 651 while (line_ptr) { in do_test_single() 653 sscanf(line_ptr, "%u: ", &cur_line); in do_test_single() 655 sscanf(line_ptr, "from %u to %u: ", &tmp, &cur_line); in do_test_single() 658 line_ptr = strtok(NULL, "\n"); in do_test_single() 660 if (!line_ptr) { in do_test_single() 681 line_ptr = strtok(NULL, "\n"); in do_test_single() 682 sscanf(line_ptr ?: "", "%u: ", &cur_line); in do_test_single() 683 if (!line_ptr || cur_line != m.line) in do_test_single() [all …]
|