Home
last modified time | relevance | path

Searched refs:strbufcpy_impl (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.61.5/osfmk/machine/
H A Dstring.h78 extern const char *strbufcpy_impl(char *, size_t, const char *, size_t) asm("_strbufcpy");
/xnu-11215.61.5/tests/
H A Dtest_strings.c216 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 Dsubrs.c724 strbufcpy_impl(dst + len, dstsz - len, src, srcsz); in strbufcat_impl()
762 strbufcpy_impl( in strbufcpy_impl() function