Searched refs:out_len (Results 1 – 1 of 1) sorted by relevance
503 size_t in_len, out_len; in __expand_string() local507 out_len = 1; in __expand_string()516 out_len += in_len + strlen(expansion); in __expand_string()517 out = xrealloc(out, out_len); in __expand_string()532 out_len += in_len; in __expand_string()533 out = xrealloc(out, out_len); in __expand_string()