Lines Matching refs:string_check
1138 #define string_check(x,y) _string_check(__LINE__, x, y) macro
1163 errors += string_check(buf, "09foo"); in test_string_formatting()
1166 errors += string_check(buf, " fo"); in test_string_formatting()
1169 errors += string_check(buf, "foo"); in test_string_formatting()
1172 errors += string_check(buf, "foo"); in test_string_formatting()
1175 errors += string_check(buf, "foo "); in test_string_formatting()
1178 errors += string_check(buf, " foo"); in test_string_formatting()
1181 errors += string_check(buf, "foo "); in test_string_formatting()
1197 errors += string_check(buf, "502 501 500"); in test_pos_arguments()
1200 errors += string_check(buf, "502 500 501"); in test_pos_arguments()
1205 errors += string_check(buf, ""); in test_pos_arguments()
1218 errors += string_check(buf, "500 % right? %"); in test_weird_arguments()
1225 errors += string_check(buf, "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%" in test_weird_arguments()
1229 errors += string_check(buf, "%2 AA 500 %K"); in test_weird_arguments()
1232 errors += string_check(buf, "%2 500 %K"); in test_weird_arguments()
1269 errors += string_check(buf, in test_weird_arguments()
1321 errors += string_check(buf, ""); in test_weird_arguments()
1337 errors += string_check(buf, "9.000000"); in test_float_formatting()
1340 errors += string_check(buf, "9.1"); in test_float_formatting()
1343 errors += string_check(buf, "9.10"); in test_float_formatting()
1346 errors += string_check(buf, "9"); in test_float_formatting()
1349 errors += string_check(buf, "9.100000"); in test_float_formatting()
1352 errors += string_check(buf, " 9.100000"); in test_float_formatting()
1355 errors += string_check(buf, " 9.100"); in test_float_formatting()
1358 errors += string_check(buf, "9.100 "); in test_float_formatting()
1361 errors += string_check(buf, "9.123 "); in test_float_formatting()
1364 errors += string_check(buf, "9.100000"); in test_float_formatting()
1367 errors += string_check(buf, " 9.100000"); in test_float_formatting()
1370 errors += string_check(buf, "9.100000"); in test_float_formatting()
1373 errors += string_check(buf, "9.298765"); in test_float_formatting()
1376 errors += string_check(buf, "9.298765"); in test_float_formatting()
1379 errors += string_check(buf, "9.298760"); in test_float_formatting()
1382 errors += string_check(buf, "9.298765"); in test_float_formatting()
1384 errors += string_check(buf, "9.29877"); in test_float_formatting()
1386 errors += string_check(buf, "9.2988"); in test_float_formatting()
1388 errors += string_check(buf, "9.299"); in test_float_formatting()
1390 errors += string_check(buf, "9.30"); in test_float_formatting()
1392 errors += string_check(buf, "9.3"); in test_float_formatting()
1394 errors += string_check(buf, "9"); in test_float_formatting()
1412 …errors += string_check(buf, "9.100000 … in test_float_formatting()
1417 …errors += string_check(buf, " … in test_float_formatting()
1419 …errors += string_check(buf, " … in test_float_formatting()
1449 errors += string_check(buf, "175020 fa10 FA10"); in test_oct_hex_formatting()
1453 errors += string_check(buf, "175020 fa10 FA10"); in test_oct_hex_formatting()
1457 errors += string_check(buf, "37257011060 fabc1230 FABC1230"); in test_oct_hex_formatting()
1461 errors += string_check(buf, "1752746757044321263600 fabcdef123456780 FABCDEF123456780"); in test_oct_hex_formatting()
1466 errors += string_check(buf, "175020 fa10 FA10"); in test_oct_hex_formatting()
1470 errors += string_check(buf, "37257011060 fabc1230 FABC1230"); in test_oct_hex_formatting()
1474 errors += string_check(buf, "1752746757044321263600 fabcdef123456780 FABCDEF123456780"); in test_oct_hex_formatting()