Lines Matching refs:printf
53 printf("\n%s\n", str_get(&help)); in print_help()
77 printf(_("aborted!\n\n")); in check_stdin()
78 printf(_("Console input/output is redirected. ")); in check_stdin()
79 printf(_("Run 'make oldconfig' to update configuration.\n\n")); in check_stdin()
89 printf(_("(NEW) ")); in conf_askvalue()
95 printf("%s\n", def); in conf_askvalue()
105 printf("%s\n", def); in conf_askvalue()
114 printf("\n"); in conf_askvalue()
124 printf("%s\n", def); in conf_askvalue()
129 printf("%s", line); in conf_askvalue()
139 printf("%*s%s ", indent - 1, "", _(menu->prompt->text)); in conf_string()
140 printf("(%s) ", sym->name); in conf_string()
143 printf("[%s] ", def); in conf_string()
172 printf("%*s%s ", indent - 1, "", _(menu->prompt->text)); in conf_sym()
174 printf("(%s) ", sym->name); in conf_sym()
189 printf("/n"); in conf_sym()
191 printf("/m"); in conf_sym()
193 printf("/y"); in conf_sym()
195 printf("/?"); in conf_sym()
196 printf("] "); in conf_sym()
259 printf("%*s%s\n", indent - 1, "", _(menu_get_prompt(menu))); in conf_choice()
269 printf("%*s%s\n", indent - 1, "", _(menu_get_prompt(menu))); in conf_choice()
277 printf("%*c %s\n", indent, '*', _(menu_get_prompt(child))); in conf_choice()
283 printf("%*c", indent, '>'); in conf_choice()
285 printf("%*c", indent, ' '); in conf_choice()
286 printf(" %d. %s", cnt, _(menu_get_prompt(child))); in conf_choice()
288 printf(" (%s)", child->sym->name); in conf_choice()
290 printf(_(" (NEW)")); in conf_choice()
291 printf("\n"); in conf_choice()
293 printf(_("%*schoice"), indent - 1, ""); in conf_choice()
295 printf("[1]: 1\n"); in conf_choice()
298 printf("[1-%d", cnt); in conf_choice()
300 printf("?"); in conf_choice()
301 printf("]: "); in conf_choice()
307 printf("%d\n", cnt); in conf_choice()
381 printf("%*c\n%*c %s\n%*c\n", in conf()
434 printf("%s%s\n", CONFIG_, sym->name); in check_conf()
438 printf(_("*\n* Restart config...\n*\n")); in check_conf()
474 printf("Usage: %s [-s] [option] <kconfig-file>\n", progname); in conf_usage()
475 printf("[option] is _one_ of the following:\n"); in conf_usage()
476 printf(" --listnewconfig List new options\n"); in conf_usage()
477 printf(" --oldaskconfig Start a new configuration using a line-oriented program\n"); in conf_usage()
478 printf(" --oldconfig Update a configuration using a provided .config as base\n"); in conf_usage()
479 printf(" --silentoldconfig Same as oldconfig, but quietly, additionally update deps\n"); in conf_usage()
480 …printf(" --olddefconfig Same as silentoldconfig but sets new symbols to their default va… in conf_usage()
481 printf(" --oldnoconfig An alias of olddefconfig\n"); in conf_usage()
482 printf(" --defconfig <file> New config with default defined in <file>\n"); in conf_usage()
483 printf(" --savedefconfig <file> Save the minimal current configuration to <file>\n"); in conf_usage()
484 printf(" --allnoconfig New config where all options are answered with no\n"); in conf_usage()
485 printf(" --allyesconfig New config where all options are answered with yes\n"); in conf_usage()
486 printf(" --allmodconfig New config where all options are answered with mod\n"); in conf_usage()
487 printf(" --alldefconfig New config with all symbols set to default\n"); in conf_usage()
488 printf(" --randconfig New config with random answer to all options\n"); in conf_usage()
559 printf(_("%s: Kconfig file missing\n"), av[0]); in main()
584 printf(_("***\n" in main()