Home
last modified time | relevance | path

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

/openbmc/u-boot/scripts/kconfig/
H A Dzconf.y25 static void zconfprint(const char *err, ...);
193 zconfprint("warning: menuconfig statement without prompt");
262 zconfprint("warning: ignoring unknown option %s", $2);
437 zconfprint("warning: '%s' defined with more than one help text -- only the last one will be used",
443 zconfprint("warning: '%s' defined with blank help text",
598 static void zconfprint(const char *err, ...) in zconfprint() function
/openbmc/linux/scripts/kconfig/
H A Dparser.y25 static void zconfprint(const char *err, ...);
166 zconfprint("warning: menuconfig statement without prompt");
394 zconfprint("warning: '%s' defined with more than one help text -- only the last one will be used",
400 zconfprint("warning: '%s' defined with blank help text",
535 static void zconfprint(const char *err, ...) in zconfprint() function