Home
last modified time | relevance | path

Searched refs:expect (Results 1 – 2 of 2) sorted by relevance

/stdio-common/
A Dbug17.c7 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 Dtst-fphex.c29 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