Home
last modified time | relevance | path

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

/bootable/recovery/tools/ota/
Dcheck-lost+found.c127 char *saveptr, *line; in main() local
129 for (line = strtok_r(dmesg, "\n", &saveptr); line != NULL; in main()
130 line = strtok_r(NULL, "\n", &saveptr)) { in main()