Home
last modified time | relevance | path

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

/string/
A Dtst-strlen.c11 static const size_t lens[] = { 0, 1, 0, 2, 0, 1, 0, 3, in do_test() local
34 if (strlen (buf) != words * 4 + lens[last]) in do_test()
39 strlen (buf), words * 4 + lens[last]); in do_test()
43 if (strnlen (buf, -1) != words * 4 + lens[last]) in do_test()
48 strnlen (buf, -1), words * 4 + lens[last]); in do_test()

Completed in 3 milliseconds