Searched refs:accumulate (Results 1 – 3 of 3) sorted by relevance
189 void string_realloc_append(char **accumulate, const char *more) in string_realloc_append() argument194 size_t oldlen = *accumulate ? strlen(*accumulate) : 0; in string_realloc_append()201 *accumulate = xrealloc(*accumulate, oldlen + morelen); in string_realloc_append()202 memcpy(*accumulate + oldlen, more, morelen); in string_realloc_append()
139 void string_realloc_append(char **accumulate, const char *more);
9430 mov ecx, eax ;; ECX will accumulate total ticks
Completed in 15 milliseconds