Lines Matching refs:printf
52 printf("\n%s\n", str_get(&help)); in print_help()
80 printf("%s", str); in xfgets()
88 printf("(NEW) "); in conf_askvalue()
94 printf("%s\n", def); in conf_askvalue()
104 printf("%s\n", def); in conf_askvalue()
120 printf("%s\n", def); in conf_askvalue()
125 printf("%s", line); in conf_askvalue()
135 printf("%*s%s ", indent - 1, "", menu->prompt->text); in conf_string()
136 printf("(%s) ", sym->name); in conf_string()
139 printf("[%s] ", def); in conf_string()
168 printf("%*s%s ", indent - 1, "", menu->prompt->text); in conf_sym()
170 printf("(%s) ", sym->name); in conf_sym()
185 printf("/n"); in conf_sym()
187 printf("/m"); in conf_sym()
189 printf("/y"); in conf_sym()
190 printf("/?] "); in conf_sym()
253 printf("%*s%s\n", indent - 1, "", menu_get_prompt(menu)); in conf_choice()
263 printf("%*s%s\n", indent - 1, "", menu_get_prompt(menu)); in conf_choice()
271 printf("%*c %s\n", indent, '*', menu_get_prompt(child)); in conf_choice()
277 printf("%*c", indent, '>'); in conf_choice()
279 printf("%*c", indent, ' '); in conf_choice()
280 printf(" %d. %s", cnt, menu_get_prompt(child)); in conf_choice()
282 printf(" (%s)", child->sym->name); in conf_choice()
284 printf(" (NEW)"); in conf_choice()
285 printf("\n"); in conf_choice()
287 printf("%*schoice", indent - 1, ""); in conf_choice()
289 printf("[1]: 1\n"); in conf_choice()
292 printf("[1-%d?]: ", cnt); in conf_choice()
298 printf("%d\n", cnt); in conf_choice()
372 printf("%*c\n%*c %s\n%*c\n", in conf()
430 printf("%s%s=%s\n", CONFIG_, sym->name, str); in check_conf()
434 printf("%s%s=%s\n", CONFIG_, sym->name, str); in check_conf()
439 printf("*\n* Restart config...\n*\n"); in check_conf()
469 printf("Usage: %s [-s] [option] <kconfig-file>\n", progname); in conf_usage()
470 printf("[option] is _one_ of the following:\n"); in conf_usage()
471 printf(" --listnewconfig List new options\n"); in conf_usage()
472 printf(" --oldaskconfig Start a new configuration using a line-oriented program\n"); in conf_usage()
473 printf(" --oldconfig Update a configuration using a provided .config as base\n"); in conf_usage()
474 printf(" --syncconfig Similar to oldconfig but generates configuration in\n" in conf_usage()
476 …printf(" --olddefconfig Same as oldconfig but sets new symbols to their default value\n"… in conf_usage()
477 printf(" --defconfig <file> New config with default defined in <file>\n"); in conf_usage()
478 printf(" --savedefconfig <file> Save the minimal current configuration to <file>\n"); in conf_usage()
479 printf(" --allnoconfig New config where all options are answered with no\n"); in conf_usage()
480 printf(" --allyesconfig New config where all options are answered with yes\n"); in conf_usage()
481 printf(" --allmodconfig New config where all options are answered with mod\n"); in conf_usage()
482 printf(" --alldefconfig New config with all symbols set to default\n"); in conf_usage()
483 printf(" --randconfig New config with random answer to all options\n"); in conf_usage()