Searched refs:expect (Results 1 – 2 of 2) sorted by relevance
/stdio-common/ |
A D | bug17.c | 7 static const char expect[] = "0, 0, 0"; in do_test() local 13 if (strcmp (buf, expect) != 0) in do_test() 15 printf ("\"%s\": got \"%s\", expected \"%s\"\n", fmt1, buf, expect); in do_test() 21 if (strcmp (buf, expect) != 0) in do_test() 23 printf ("\"%s\": got \"%s\", expected \"%s\"\n", fmt2, buf, expect); in do_test()
|
A D | tst-fphex.c | 29 const CHAR_T *expect; member 57 if (n != STR_LEN (t->expect) || STR_CMP (buf, t->expect) != 0) in do_test() 61 t->fmt, t->expect, STR_LEN (t->expect), in do_test()
|
Completed in 3 milliseconds