Searched refs:lastindex (Results 1 – 3 of 3) sorted by relevance
264 int lastindex = -1, j = 0; in explode() local273 ret[j] = calloc(i - lastindex, sizeof(char)); in explode()274 memcpy(ret[j++], str + lastindex + 1, i - lastindex - 1); in explode()275 lastindex = i; in explode()278 if (lastindex <= len - 1) { in explode()279 ret[j] = calloc(len - lastindex, sizeof(char)); in explode()280 memcpy(ret[j++], str + lastindex + 1, strlen(str) - 1 - lastindex); in explode()
101 s16 lastindex; /* 2: unused */ member
978 int lastindex = list->curlen - 1; in snd_m3_remove_list() local980 if (index != lastindex) { in snd_m3_remove_list()982 list->mem_addr + lastindex); in snd_m3_remove_list()989 list->mem_addr + lastindex, in snd_m3_remove_list()
Completed in 15 milliseconds