Searched refs:oldlen (Results 1 – 2 of 2) sorted by relevance
100 if (((p + oldlen) < p) || ((p + oldlen) > end)) in _fdt_splice()104 memmove(p + newlen, p + oldlen, end - p - oldlen); in _fdt_splice()122 int oldlen, int newlen) in _fdt_splice_struct() argument124 int delta = newlen - oldlen; in _fdt_splice_struct()206 int oldlen; in _fdt_resize_property() local211 return oldlen; in _fdt_resize_property()252 int oldlen, newlen; in fdt_set_name() local259 return oldlen; in fdt_set_name()294 int err, oldlen, newlen; in fdt_appendprop() local300 newlen = len + oldlen; in fdt_appendprop()[all …]
190 size_t oldlen = *accumulate ? strlen(*accumulate) : 0; in string_realloc_append() local192 if (oldlen > SSIZE_MAX || morelen > SSIZE_MAX - oldlen) { in string_realloc_append()197 *accumulate = xrealloc(*accumulate, oldlen + morelen); in string_realloc_append()198 memcpy(*accumulate + oldlen, more, morelen); in string_realloc_append()
Completed in 6 milliseconds