Home
last modified time | relevance | path

Searched refs:strncasecmp (Results 1 – 5 of 5) sorted by relevance

/lib/
A Dstring.c33 int strncasecmp(const char *s1, const char *s2, size_t len) in strncasecmp() function
65 return strncasecmp(s1, s2, -1U); in strcasecmp()
/lib/lwip/lwip/doc/
A Dmdns.txt35 MDNS (like other apps) needs a strncasecmp() implementation. If you have one, define
/lib/lwip/lwip/src/netif/ppp/
A Dmultilink.c553 if (strncasecmp(str, endp_class_names[i], sl) == 0) {
A Dauth.c2282 if (!strncasecmp(wp->word, remote_number, l))
/lib/efi_loader/
A Defi_hii.c817 if (!strncasecmp(language, languages, n) && in language_match()

Completed in 14 milliseconds