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.c43 #define STRLEN_10 "0123456789" macro
54 strcpy(src, STRLEN_10); in test_strcat_0010()
74 strcpy(src, STRLEN_10); in test_strcat_0020()
105 strcpy(src, STRLEN_10); in test_strncat_0010()
125 strcpy(src, STRLEN_10); in test_strncat_0020()
225 strcpy(src, STRLEN_10); in test_stpncpy_0020()
254 char src[SIZE_10] = STRLEN_10; in test_strncpy_0010()
595 char src[SIZE_15] = STRLEN_10; in test_mempcpy_0010()
613 char src[SIZE_20] = STRLEN_10; in test_mempcpy_0020()
647 char src[SIZE_20] = STRLEN_10; in test_mempcpy_0030()
[all …]