Searched defs:warnx2 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/printf/
H A Dprintf.c48 #define warnx2(a, b, c) warnx(a, b) macro
328 warnx2(_("bad modifier L for %%%c"), *fmt, NULL);
352 warnx2("%s", strerror(ENOMEM), NULL);
409 warnx2(_("illegal format character %c"), convch, NULL);
430 warnx2("%s", strerror(ENOMEM), 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);

Completed in 58 milliseconds