Lines Matching refs:printf

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