Home
last modified time | relevance | path

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

/string/
A Dtst-strxfrm2.c13 size_t l1 = strxfrm (NULL, "ab", 0); in do_test() local
23 if (l4 < l1 + 1 && strlen (buf) != l4) in do_test()
29 buf[l1] = 'Z'; in do_test()
30 size_t l5 = strxfrm (buf, "ab", l1); in do_test()
31 if (buf[l1] != 'Z') in do_test()
37 if (l1 != l2 || l1 != l3 || l1 != l4 || l1 != l5) in do_test()
50 l1 = strxfrm (NULL, "ab", 0); in do_test()
66 buf[l1] = 'Z'; in do_test()
67 l5 = strxfrm (buf, "ab", l1); in do_test()
68 if (buf[l1] != 'Z') in do_test()
[all …]
A Dtest-strcmp.c321 size_t l1 = STRLEN (s1); in check() local
324 for (size_t i1 = 0; i1 < l1; i1++) in check()

Completed in 6 milliseconds