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.c498 static char *__expand_string(const char **str, bool (*is_end)(char c), in __expand_string() function
554 return __expand_string(&in, is_end_of_str, argc, argv); in expand_string_with_args()
576 return __expand_string(str, is_end_of_token, 0, NULL); in expand_one_token()