Home
last modified time | relevance | path

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

/openbmc/linux/scripts/kconfig/
H A Dpreprocess.c18 static char *expand_string(const char *in);
309 new_value = expand_string(value); in variable_add()
557 static char *expand_string(const char *in) in expand_string() function