Searched refs:offaccum (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/ndiscvt/
H A Dndiscvt.c114 int offaccum = 0, oldraddr, oldrlen; local
136 offaccum += ROUND_UP(sect_hdr->ish_vaddr - oldraddr,
138 offaccum +=
143 tmp = realloc(newimg, *imglen + offaccum);
162 *imglen += offaccum;

Completed in 57 milliseconds