Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/kconfig/
Dparser.y24 static void zconfprint(const char *err, ...);
168 zconfprint("warning: menuconfig statement without prompt");
403 zconfprint("warning: '%s' defined with more than one help text -- only the last one will be used",
409 zconfprint("warning: '%s' defined with blank help text",
544 static void zconfprint(const char *err, ...) in zconfprint() function