Home
last modified time | relevance | path

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

/debug/
A Dtest-stpcpy_chk.c19 #define STRCPY_RESULT(dst, len) ((dst) + (len)) macro
A Dtest-strcpy_chk.c19 #ifndef STRCPY_RESULT
20 # define STRCPY_RESULT(dst, len) dst macro
102 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