Home | History | Annotate | Download | only in tests

Lines Matching full:abcde

201   check ((stpcpy (one, "abcde") - one) == 5, 9);
202 equal (one, "abcde", 10);
690 check(strstr(one, "abcde") == NULL, 9); /* Too long. */
1389 check(strcasestr(one, "AbcDe") == NULL, 9); /* Too long. */