Searched refs:STRCPY_RESULT (Results 1 – 2 of 2) sorted by relevance
19 #define STRCPY_RESULT(dst, len) ((dst) + (len)) macro
19 #ifndef STRCPY_RESULT20 # define STRCPY_RESULT(dst, len) dst macro102 if (res != STRCPY_RESULT (dst, len)) in do_one_test()105 res, STRCPY_RESULT (dst, len)); in do_one_test()232 if (res != STRCPY_RESULT (p2 + align2, len)) in do_random_tests()237 STRCPY_RESULT (p2 + align2, len)); in do_random_tests()
Completed in 6 milliseconds