• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/usr.sbin/tzsetup/

Lines Matching defs:prompt

92 	char *prompt;
144 listitems[i].name = ditems[i].prompt;
240 char prompt[2];
264 char title[64], prompt[64];
281 snprintf(prompt, sizeof(prompt), "Select a country or region");
285 snprintf(prompt, sizeof(prompt), "Select an island or group");
289 rv = xdialog_menu(title, prompt, -1, -1, menulen, contp->nitems,
576 continents[i].prompt = continent_items[i].prompt;
593 asprintf(&dmi->prompt, "%d", ++cp->continent->nitems);
606 asprintf(&dmi->prompt, "%d", ++cp->nzones);
620 asprintf(&dmi->prompt, "%d", ++cont->nitems);
632 char title[64], prompt[64];
638 snprintf(prompt, sizeof(prompt),
641 rv = xdialog_menu(title, prompt, -1, -1, menulen, cp->nzones,
660 char title[64], prompt[64];
670 snprintf(prompt, sizeof(prompt),
672 rv = !dialog_yesno(title, prompt, 5, 72);
708 char title[64], prompt[SILLY_BUFFER_SIZE];
724 snprintf(prompt, sizeof(prompt),
727 snprintf(prompt, sizeof(prompt),
732 dialog_msgbox(title, prompt, 8, 72, 1);
735 fprintf(stderr, "%s\n", prompt);
743 snprintf(prompt, sizeof(prompt),
748 dialog_msgbox(title, prompt, 8, 72, 1);
751 fprintf(stderr, "%s\n", prompt);
756 snprintf(prompt, sizeof(prompt),
762 dialog_msgbox(title, prompt, 8, 72, 1);
765 fprintf(stderr, "%s\n", prompt);
773 snprintf(prompt, sizeof(prompt),
778 dialog_msgbox(title, prompt, 8, 72, 1);
781 fprintf(stderr, "%s\n", prompt);
791 snprintf(prompt, sizeof(prompt),
796 dialog_msgbox(title, prompt, 8, 72, 1);
799 fprintf(stderr, "%s\n", prompt);
809 snprintf(prompt, sizeof(prompt),
814 dialog_msgbox(title, prompt, 8, 72, 1);
817 fprintf(stderr, "%s\n", prompt);
821 snprintf(prompt, sizeof(prompt),
827 dialog_msgbox(title, prompt, 8, 72, 1);
830 fprintf(stderr, "%s\n", prompt);
835 snprintf(prompt, sizeof(prompt),
841 dialog_msgbox(title, prompt, 8, 72, 1);
844 fprintf(stderr, "%s\n", prompt);
852 snprintf(prompt, sizeof(prompt),
856 snprintf(prompt, sizeof(prompt),
861 dialog_msgbox(title, prompt, 8, 72, 1);
864 fprintf(stderr, "%s\n", prompt);
907 char title[64], prompt[128];
1018 snprintf(prompt, sizeof(prompt),
1024 yesno = dialog_yesno(title, prompt, 7, 73);
1046 snprintf(prompt, sizeof(prompt),
1048 if (!dialog_yesno(title, prompt, 7, 72)) {
1057 snprintf(prompt, sizeof(prompt), "Select a region");
1058 xdialog_menu(title, prompt, -1, -1, NCONTINENTS, NCONTINENTS,