Home
last modified time | relevance | path

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

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