Searched refs:strncasecmp (Results 1 – 5 of 5) sorted by relevance
| /lib/ |
| A D | string.c | 33 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 D | mdns.txt | 35 MDNS (like other apps) needs a strncasecmp() implementation. If you have one, define
|
| /lib/lwip/lwip/src/netif/ppp/ |
| A D | multilink.c | 553 if (strncasecmp(str, endp_class_names[i], sl) == 0) {
|
| A D | auth.c | 2282 if (!strncasecmp(wp->word, remote_number, l))
|
| /lib/efi_loader/ |
| A D | efi_hii.c | 817 if (!strncasecmp(language, languages, n) && in language_match()
|
Completed in 14 milliseconds