Searched refs:strcmp_impl (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215/tests/ |
| H A D | test_strings.c | 235 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 D | string.h | 62 extern int strcmp_impl(const char *, const char *) asm("_strcmp");
|
| /xnu-11215/osfmk/device/ |
| H A D | subrs.c | 323 strcmp_impl(const char *s1, const char *s2) in strcmp_impl() function
|