Home | History | Annotate | Download | only in lib

Lines Matching refs:warnx

214 		warnx("Invalid character in license name at position %" PRIzu, len);
256 warnx("Invalid character in license name at position %" PRIzu, license - start + 1);
271 warnx("Missing space at position %" PRIzu, license - start + 1);
279 warnx("Missing open parenthesis at position %" PRIzu, license - start + 1);
287 warnx("Unbalanced parenthesis at position %" PRIzu, license - start + 1);
296 warnx("Invalid operator in OR expression at position %" PRIzu, license - start + 1);
303 warnx("Invalid operator in AND expression at position %" PRIzu, license - start + 1);
309 warnx("Invalid operator at position %" PRIzu, license - start + 1);
314 warnx("Missing space at position %" PRIzu, license - start + 1);
331 warnx("Trailing garbage in license specification");