Home
last modified time | relevance | path

Searched refs:n1 (Results 1 – 1 of 1) sorted by relevance

/string/
A Dtester.c326 for (size_t n1 = 0; n1 < 16; ++n1) in test_strcat() local
336 strcpy (buf2 + n1, "123"); in test_strcat()
338 check (strcat (buf1 + n2, buf2 + n1) == buf1 + n2, ntest); in test_strcat()
356 n1, n2, n3, buf1[0]); in test_strcat()
413 for (size_t n1 = 0; n1 < 16; ++n1) in test_strncat() local
424 strcpy (buf2 + n1, "123"); in test_strncat()
426 check (strncat (buf1 + n2, buf2 + n1, ~((size_t) 0) - n4) in test_strncat()
445 n1, n2, n3, n4, buf1[0]); in test_strncat()

Completed in 6 milliseconds