Home
last modified time | relevance | path

Searched refs:oldlen (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/xen/common/libfdt/
A Dfdt_rw.c100 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() argument
124 int delta = newlen - oldlen; in _fdt_splice_struct()
206 int oldlen; in _fdt_resize_property() local
211 return oldlen; in _fdt_resize_property()
252 int oldlen, newlen; in fdt_set_name() local
259 return oldlen; in fdt_set_name()
294 int err, oldlen, newlen; in fdt_appendprop() local
300 newlen = len + oldlen; in fdt_appendprop()
[all …]
/xen-4.10.0-shim-comet/tools/xl/
A Dxl_utils.c190 size_t oldlen = *accumulate ? strlen(*accumulate) : 0; in string_realloc_append() local
192 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