Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A 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()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/
H A D0020-CVE-2023-22608-2.patch163 if (!read_formatted_entries (unit, &line_ptr, line_end, table,
200 while (!end_sequence && line_ptr < line_end)