Lines Matching refs:printf

55 	printf("\n%s\n", str_get(&help));  in print_help()
83 printf("%s", str); in xfgets()
91 printf("(NEW) "); in conf_askvalue()
97 printf("%s\n", def); in conf_askvalue()
107 printf("%s\n", def); in conf_askvalue()
123 printf("%s\n", def); in conf_askvalue()
128 printf("%s", line); in conf_askvalue()
138 printf("%*s%s ", indent - 1, "", menu->prompt->text); in conf_string()
139 printf("(%s) ", sym->name); in conf_string()
142 printf("[%s] ", def); in conf_string()
171 printf("%*s%s ", indent - 1, "", menu->prompt->text); in conf_sym()
173 printf("(%s) ", sym->name); in conf_sym()
188 printf("/n"); in conf_sym()
190 printf("/m"); in conf_sym()
192 printf("/y"); in conf_sym()
193 printf("/?] "); in conf_sym()
256 printf("%*s%s\n", indent - 1, "", menu_get_prompt(menu)); in conf_choice()
266 printf("%*s%s\n", indent - 1, "", menu_get_prompt(menu)); in conf_choice()
274 printf("%*c %s\n", indent, '*', menu_get_prompt(child)); in conf_choice()
280 printf("%*c", indent, '>'); in conf_choice()
282 printf("%*c", indent, ' '); in conf_choice()
283 printf(" %d. %s", cnt, menu_get_prompt(child)); in conf_choice()
285 printf(" (%s)", child->sym->name); in conf_choice()
287 printf(" (NEW)"); in conf_choice()
288 printf("\n"); in conf_choice()
290 printf("%*schoice", indent - 1, ""); in conf_choice()
292 printf("[1]: 1\n"); in conf_choice()
295 printf("[1-%d?]: ", cnt); in conf_choice()
301 printf("%d\n", cnt); in conf_choice()
375 printf("%*c\n%*c %s\n%*c\n", in conf()
433 printf("%s%s=%s\n", CONFIG_, sym->name, str); in check_conf()
437 printf("%s%s=%s\n", CONFIG_, sym->name, str); in check_conf()
441 printf("-----\n"); in check_conf()
443 printf("-----\n"); in check_conf()
447 printf("*\n* Restart config...\n*\n"); in check_conf()
480 printf("Usage: %s [-s] [option] <kconfig-file>\n", progname); in conf_usage()
481 printf("[option] is _one_ of the following:\n"); in conf_usage()
482 printf(" --listnewconfig List new options\n"); in conf_usage()
483 printf(" --helpnewconfig List new options and help text\n"); in conf_usage()
484 printf(" --oldaskconfig Start a new configuration using a line-oriented program\n"); in conf_usage()
485 printf(" --oldconfig Update a configuration using a provided .config as base\n"); in conf_usage()
486 printf(" --syncconfig Similar to oldconfig but generates configuration in\n" in conf_usage()
488printf(" --olddefconfig Same as oldconfig but sets new symbols to their default value\n"… in conf_usage()
489 printf(" --defconfig <file> New config with default defined in <file>\n"); in conf_usage()
490 printf(" --savedefconfig <file> Save the minimal current configuration to <file>\n"); in conf_usage()
491 printf(" --allnoconfig New config where all options are answered with no\n"); in conf_usage()
492 printf(" --allyesconfig New config where all options are answered with yes\n"); in conf_usage()
493 printf(" --allmodconfig New config where all options are answered with mod\n"); in conf_usage()
494 printf(" --alldefconfig New config with all symbols set to default\n"); in conf_usage()
495 printf(" --randconfig New config with random answer to all options\n"); in conf_usage()
496 printf(" --yes2modconfig Change answers from yes to mod if possible\n"); in conf_usage()
497 printf(" --mod2yesconfig Change answers from mod to yes if possible\n"); in conf_usage()