Home
last modified time | relevance | path

Searched refs:out_len (Results 1 – 1 of 1) sorted by relevance

/scripts/kconfig/
Dpreprocess.c507 size_t in_len, out_len; in __expand_string() local
511 out_len = 1; in __expand_string()
520 out_len += in_len + strlen(expansion); in __expand_string()
521 out = xrealloc(out, out_len); in __expand_string()
536 out_len += in_len; in __expand_string()
537 out = xrealloc(out, out_len); in __expand_string()