Lines Matching defs:_
53 #define _(x) gettext(x)
161 warnx1(_("missing format character"), NULL, NULL);
228 warnx1(_("incomplete use of n$"), NULL, NULL);
238 warnx1(_("incomplete use of n$"), NULL, NULL);
273 warnx1(_("incomplete use of n$"),
284 warnx1(_("incomplete use of n$"), NULL, NULL);
308 warnx1(_("missing format character"), NULL, NULL);
328 warnx2(_("bad modifier L for %%%c"), *fmt, NULL);
409 warnx2(_("illegal format character %c"), convch, NULL);
578 warnx2(_("%s: expected numeric value"), *gargv, NULL);
581 warnx2(_("%s: not completely converted"), *gargv, NULL);
613 warnx2(_("%s: expected numeric value"), *gargv, NULL);
616 warnx2(_("%s: not completely converted"), *gargv, NULL);
642 (void) fprintf(stderr, _("usage: printf format [arguments ...]\n"));