Searched refs:zconfprint (Results 1 – 2 of 2) sorted by relevance
| /buildroot/support/kconfig/ |
| A D | zconf.y | 25 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
|
| A D | zconf.tab.c_shipped | 90 static void zconfprint(const char *err, ...); 1595 zconfprint("warning: menuconfig statement without prompt"); 1670 zconfprint("warning: ignoring unknown option %s", (yyvsp[-1].string)); 1850 zconfprint("warning: '%s' defined with more than one help text -- only the last one will be used", 1856 zconfprint("warning: '%s' defined with blank help text", 2304 static void zconfprint(const char *err, ...)
|
Completed in 12 milliseconds