Searched refs:zconfprint (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H 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
|
| H 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, ...)
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | parser.y | 24 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
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | zconf.y | 24 static void zconfprint(const char *err, ...); 175 zconfprint("warning: menuconfig statement without prompt"); 243 zconfprint("warning: ignoring unknown option %s", $2); 570 static void zconfprint(const char *err, ...) in zconfprint() function
|
| H A D | zconf.tab.c | |
| H A D | zconf.tab.c_shipped | 97 static void zconfprint(const char *err, ...); 1578 zconfprint("warning: menuconfig statement without prompt"); 1652 zconfprint("warning: ignoring unknown option %s", (yyvsp[-1].string)); 2287 static void zconfprint(const char *err, ...)
|