Searched refs:SIMPLE_COPY (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/memcheck/tests/ |
D | str_tester.c | 119 #define SIMPLE_COPY(fn, n, str, ntest) \ macro 159 SIMPLE_COPY(strcpy, 0, "", 41); in test_strcpy() 160 SIMPLE_COPY(strcpy, 1, "1", 42); in test_strcpy() 161 SIMPLE_COPY(strcpy, 2, "22", 43); in test_strcpy() 162 SIMPLE_COPY(strcpy, 3, "333", 44); in test_strcpy() 163 SIMPLE_COPY(strcpy, 4, "4444", 45); in test_strcpy() 164 SIMPLE_COPY(strcpy, 5, "55555", 46); in test_strcpy() 165 SIMPLE_COPY(strcpy, 6, "666666", 47); in test_strcpy() 166 SIMPLE_COPY(strcpy, 7, "7777777", 48); in test_strcpy() 167 SIMPLE_COPY(strcpy, 8, "88888888", 49); in test_strcpy() [all …]
|