Lines Matching refs:STRCMP_LARGE_BUF_LEN
14 #define STRCMP_LARGE_BUF_LEN 2048 macro
188 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()
313 strcmp_buffer2, STRCMP_LARGE_BUF_LEN); in string_test_strncasecmp_long_strings()
317 strcmp_buffer2, STRCMP_LARGE_BUF_LEN); in string_test_strncasecmp_long_strings()
321 strcmp_buffer2, STRCMP_LARGE_BUF_LEN); in string_test_strncasecmp_long_strings()