Lines Matching refs:STRCMP_LARGE_BUF_LEN
22 #define STRCMP_LARGE_BUF_LEN 2048 macro
290 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()
415 strcmp_buffer2, STRCMP_LARGE_BUF_LEN); in string_test_strncasecmp_long_strings()
419 strcmp_buffer2, STRCMP_LARGE_BUF_LEN); in string_test_strncasecmp_long_strings()
423 strcmp_buffer2, STRCMP_LARGE_BUF_LEN); in string_test_strncasecmp_long_strings()