Searched refs:STRNCPY_RESULT (Results 1 – 2 of 2) sorted by relevance
/string/ |
A D | test-strncpy.c | 39 #ifndef STRNCPY_RESULT 40 # define STRNCPY_RESULT(dst, len, n) dst macro 98 if (CALL (impl, dst, src, n) != STRNCPY_RESULT (dst, len, n)) in do_one_test() 269 if (res != STRNCPY_RESULT (p2 + align2, len, size)) in do_random_tests() 273 STRNCPY_RESULT (p2 + align2, len, size)); in do_random_tests()
|
A D | test-stpncpy.c | 19 #define STRNCPY_RESULT(dst, len, n) ((dst) + ((len) > (n) ? (n) : (len))) macro
|
Completed in 5 milliseconds