Searched refs:pptr (Results 1 – 1 of 1) sorted by relevance
162 char *ptr, *pptr, *tmp; in get_last_jit_image() local202 pptr = ptr; in get_last_jit_image()203 while ((ptr = strstr(pptr, ":"))) in get_last_jit_image()204 pptr = ptr + 1; in get_last_jit_image()205 ptr = pptr; in get_last_jit_image()207 image[ulen++] = (uint8_t) strtoul(pptr, &pptr, 16); in get_last_jit_image()208 if (ptr == pptr || ulen >= ilen) { in get_last_jit_image()212 ptr = pptr; in get_last_jit_image()