Home
last modified time | relevance | path

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

/xnu-11215/tests/
H A Dtest_strings.c235 T_ASSERT_EQ(strcmp_impl(dst, "bbb"), 0, "check result is 'bbb'");
240 …T_ASSERT_EQ(strcmp_impl(hw1, "hello hello world"), 0, "check copy over self is 'hello hello world'…
244 T_ASSERT_EQ(strcmp_impl(hw2, "world"), 0, "check copy over self is 'world'");
255 T_ASSERT_EQ(strcmp_impl(dst, (RESULT)), 0, "check result of concatenation is '%s'", (RESULT)); \
/xnu-11215/osfmk/machine/
H A Dstring.h62 extern int strcmp_impl(const char *, const char *) asm("_strcmp");
/xnu-11215/osfmk/device/
H A Dsubrs.c323 strcmp_impl(const char *s1, const char *s2) in strcmp_impl() function