Searched refs:STRCMP_LARGE_BUF_LEN (Results 1 – 1 of 1) sorted by relevance
22 #define STRCMP_LARGE_BUF_LEN 2048 macro290 static char strcmp_buffer1[STRCMP_LARGE_BUF_LEN];291 static char strcmp_buffer2[STRCMP_LARGE_BUF_LEN];295 memset(strcmp_buffer1, fill1, STRCMP_LARGE_BUF_LEN); in strcmp_fill_buffers()296 memset(strcmp_buffer2, fill2, STRCMP_LARGE_BUF_LEN); in strcmp_fill_buffers()297 strcmp_buffer1[STRCMP_LARGE_BUF_LEN - 1] = 0; in strcmp_fill_buffers()298 strcmp_buffer2[STRCMP_LARGE_BUF_LEN - 1] = 0; in strcmp_fill_buffers()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()[all …]