Searched refs:strbufcpy_impl (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215.61.5/osfmk/machine/ |
| H A D | string.h | 78 extern const char *strbufcpy_impl(char *, size_t, const char *, size_t) asm("_strbufcpy");
|
| /xnu-11215.61.5/tests/ |
| H A D | test_strings.c | 216 T_ASSERT_EQ(strbufcpy_impl(NULL, 0, "hello", 5), NULL, "0-length destination"); 218 #define T_CPY(A, AS, B, BS) T_ASSERT_EQ(strbufcpy_impl((A), (AS), (B), (BS)), (char *)(A), "copy '%…
|
| /xnu-11215.61.5/osfmk/device/ |
| H A D | subrs.c | 724 strbufcpy_impl(dst + len, dstsz - len, src, srcsz); in strbufcat_impl() 762 strbufcpy_impl( in strbufcpy_impl() function
|