Lines Matching refs:printf

55 	printf("\n%s\n", str_get(&help));  in print_help()
83 printf("%s", str); in xfgets()
112 printf("KCONFIG_SEED=0x%X\n", seed); in set_randconfig_seed()
320 printf("(NEW) "); in conf_askvalue()
326 printf("%s\n", def); in conf_askvalue()
336 printf("%s\n", def); in conf_askvalue()
355 printf("%*s%s ", indent - 1, "", menu->prompt->text); in conf_string()
356 printf("(%s) ", sym->name); in conf_string()
359 printf("[%s] ", def); in conf_string()
388 printf("%*s%s ", indent - 1, "", menu->prompt->text); in conf_sym()
390 printf("(%s) ", sym->name); in conf_sym()
405 printf("/n"); in conf_sym()
407 printf("/m"); in conf_sym()
409 printf("/y"); in conf_sym()
410 printf("/?] "); in conf_sym()
473 printf("%*s%s\n", indent - 1, "", menu_get_prompt(menu)); in conf_choice()
483 printf("%*s%s\n", indent - 1, "", menu_get_prompt(menu)); in conf_choice()
491 printf("%*c %s\n", indent, '*', menu_get_prompt(child)); in conf_choice()
497 printf("%*c", indent, '>'); in conf_choice()
499 printf("%*c", indent, ' '); in conf_choice()
500 printf(" %d. %s", cnt, menu_get_prompt(child)); in conf_choice()
502 printf(" (%s)", child->sym->name); in conf_choice()
504 printf(" (NEW)"); in conf_choice()
505 printf("\n"); in conf_choice()
507 printf("%*schoice", indent - 1, ""); in conf_choice()
509 printf("[1]: 1\n"); in conf_choice()
512 printf("[1-%d?]: ", cnt); in conf_choice()
518 printf("%d\n", cnt); in conf_choice()
592 printf("%*c\n%*c %s\n%*c\n", in conf()
650 printf("-----\n"); in check_conf()
652 printf("-----\n"); in check_conf()
656 printf("*\n* Restart config...\n*\n"); in check_conf()
691 printf("Usage: %s [options] <kconfig-file>\n", progname); in conf_usage()
692 printf("\n"); in conf_usage()
693 printf("Generic options:\n"); in conf_usage()
694 printf(" -h, --help Print this message and exit.\n"); in conf_usage()
695 printf(" -s, --silent Do not print log.\n"); in conf_usage()
696 printf("\n"); in conf_usage()
697 printf("Mode options:\n"); in conf_usage()
698 printf(" --listnewconfig List new options\n"); in conf_usage()
699 printf(" --helpnewconfig List new options and help text\n"); in conf_usage()
700 printf(" --oldaskconfig Start a new configuration using a line-oriented program\n"); in conf_usage()
701 printf(" --oldconfig Update a configuration using a provided .config as base\n"); in conf_usage()
702 printf(" --syncconfig Similar to oldconfig but generates configuration in\n" in conf_usage()
704printf(" --olddefconfig Same as oldconfig but sets new symbols to their default value\n"… in conf_usage()
705 printf(" --defconfig <file> New config with default defined in <file>\n"); in conf_usage()
706 printf(" --savedefconfig <file> Save the minimal current configuration to <file>\n"); in conf_usage()
707 printf(" --allnoconfig New config where all options are answered with no\n"); in conf_usage()
708 printf(" --allyesconfig New config where all options are answered with yes\n"); in conf_usage()
709 printf(" --allmodconfig New config where all options are answered with mod\n"); in conf_usage()
710 printf(" --alldefconfig New config with all symbols set to default\n"); in conf_usage()
711 printf(" --randconfig New config with random answer to all options\n"); in conf_usage()
712 printf(" --yes2modconfig Change answers from yes to mod if possible\n"); in conf_usage()
713 printf(" --mod2yesconfig Change answers from mod to yes if possible\n"); in conf_usage()
714 printf(" --mod2noconfig Change answers from mod to no if possible\n"); in conf_usage()
715 printf(" (If none of the above is given, --oldaskconfig is the default)\n"); in conf_usage()