Searched refs:STRCMP_LARGE_BUF_LEN (Results 1 – 1 of 1) sorted by relevance
14 #define STRCMP_LARGE_BUF_LEN 2048 macro188 static char strcmp_buffer1[STRCMP_LARGE_BUF_LEN];189 static char strcmp_buffer2[STRCMP_LARGE_BUF_LEN];193 memset(strcmp_buffer1, fill1, STRCMP_LARGE_BUF_LEN); in strcmp_fill_buffers()194 memset(strcmp_buffer2, fill2, STRCMP_LARGE_BUF_LEN); in strcmp_fill_buffers()195 strcmp_buffer1[STRCMP_LARGE_BUF_LEN - 1] = 0; in strcmp_fill_buffers()196 strcmp_buffer2[STRCMP_LARGE_BUF_LEN - 1] = 0; in strcmp_fill_buffers()256 strcmp_buffer2, STRCMP_LARGE_BUF_LEN); in string_test_strncmp_long_strings()260 strcmp_buffer2, STRCMP_LARGE_BUF_LEN); in string_test_strncmp_long_strings()264 strcmp_buffer2, STRCMP_LARGE_BUF_LEN); in string_test_strncmp_long_strings()[all …]