Home
last modified time | relevance | path

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

/scripts/kconfig/
Dpreprocess.c503 size_t in_len, out_len; in __expand_string() local
513 in_len = p - in; in __expand_string()
516 out_len += in_len + strlen(expansion); in __expand_string()
518 strncat(out, in, in_len); in __expand_string()
531 in_len = p - in; in __expand_string()
532 out_len += in_len; in __expand_string()
534 strncat(out, in, in_len); in __expand_string()