Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 3 of 3) sorted by relevance

/string/
A Dtst-inlcall.c38 int errors = 0; in do_test() local
47 ++errors; in do_test()
54 ++errors; in do_test()
61 ++errors; in do_test()
68 ++errors; in do_test()
71 if (errors == 0) in do_test()
79 printf ("%d errors.\n", errors); in do_test()
A Dtst-cmp.c188 bool errors = false; in do_test() local
221 errors = true; in do_test()
228 return errors; in do_test()
A Dtester.c58 size_t errors = 0; variable
67 ++errors; in check()
330 size_t olderrors = errors; in test_strcat()
339 if (errors == olderrors) in test_strcat()
353 if (errors != olderrors) in test_strcat()
418 size_t olderrors = errors; in test_strncat()
428 if (errors == olderrors) in test_strncat()
442 if (errors != olderrors) in test_strncat()
1642 if (errors == 0) in main()
1650 printf("%Zd errors.\n", errors); in main()

Completed in 8 milliseconds