Searched refs:line_ptr (Results 1 – 1 of 1) sorted by relevance
615 const char *line_ptr; in do_test_single() local638 line_ptr = strtok(bpf_vlog_copy, "\n"); in do_test_single()644 while (line_ptr) { in do_test_single()646 sscanf(line_ptr, "%u: ", &cur_line); in do_test_single()649 line_ptr = strtok(NULL, "\n"); in do_test_single()651 if (!line_ptr) { in do_test_single()658 if (!strstr(line_ptr, m.match)) { in do_test_single()