Home
last modified time | relevance | path

Searched refs:SIZE_20 (Results 1 - 1 of 1) sorted by relevance

/third_party/musl/libc-test/src/functionalext/fortify/
H A Dstring_ext.c34 #define SIZE_20 20 macro
57 char dst[SIZE_20]; in test_strcat_0010()
58 memset(dst, 0, SIZE_20); in test_strcat_0010()
108 char dst[SIZE_20]; in test_strncat_0010()
109 memset(dst, 0, SIZE_20); in test_strncat_0010()
333 memchr(s, c, SIZE_20); in test_memchr_0020()
380 memrchr(s, c, SIZE_20); in test_memrchr_0020()
596 char dst[SIZE_20]; in test_mempcpy_0010()
615 char src[SIZE_20] = STRLEN_10; in test_mempcpy_0020()
649 char src[SIZE_20] in test_mempcpy_0030()
[all...]

Completed in 1 milliseconds