Home | History | Annotate | Download | only in tests

Lines Matching full:unequal

365   check (strncmp ("abc", "abcd", 99) < 0, 4);	/* Length unequal. */
367 check (strncmp ("abcd", "abce", 99) < 0, 6); /* Honestly unequal. */
978 check(memcmp("abcd", "abce", 4) < 0, 3); /* Honestly unequal. */
1314 check(bcmp("abcd", "abce", 4) != 0, 3); /* Honestly unequal. */