Lines Matching refs:printf

56 	printf("\n%s\n", str_get(&help));  in print_help()
84 printf("%s", str); in xfgets()
113 printf("KCONFIG_SEED=0x%X\n", seed); in set_randconfig_seed()
294 printf("(NEW) "); in conf_askvalue()
300 printf("%s\n", def); in conf_askvalue()
310 printf("%s\n", def); in conf_askvalue()
329 printf("%*s%s ", indent - 1, "", menu->prompt->text); in conf_string()
330 printf("(%s) ", sym->name); in conf_string()
333 printf("[%s] ", def); in conf_string()
362 printf("%*s%s ", indent - 1, "", menu->prompt->text); in conf_sym()
364 printf("(%s) ", sym->name); in conf_sym()
379 printf("/n"); in conf_sym()
381 printf("/m"); in conf_sym()
383 printf("/y"); in conf_sym()
384 printf("/?] "); in conf_sym()
432 printf("%*s%s\n", indent - 1, "", menu_get_prompt(menu)); in conf_choice()
440 printf("%*c %s\n", indent, '*', menu_get_prompt(child)); in conf_choice()
446 printf("%*c", indent, '>'); in conf_choice()
448 printf("%*c", indent, ' '); in conf_choice()
449 printf(" %d. %s (%s)", cnt, menu_get_prompt(child), in conf_choice()
453 printf(" (NEW)"); in conf_choice()
455 printf("\n"); in conf_choice()
457 printf("%*schoice", indent - 1, ""); in conf_choice()
459 printf("[1]: 1\n"); in conf_choice()
462 printf("[1-%d?]: ", cnt); in conf_choice()
468 printf("%d\n", cnt); in conf_choice()
537 printf("%*c\n%*c %s\n%*c\n", in conf()
590 printf("-----\n"); in check_conf()
592 printf("-----\n"); in check_conf()
596 printf("*\n* Restart config...\n*\n"); in check_conf()
631 printf("Usage: %s [options] kconfig_file\n", progname); in conf_usage()
632 printf("\n"); in conf_usage()
633 printf("Generic options:\n"); in conf_usage()
634 printf(" -h, --help Print this message and exit.\n"); in conf_usage()
635 printf(" -s, --silent Do not print log.\n"); in conf_usage()
636 printf("\n"); in conf_usage()
637 printf("Mode options:\n"); in conf_usage()
638 printf(" --listnewconfig List new options\n"); in conf_usage()
639 printf(" --helpnewconfig List new options and help text\n"); in conf_usage()
640 printf(" --oldaskconfig Start a new configuration using a line-oriented program\n"); in conf_usage()
641 printf(" --oldconfig Update a configuration using a provided .config as base\n"); in conf_usage()
642 printf(" --syncconfig Similar to oldconfig but generates configuration in\n" in conf_usage()
644printf(" --olddefconfig Same as oldconfig but sets new symbols to their default value\n"… in conf_usage()
645 printf(" --defconfig <file> New config with default defined in <file>\n"); in conf_usage()
646 printf(" --savedefconfig <file> Save the minimal current configuration to <file>\n"); in conf_usage()
647 printf(" --allnoconfig New config where all options are answered with no\n"); in conf_usage()
648 printf(" --allyesconfig New config where all options are answered with yes\n"); in conf_usage()
649 printf(" --allmodconfig New config where all options are answered with mod\n"); in conf_usage()
650 printf(" --alldefconfig New config with all symbols set to default\n"); in conf_usage()
651 printf(" --randconfig New config with random answer to all options\n"); in conf_usage()
652 printf(" --yes2modconfig Change answers from yes to mod if possible\n"); in conf_usage()
653 printf(" --mod2yesconfig Change answers from mod to yes if possible\n"); in conf_usage()
654 printf(" --mod2noconfig Change answers from mod to no if possible\n"); in conf_usage()
655 printf(" (If none of the above is given, --oldaskconfig is the default)\n"); in conf_usage()
656 printf("\n"); in conf_usage()
657 printf("Arguments:\n"); in conf_usage()
658 printf(" kconfig_file Top-level Kconfig file.\n"); in conf_usage()