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

/u-boot/scripts/dtc/libfdt/
H A Dfdt_sw.c154 char *oldtail, *newtail; local
171 newtail = (char *)buf + bufsize - tailsize;
177 memmove(newtail, oldtail, tailsize);
179 memmove(newtail, oldtail, tailsize);

Completed in 61 milliseconds