Home
last modified time | relevance | path

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

/scripts/kconfig/
Dparser.y27 static void zconfprint(const char *err, ...);
186 zconfprint("warning: menuconfig statement without prompt");
411 zconfprint("warning: '%s' defined with more than one help text -- only the last one will be used",
417 zconfprint("warning: '%s' defined with blank help text",
601 static void zconfprint(const char *err, ...) in zconfprint() function