Home
last modified time | relevance | path

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

/scripts/kconfig/
A Dpreprocess.c497 size_t in_len, out_len; in __expand_string() local
507 in_len = p - in; in __expand_string()
510 out_len += in_len + strlen(expansion); in __expand_string()
512 strncat(out, in, in_len); in __expand_string()
525 in_len = p - in; in __expand_string()
526 out_len += in_len; in __expand_string()
528 strncat(out, in, in_len); in __expand_string()

Completed in 7 milliseconds