Home
last modified time | relevance | path

Searched refs:strncmp_impl (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.61.5/osfmk/machine/
H A Dstring.h63 extern int strncmp_impl(const char *, const char *, size_t) asm("_strncmp");
/xnu-11215.61.5/osfmk/device/
H A Dsubrs.c350 strncmp_impl(const char *s1, const char *s2, size_t n) in strncmp_impl() function
828 } while (strncmp_impl(s, find, len) != 0); in strnstr_impl()