Home
last modified time | relevance | path

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

/scripts/kconfig/
Dconfdata.c699 char *val_prefixed = NULL; in print_symbol_for_rustccfg() local
739 val_prefixed = xmalloc(val_prefixed_len); in print_symbol_for_rustccfg()
740 snprintf(val_prefixed, val_prefixed_len, "%s%s", val_prefix, val); in print_symbol_for_rustccfg()
741 val = val_prefixed; in print_symbol_for_rustccfg()
751 free(val_prefixed); in print_symbol_for_rustccfg()