Searched refs:accumulate (Results 1 – 5 of 5) sorted by relevance
185 void string_realloc_append(char **accumulate, const char *more) in string_realloc_append() argument190 size_t oldlen = *accumulate ? strlen(*accumulate) : 0; in string_realloc_append()197 *accumulate = xrealloc(*accumulate, oldlen + morelen); in string_realloc_append()198 memcpy(*accumulate + oldlen, more, morelen); in string_realloc_append()
139 void string_realloc_append(char **accumulate, const char *more);
1066 grows to accumulate all the code changes.
1330 /* accumulate remaining octet */
9430 mov ecx, eax ;; ECX will accumulate total ticks
Completed in 22 milliseconds