Home
last modified time | relevance | path

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

/string/
A Dtester.c172 SIMPLE_COPY(strcpy, 0, "", 41); in test_strcpy()
173 SIMPLE_COPY(strcpy, 1, "1", 42); in test_strcpy()
174 SIMPLE_COPY(strcpy, 2, "22", 43); in test_strcpy()
175 SIMPLE_COPY(strcpy, 3, "333", 44); in test_strcpy()
176 SIMPLE_COPY(strcpy, 4, "4444", 45); in test_strcpy()
177 SIMPLE_COPY(strcpy, 5, "55555", 46); in test_strcpy()
260 SIMPLE_COPY(stpcpy, 0, "", 43); in test_stpcpy()
261 SIMPLE_COPY(stpcpy, 1, "1", 44); in test_stpcpy()
262 SIMPLE_COPY(stpcpy, 2, "22", 45); in test_stpcpy()
263 SIMPLE_COPY(stpcpy, 3, "333", 46); in test_stpcpy()
[all …]

Completed in 6 milliseconds