Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/kconfig/
Dpreprocess.c495 static char *__expand_string(const char **str, bool (*is_end)(char c), in __expand_string() function
551 return __expand_string(&in, is_end_of_str, argc, argv); in expand_string_with_args()
573 return __expand_string(str, is_end_of_token, 0, NULL); in expand_one_token()