Home
last modified time | relevance | path

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

/glibc-2.36/string/
Dtest-strcpy.c40 #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()
Dtest-stpcpy.c19 #define STRCPY_RESULT(dst, len) ((dst) + (len)) macro
/glibc-2.36/debug/
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()
Dtest-stpcpy_chk.c19 #define STRCPY_RESULT(dst, len) ((dst) + (len)) macro
/glibc-2.36/benchtests/
Dbench-strcpy.c29 #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()
Dbench-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()
Dbench-stpcpy.c19 #define STRCPY_RESULT(dst, len) ((dst) + (len)) macro
Dbench-stpcpy_chk.c19 #define STRCPY_RESULT(dst, len) ((dst) + (len)) macro
/glibc-2.36/ChangeLog.old/
DChangeLog.256622 [! STRCPY_RESULT](SIMPLE_STRCPY): Remove.
6623 [! STRCPY_RESULT](IMPL__SIMPLE_STRCPY): Remove function.