Searched refs:s2_page_end (Results 1 – 1 of 1) sorted by relevance
/glibc-2.36/string/ |
D | test-strstr.c | 157 char *s2_page_end = (void *) buf2 + page_size - s2_byte_count; in check2() local 158 strcpy (s2_page_end, s2_stack); in check2() 169 check_result (impl, s1_stack, s2_page_end, exp_result); in check2() 173 check_result (impl, s1_page_end, s2_page_end, exp_result); in check2() 177 check_result (impl, s1_page_cross, s2_page_end, exp_result); in check2()
|