Home | History | Annotate | Download | only in tests

Lines Matching full:dead

682   check(strstr("abcd", "abx") == NULL, 2);	/* Dead end. */
1381 check(strcasestr("AbcD", "abX") == NULL, 2); /* Dead end. */