Searched refs:actual (Results 1 – 1 of 1) sorted by relevance
76 static char actual[64], actualld[64]; in test_one() local77 int result = strfmon_l (actual, sizeof (actual), loc, format, value); in test_one()91 else if (strcmp (actual, expected) != 0) in test_one()96 printf ("error: actual: \"%s\"\n", actual); in test_one()
Completed in 4 milliseconds