Searched refs:strncasecmp (Results 1 – 8 of 8) sorted by relevance
| /components/libc/compilers/common/include/posix/ |
| A D | string.h | 34 int strncasecmp(const char * s1, const char * s2, size_t n);
|
| /components/libc/compilers/common/ |
| A D | cstring.c | 143 int strncasecmp(const char* s1, const char* s2, size_t n) in strncasecmp() function
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | mdns.txt | 35 MDNS needs a strncasecmp() implementation. If you have one, define
|
| /components/net/lwip/lwip-2.1.2/doc/ |
| A D | mdns.txt | 35 MDNS (like other apps) needs a strncasecmp() implementation. If you have one, define
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | multilink.c | 553 if (strncasecmp(str, endp_class_names[i], sl) == 0) {
|
| A D | auth.c | 2279 if (!strncasecmp(wp->word, remote_number, l))
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | multilink.c | 553 if (strncasecmp(str, endp_class_names[i], sl) == 0) {
|
| A D | auth.c | 2279 if (!strncasecmp(wp->word, remote_number, l))
|
Completed in 11 milliseconds