Searched refs:STRCPY_RESULT (Results 1 – 9 of 9) sorted by relevance
/glibc-2.36/string/ |
D | test-strcpy.c | 40 #ifndef STRCPY_RESULT 41 # define STRCPY_RESULT(dst, len) dst macro 75 if (CALL (impl, dst, src) != STRCPY_RESULT (dst, len)) in do_one_test() 78 CALL (impl, dst, src), STRCPY_RESULT (dst, len)); in do_one_test() 166 if (res != STRCPY_RESULT (p2 + align2, len)) in do_random_tests() 170 STRCPY_RESULT (p2 + align2, len)); in do_random_tests()
|
D | test-stpcpy.c | 19 #define STRCPY_RESULT(dst, len) ((dst) + (len)) macro
|
/glibc-2.36/debug/ |
D | test-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() 232 if (res != STRCPY_RESULT (p2 + align2, len)) in do_random_tests() 237 STRCPY_RESULT (p2 + align2, len)); in do_random_tests()
|
D | test-stpcpy_chk.c | 19 #define STRCPY_RESULT(dst, len) ((dst) + (len)) macro
|
/glibc-2.36/benchtests/ |
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()
|
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()
|
D | bench-stpcpy.c | 19 #define STRCPY_RESULT(dst, len) ((dst) + (len)) macro
|
D | bench-stpcpy_chk.c | 19 #define STRCPY_RESULT(dst, len) ((dst) + (len)) macro
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.25 | 6622 [! STRCPY_RESULT](SIMPLE_STRCPY): Remove. 6623 [! STRCPY_RESULT](IMPL__SIMPLE_STRCPY): Remove function.
|