Home
last modified time | relevance | path

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

/linux/lib/tests/
H A Dstring_kunit.c291 static char strcmp_buffer2[STRCMP_LARGE_BUF_LEN]; variable
296 memset(strcmp_buffer2, fill2, STRCMP_LARGE_BUF_LEN); in strcmp_fill_buffers()
298 strcmp_buffer2[STRCMP_LARGE_BUF_LEN - 1] = 0; in strcmp_fill_buffers()
322 STRCMP_TEST_EXPECT_EQUAL(test, strcmp, strcmp_buffer1, strcmp_buffer2); in string_test_strcmp_long_strings()
325 STRCMP_TEST_EXPECT_LOWER(test, strcmp, strcmp_buffer1, strcmp_buffer2); in string_test_strcmp_long_strings()
328 STRCMP_TEST_EXPECT_GREATER(test, strcmp, strcmp_buffer1, strcmp_buffer2); in string_test_strcmp_long_strings()
358 strcmp_buffer2, STRCMP_LARGE_BUF_LEN); in string_test_strncmp_long_strings()
362 strcmp_buffer2, STRCMP_LARGE_BUF_LEN); in string_test_strncmp_long_strings()
366 strcmp_buffer2, STRCMP_LARGE_BUF_LEN); in string_test_strncmp_long_strings()
369 strcmp_buffer2, STRCMP_CHANGE_POINT); in string_test_strncmp_long_strings()
[all …]