Lines Matching defs:currentp
2381 char *currentp;
2391 for (currentp = (char *)hostidp; *currentp != '\0'; ++currentp) {
2392 if (isspace(*currentp))
2395 len = (size_t)(currentp - hostidp);
2404 currentp = (char *)hostidp;
2406 currentp += 2;
2407 hostidval = strtoull(currentp, ¤tp, 16);
2408 if ((size_t)(currentp - hostidp) >= HW_HOSTID_LEN)
2411 currentp != hostidp + len)