Searched refs:newtail (Results 1 – 1 of 1) sorted by relevance
151 char *oldtail, *newtail; in fdt_resize() local169 newtail = (char *)buf + bufsize - tailsize; in fdt_resize()175 memmove(newtail, oldtail, tailsize); in fdt_resize()177 memmove(newtail, oldtail, tailsize); in fdt_resize()
Completed in 4 milliseconds