Home
last modified time | relevance | path

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

/linux-6.6.21/scripts/kconfig/
Dconfdata.c780 size_t val_prefixed_len; in print_symbol_for_rustccfg() local
818 val_prefixed_len = strlen(val) + strlen(val_prefix) + 1; in print_symbol_for_rustccfg()
819 val_prefixed = xmalloc(val_prefixed_len); in print_symbol_for_rustccfg()
820 snprintf(val_prefixed, val_prefixed_len, "%s%s", val_prefix, val); in print_symbol_for_rustccfg()