Home
last modified time | relevance | path

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

/string/
A Dtest-strcpy.c40 #ifndef STRCPY_RESULT
41 # define STRCPY_RESULT(dst, len) dst macro
77 if (CALL (impl, dst, src) != STRCPY_RESULT (dst, len)) in do_one_test()
80 CALL (impl, dst, src), STRCPY_RESULT (dst, len)); in do_one_test()
168 if (res != STRCPY_RESULT (p2 + align2, len)) in do_random_tests()
172 STRCPY_RESULT (p2 + align2, len)); in do_random_tests()
A Dtest-stpcpy.c19 #define STRCPY_RESULT(dst, len) ((dst) + (len)) macro

Completed in 6 milliseconds