Home
last modified time | relevance | path

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

/components/libc/compilers/common/include/posix/
A Dstring.h34 int strncasecmp(const char * s1, const char * s2, size_t n);
/components/libc/compilers/common/
A Dcstring.c143 int strncasecmp(const char* s1, const char* s2, size_t n) in strncasecmp() function
/components/net/lwip/lwip-2.0.3/doc/
A Dmdns.txt35 MDNS needs a strncasecmp() implementation. If you have one, define
/components/net/lwip/lwip-2.1.2/doc/
A Dmdns.txt35 MDNS (like other apps) needs a strncasecmp() implementation. If you have one, define
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dmultilink.c553 if (strncasecmp(str, endp_class_names[i], sl) == 0) {
A Dauth.c2279 if (!strncasecmp(wp->word, remote_number, l))
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dmultilink.c553 if (strncasecmp(str, endp_class_names[i], sl) == 0) {
A Dauth.c2279 if (!strncasecmp(wp->word, remote_number, l))

Completed in 11 milliseconds