Searched refs:end_aligned_up (Results 1 – 1 of 1) sorted by relevance
351 char *end_aligned_up = (char *)(((size_t)(dst + 11 + 4)) & ~3UL); in test_strcat() local353 if (dst + i < start_aligned_down || dst + i >= end_aligned_up) { in test_strcat()