Home
last modified time | relevance | path

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

/stdio-common/
A Dtst-fmemopen3.c43 char exp[32] = "testing bufferXX"; in do_test_write_append() local
53 if (strcmp (buf, exp) != 0) in do_test_write_append()
55 printf ("%s: check failed: %s != %s\n", __FUNCTION__, buf, exp); in do_test_write_append()
68 char exp[] = { 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55 }; in do_test_write_append_without_null() local
84 if (memcmp (buf, exp, sizeof (buf)) != 0) in do_test_write_append_without_null()
89 print_buffer (exp, sizeof (exp)); in do_test_write_append_without_null()
281 char exp[20]; in do_test_write_append_2() local
282 sprintf (exp, "%s%d", str, 101); in do_test_write_append_2()
283 if (memcmp (buf, exp, strlen (exp)) != 0) in do_test_write_append_2()
289 print_buffer (exp, sizeof (exp)); in do_test_write_append_2()
A Dtst-swprintf.c29 #define CHECK(fmt, nexp, exp) \ in do_test() argument
37 else if (wcscmp (buf, exp) != 0) \ in do_test()
41 fmt, (wchar_t *) input, buf, exp ); \ in do_test()

Completed in 4 milliseconds