Home
last modified time | relevance | path

Searched refs: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); in doformat()
352 warnx2("%s", strerror(ENOMEM), NULL); in doformat()
409 warnx2(_("illegal format character %c"), convch, NULL); in doformat()
430 warnx2("%s", strerror(ENOMEM), NULL); in mknum()
578 warnx2(_("%s: expected numeric value"), *gargv, NULL); in getnum()
581 warnx2(_("%s: not completely converted"), *gargv, NULL); in getnum()
613 warnx2(_("%s: expected numeric value"), *gargv, NULL); in getfloating()
616 warnx2(_("%s: not completely converted"), *gargv, NULL); in getfloating()