Lines Matching refs:warnx
176 warnx("missing format character"); in main()
246 warnx("incomplete use of n$"); in printf_doformat()
256 warnx("incomplete use of n$"); in printf_doformat()
290 warnx("incomplete use of n$"); in printf_doformat()
300 warnx("incomplete use of n$"); in printf_doformat()
323 warnx("missing format character"); in printf_doformat()
343 warnx("bad modifier L for %%%c", *fmt); in printf_doformat()
368 warnx("%s", strerror(ENOMEM)); in printf_doformat()
427 warnx("illegal format character %c", convch); in printf_doformat()
447 warnx("%s", strerror(ENOMEM)); in mknum()
564 warnx("%s: %s", *gargv, strerror(ERANGE)); in getint()
595 warnx("%s: expected numeric value", *gargv); in getnum()
599 warnx("%s: not completely converted", *gargv); in getnum()
603 warnx("%s: %s", *gargv, strerror(ERANGE)); in getnum()
631 warnx("%s: expected numeric value", *gargv); in getfloating()
634 warnx("%s: not completely converted", *gargv); in getfloating()
638 warnx("%s: %s", *gargv, strerror(ERANGE)); in getfloating()