Searched refs:STRCPY_RESULT (Results 1 – 4 of 4) sorted by relevance
/benchtests/ |
A D | bench-strcpy.c | 29 #ifndef STRCPY_RESULT 30 # define STRCPY_RESULT(dst, len) dst macro 60 if (CALL (impl, dst, src) != STRCPY_RESULT (dst, len)) in do_one_test() 63 CALL (impl, dst, src), STRCPY_RESULT (dst, len)); in do_one_test()
|
A D | bench-strcpy_chk.c | 19 #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()
|
A D | bench-stpcpy.c | 19 #define STRCPY_RESULT(dst, len) ((dst) + (len)) macro
|
A D | bench-stpcpy_chk.c | 19 #define STRCPY_RESULT(dst, len) ((dst) + (len)) macro
|
Completed in 4 milliseconds