Searched refs:STRCPY_RESULT (Results 1 – 2 of 2) sorted by relevance
/string/ |
A D | test-strcpy.c | 40 #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 D | test-stpcpy.c | 19 #define STRCPY_RESULT(dst, len) ((dst) + (len)) macro
|
Completed in 6 milliseconds