Home
last modified time | relevance | path

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

/bionic/tests/
Dstring_test.cpp1186 #define STRCAT_DST_LEN 64 macro
1194 if (len >= STRCAT_DST_LEN) { in DoStrcatTest()
1196 uint8_t cmp_buf[STRCAT_DST_LEN]; in DoStrcatTest()
1201 for (size_t i = 1; i <= STRCAT_DST_LEN;) { in DoStrcatTest()
1241 if (len >= STRCAT_DST_LEN) { in DoStrlcatTest()
1243 uint8_t cmp_buf[STRCAT_DST_LEN]; in DoStrlcatTest()
1248 for (size_t i = 1; i <= STRCAT_DST_LEN;) { in DoStrlcatTest()