Home
last modified time | relevance | path

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

/string/
A Dtester.c323 int ntest = 10; in test_strcat() local
343 check (buf1[i] == 'b', ntest); in test_strcat()
345 check (buf1[i] == 'a', ntest); in test_strcat()
349 check (buf1[i] == '\0', ntest); in test_strcat()
351 check (buf1[i] == 'b', ntest); in test_strcat()
410 int ntest = 14; in test_strncat() local
427 == buf1 + n2, ntest); in test_strncat()
432 check (buf1[i] == 'b', ntest); in test_strncat()
434 check (buf1[i] == 'a', ntest); in test_strncat()
438 check (buf1[i] == '\0', ntest); in test_strncat()
[all …]

Completed in 6 milliseconds