Home | History | Annotate | Download | only in fdisk

Lines Matching defs:yesno

277 static int	yesno(const char *, ...) __printflike(1, 2);
632 if (yesno("Should we write new partition table?")) {
1492 if (yesno("Bootfile %s doesn't support the required "
1519 if (!f_flag && !yesno("Update the bootcode from %s?", boot_path))
1906 if (yesno("Do you really want to delete all the extended partitions?"))
2297 yesno("The bootselect code is not installed, "
2308 if (v_flag && !f_flag && yesno("Explicitly specify beg/end address?")) {
2408 if (yesno("Do you want to change the active partition?")) {
2414 } while (!yesno("Are you happy with this choice?"));
2431 if (!yesno("Do you want to change our idea of what BIOS thinks?"))
2459 } while (!yesno("Are you happy with this choice?"));
2820 yesno(const char *str, ...)