Lines Matching refs:lintwarn

152 		lintwarn(_("exp: received non-numeric argument"));
325 lintwarn(_("index: received non-string first argument"));
327 lintwarn(_("index: received non-string second argument"));
437 lintwarn(_("int: received non-numeric argument"));
454 lintwarn(_("length: received non-string argument"));
470 lintwarn(_("log: received non-numeric argument"));
821 lintwarn(_("`l' is meaningless in awk formats; ignored"));
836 lintwarn(_("`L' is meaningless in awk formats; ignored"));
851 lintwarn(_("`h' is meaningless in awk formats; ignored"));
1055 lintwarn(_("[s]printf: value %g is out of range for `%%%c' format"),
1114 lintwarn(
1117 lintwarn(
1184 lintwarn(_("printf: no arguments"));
1211 lintwarn(_("sqrt: received non-numeric argument"));
1238 lintwarn(_("substr: start index %g is invalid, using 1"),
1243 lintwarn(_("substr: non-integer start index %g will be truncated"),
1262 lintwarn(_("substr: length %g is not >= 1"), d_length);
1264 lintwarn(_("substr: length %g is not >= 0"), d_length);
1270 lintwarn(
1275 lintwarn(
1288 lintwarn(_("substr: source string is zero length"));
1294 lintwarn(_("substr: start index %g is past end of string"),
1301 lintwarn(
1337 lintwarn(_("strftime: received non-string first argument"));
1343 lintwarn(_("strftime: received empty format string"));
1352 lintwarn(_("strftime: received non-numeric second argument"));
1415 lintwarn(_("mktime: received non-string argument"));
1460 lintwarn(_("system: received non-string argument"));
1582 lintwarn(_("reference to uninitialized field `$%d'"), 0);
1609 lintwarn(_("tolower: received non-string argument"));
1658 lintwarn(_("toupper: received non-string argument"));
1703 lintwarn(_("atan2: received non-numeric first argument"));
1705 lintwarn(_("atan2: received non-numeric second argument"));
1724 lintwarn(_("sin: received non-numeric argument"));
1740 lintwarn(_("cos: received non-numeric argument"));
1789 lintwarn(_("srand: received non-numeric argument"));
2417 lintwarn(_("lshift: received non-numeric first argument"));
2419 lintwarn(_("lshift: received non-numeric first argument"));
2421 lintwarn(_("lshift(%lf, %lf): negative values will give strange results"), val, shift);
2423 lintwarn(_("lshift(%lf, %lf): fractional values will be truncated"), val, shift);
2425 lintwarn(_("lshift(%lf, %lf): too large shift value will give strange results"), val, shift);
2454 lintwarn(_("rshift: received non-numeric first argument"));
2456 lintwarn(_("rshift: received non-numeric first argument"));
2458 lintwarn(_("rshift(%lf, %lf): negative values will give strange results"), val, shift);
2460 lintwarn(_("rshift(%lf, %lf): fractional values will be truncated"), val, shift);
2462 lintwarn(_("rshift(%lf, %lf): too large shift value will give strange results"), val, shift);
2491 lintwarn(_("and: received non-numeric first argument"));
2493 lintwarn(_("and: received non-numeric first argument"));
2495 lintwarn(_("and(%lf, %lf): negative values will give strange results"), left, right);
2497 lintwarn(_("and(%lf, %lf): fractional values will be truncated"), left, right);
2526 lintwarn(_("or: received non-numeric first argument"));
2528 lintwarn(_("or: received non-numeric first argument"));
2530 lintwarn(_("or(%lf, %lf): negative values will give strange results"), left, right);
2532 lintwarn(_("or(%lf, %lf): fractional values will be truncated"), left, right);
2561 lintwarn(_("xor: received non-numeric first argument"));
2563 lintwarn(_("xor: received non-numeric first argument"));
2565 lintwarn(_("xor(%lf, %lf): negative values will give strange results"), left, right);
2567 lintwarn(_("xor(%lf, %lf): fractional values will be truncated"), left, right);
2595 lintwarn(_("compl: received non-numeric argument"));
2597 lintwarn(_("compl(%lf): negative value will give strange results"), d);
2599 lintwarn(_("compl(%lf): fractional value will be truncated"), d);