Lines Matching refs:string_check

1392 #define string_check(x,y) _string_check(__LINE__, x, y)  macro
1417 errors += string_check(buf, "09foo"); in test_string_formatting()
1420 errors += string_check(buf, " fo"); in test_string_formatting()
1423 errors += string_check(buf, "foo"); in test_string_formatting()
1426 errors += string_check(buf, "foo"); in test_string_formatting()
1429 errors += string_check(buf, "foo "); in test_string_formatting()
1432 errors += string_check(buf, " foo"); in test_string_formatting()
1435 errors += string_check(buf, "foo "); in test_string_formatting()
1486 errors += string_check(buf, in test_weird_arguments()
1538 errors += string_check(buf, ""); in test_weird_arguments()
1555 errors += string_check(buf, "9.000000"); in test_float_formatting()
1558 errors += string_check(buf, "9.1"); in test_float_formatting()
1561 errors += string_check(buf, "9.10"); in test_float_formatting()
1564 errors += string_check(buf, "9"); in test_float_formatting()
1567 errors += string_check(buf, "9.100000"); in test_float_formatting()
1570 errors += string_check(buf, " 9.100000"); in test_float_formatting()
1573 errors += string_check(buf, " 9.100"); in test_float_formatting()
1576 errors += string_check(buf, "9.100 "); in test_float_formatting()
1579 errors += string_check(buf, "9.123 "); in test_float_formatting()
1582 errors += string_check(buf, "9.100000"); in test_float_formatting()
1585 errors += string_check(buf, " 9.100000"); in test_float_formatting()
1588 errors += string_check(buf, "9.100000"); in test_float_formatting()
1591 errors += string_check(buf, "9.298765"); in test_float_formatting()
1594 errors += string_check(buf, "9.298765"); in test_float_formatting()
1597 errors += string_check(buf, "9.298760"); in test_float_formatting()
1600 errors += string_check(buf, "9.298765"); in test_float_formatting()
1602 errors += string_check(buf, "9.29877"); in test_float_formatting()
1604 errors += string_check(buf, "9.2988"); in test_float_formatting()
1606 errors += string_check(buf, "9.299"); in test_float_formatting()
1608 errors += string_check(buf, "9.30"); in test_float_formatting()
1610 errors += string_check(buf, "9.3"); in test_float_formatting()
1612 errors += string_check(buf, "9"); in test_float_formatting()
1629 errors += string_check(buf, "9.100000"); in test_float_formatting()
1634 …errors += string_check(buf, " … in test_float_formatting()
1636 …errors += string_check(buf, " … in test_float_formatting()