Lines Matching defs:fmt
675 const char *fmt = 0;
680 fmt = _("Prerequisite `%s' is order-only for target `%s'.\n");
685 fmt = _("Prerequisite `%s' of target `%s' does not exist.\n");
690 fmt = _("Prerequisite `%s' is newer than target `%s'.\n");
693 fmt = _("Prerequisite `%s' is older than target `%s'.\n");
695 if (fmt)
698 printf (fmt, dep_name (d), file->name);