Lines Matching refs:printf

53 	printf("\n%s\n", str_get(&help));  in print_help()
81 printf("%s", str); in xfgets()
89 printf(_("(NEW) ")); in conf_askvalue()
95 printf("%s\n", def); in conf_askvalue()
105 printf("%s\n", def); in conf_askvalue()
121 printf("%s\n", def); in conf_askvalue()
126 printf("%s", line); in conf_askvalue()
136 printf("%*s%s ", indent - 1, "", _(menu->prompt->text)); in conf_string()
137 printf("(%s) ", sym->name); in conf_string()
140 printf("[%s] ", def); in conf_string()
169 printf("%*s%s ", indent - 1, "", _(menu->prompt->text)); in conf_sym()
171 printf("(%s) ", sym->name); in conf_sym()
186 printf("/n"); in conf_sym()
188 printf("/m"); in conf_sym()
190 printf("/y"); in conf_sym()
191 printf("/?] "); in conf_sym()
254 printf("%*s%s\n", indent - 1, "", _(menu_get_prompt(menu))); in conf_choice()
264 printf("%*s%s\n", indent - 1, "", _(menu_get_prompt(menu))); in conf_choice()
272 printf("%*c %s\n", indent, '*', _(menu_get_prompt(child))); in conf_choice()
278 printf("%*c", indent, '>'); in conf_choice()
280 printf("%*c", indent, ' '); in conf_choice()
281 printf(" %d. %s", cnt, _(menu_get_prompt(child))); in conf_choice()
283 printf(" (%s)", child->sym->name); in conf_choice()
285 printf(_(" (NEW)")); in conf_choice()
286 printf("\n"); in conf_choice()
288 printf(_("%*schoice"), indent - 1, ""); in conf_choice()
290 printf("[1]: 1\n"); in conf_choice()
293 printf("[1-%d?]: ", cnt); in conf_choice()
299 printf("%d\n", cnt); in conf_choice()
373 printf("%*c\n%*c %s\n%*c\n", in conf()
431 printf("%s%s=%s\n", CONFIG_, sym->name, str); in check_conf()
435 printf("%s%s=%s\n", CONFIG_, sym->name, str); in check_conf()
440 printf(_("*\n* Restart config...\n*\n")); in check_conf()
476 printf("Usage: %s [-s] [option] <kconfig-file>\n", progname); in conf_usage()
477 printf("[option] is _one_ of the following:\n"); in conf_usage()
478 printf(" --listnewconfig List new options\n"); in conf_usage()
479 printf(" --oldaskconfig Start a new configuration using a line-oriented program\n"); in conf_usage()
480 printf(" --oldconfig Update a configuration using a provided .config as base\n"); in conf_usage()
481 printf(" --syncconfig Similar to oldconfig but generates configuration in\n" in conf_usage()
483printf(" --olddefconfig Same as oldconfig but sets new symbols to their default value\n"… in conf_usage()
484 printf(" --oldnoconfig An alias of olddefconfig\n"); in conf_usage()
485 printf(" --defconfig <file> New config with default defined in <file>\n"); in conf_usage()
486 printf(" --savedefconfig <file> Save the minimal current configuration to <file>\n"); in conf_usage()
487 printf(" --allnoconfig New config where all options are answered with no\n"); in conf_usage()
488 printf(" --allyesconfig New config where all options are answered with yes\n"); in conf_usage()
489 printf(" --allmodconfig New config where all options are answered with mod\n"); in conf_usage()
490 printf(" --alldefconfig New config with all symbols set to default\n"); in conf_usage()
491 printf(" --randconfig New config with random answer to all options\n"); in conf_usage()