Searched refs:line_ptr (Results 1 – 2 of 2) 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()
163 if (!read_formatted_entries (unit, &line_ptr, line_end, table,200 while (!end_sequence && line_ptr < line_end)