Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/fortify/
Dstring_ext.c40 #define STRLEN_4 "1234" macro
205 strcpy(src, STRLEN_4); in test_stpncpy_0010()
494 char src[SIZE_5] = STRLEN_4; in test_strlcat_0010()
512 char dst[SIZE_5] = STRLEN_4; in test_strlcat_0020()
544 strcpy(src, STRLEN_4); in test_strlcpy_0010()
612 char dst[SIZE_5] = STRLEN_4; in test_mempcpy_0020()
646 char dst[SIZE_5] = STRLEN_4; in test_mempcpy_0030()
677 char src[SIZE_10] = {STRLEN_4}; in test_strcpy_0010()
694 char dst[2], src[SIZE_5] = {STRLEN_4}; in test_strcpy_0020()