Searched refs:line_ptr (Results 1 – 1 of 1) sorted by relevance
597 const char *line_ptr; in do_test_single() local620 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()