Searched refs:out_len (Results 1 – 1 of 1) sorted by relevance
497 size_t in_len, out_len; in __expand_string() local501 out_len = 1; in __expand_string()510 out_len += in_len + strlen(expansion); in __expand_string()511 out = xrealloc(out, out_len); in __expand_string()526 out_len += in_len; in __expand_string()527 out = xrealloc(out, out_len); in __expand_string()
Completed in 6 milliseconds