Home
last modified time | relevance | path

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

/xen/tools/xl/
A Dxl_utils.c191 size_t morelen = strlen(more) + 1/*nul*/; 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 2 milliseconds