new_len           620 lib/common/strings.c     size_t orig_len, new_len;
new_len           640 lib/common/strings.c     new_len = orig_len + strlen(separator) + strlen(word);
new_len           642 lib/common/strings.c         *len = new_len;
new_len           646 lib/common/strings.c     *list = pcmk__realloc(*list, new_len + 1);