Home
last modified time | relevance | path

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

/linux-6.12.1/scripts/kconfig/
Dpreprocess.c502 static char *__expand_string(const char **str, bool (*is_end)(char c), in __expand_string() function
558 return __expand_string(&in, is_end_of_str, argc, argv); in expand_string_with_args()
580 return __expand_string(str, is_end_of_token, 0, NULL); in expand_one_token()