Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/fortify/
Dstring_ext.c45 #define STRLEN_10 "0123456789" macro
56 strcpy(src, STRLEN_10); in test_strcat_0010()
76 strcpy(src, STRLEN_10); in test_strcat_0020()
107 strcpy(src, STRLEN_10); in test_strncat_0010()
127 strcpy(src, STRLEN_10); in test_strncat_0020()
227 strcpy(src, STRLEN_10); in test_stpncpy_0020()
256 char src[SIZE_10] = STRLEN_10; in test_strncpy_0010()
597 char src[SIZE_15] = STRLEN_10; in test_mempcpy_0010()
615 char src[SIZE_20] = STRLEN_10; in test_mempcpy_0020()
649 char src[SIZE_20] = STRLEN_10; in test_mempcpy_0030()
[all …]