Home
last modified time | relevance | path

Searched refs:STRNCPY_RESULT (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/string/
Dtest-strncpy.c39 #ifndef STRNCPY_RESULT
40 # define STRNCPY_RESULT(dst, len, n) dst macro
81 if (CALL (impl, dst, src, n) != STRNCPY_RESULT (dst, len, n)) in do_one_test()
252 if (res != STRNCPY_RESULT (p2 + align2, len, size)) in do_random_tests()
256 STRNCPY_RESULT (p2 + align2, len, size)); in do_random_tests()
Dtest-stpncpy.c19 #define STRNCPY_RESULT(dst, len, n) ((dst) + ((len) > (n) ? (n) : (len))) macro
/glibc-2.36/benchtests/
Dbench-strncpy.c27 #ifndef STRNCPY_RESULT
28 # define STRNCPY_RESULT(dst, len, n) dst macro
60 if (CALL (impl, dst, src, n) != STRNCPY_RESULT (dst, len, n)) in do_one_test()
Dbench-stpncpy.c19 #define STRNCPY_RESULT(dst, len, n) ((dst) + ((len) > (n) ? (n) : (len))) macro
/glibc-2.36/ChangeLog.old/
DChangeLog.256642 [! STRNCPY_RESULT][! WIDE](STUPID_STRNCPY): Remove.
6643 [! STRNCPY_RESULT][WIDE](STUPID_STRNCPY): Remove.
6644 [! STRNCPY_RESULT](SIMPLE_STRNCPY): Remove.
6645 [! STRNCPY_RESULT](STUPID_STRNCPY): Remove.
6646 [! STRNCPY_RESULT](IMPL__STUPID_STRNCPY): Remove function.
6647 [! STRNCPY_RESULT](IMPL__SIMPLE_STRNCPY): Remove function.
6648 [! STRNCPY_RESULT](STUPID_STRNCPY): Remove function.