HomeSort by relevance Sort by last modified time
    Searched refs:linep_next (Results 1 - 2 of 2) sorted by null

  /system/core/nexus/
Supplicant.cpp 178 char *linep_next = NULL; local
180 if (!strtok_r(reply, "\n", &linep_next)) {
193 while((linep = strtok_r(NULL, "\n", &linep_next))) {
WifiController.cpp 502 char *linep_next = NULL; local
504 if (!strtok_r(reply, "\n", &linep_next)) {
510 while((linep = strtok_r(NULL, "\n", &linep_next)))

Completed in 30 milliseconds