Home
last modified time | relevance | path

Searched refs:strcasecmp (Results 1 – 25 of 25) sorted by relevance

/bionic/tests/
Dstrings_test.cpp41 TEST(STRINGS_TEST, strcasecmp) { in TEST() argument
42 ASSERT_EQ(0, strcasecmp("hello", "HELLO")); in TEST()
43 ASSERT_LT(strcasecmp("hello1", "hello2"), 0); in TEST()
44 ASSERT_GT(strcasecmp("hello2", "hello1"), 0); in TEST()
/bionic/libc/include/
Dstrings.h57 int strcasecmp(const char*, const char*) __purefunc;
Dstring.h75 int strcasecmp(const char*, const char*) __purefunc;
/bionic/libc/upstream-openbsd/lib/libc/string/
Dstrcasecmp.c77 strcasecmp(const char *s1, const char *s2) in strcasecmp() function
/bionic/libc/dns/net/
Dnsdispatch.c87 if (strcasecmp(source, disp_tab[curdisp].src) == 0) { in _nsmethod()
Dsethostent.c171 if (strcasecmp(hp->h_name, name) != 0) { in _hf_gethtbyname2()
174 if (strcasecmp(*cp, name) == 0) in _hf_gethtbyname2()
Dgethnamaddr.c359 if (strcasecmp(tname, bp) != 0) { in getanswer()
402 if (strcasecmp(hent->h_name, bp) != 0) { in getanswer()
Dgetaddrinfo.c1420 if (strcasecmp(canonname, bp) != 0) { in getanswer()
2068 if (strcasecmp(name, tname) == 0) in _gethtent()
/bionic/libc/dns/nameser/
Dns_samedomain.c205 if (strcasecmp(ta, tb) == 0) in ns_samename()
/bionic/libc/bionic/
Dlocale.cpp184 return strcasecmp(s1, s2); in strcasecmp_l()
/bionic/libc/dns/resolv/
Dres_data.c320 !strcasecmp(hostname + len_host - len_domain, _nres.defdname) && in local_hostname_length()
Dres_debug.c560 if (strcasecmp (name, syms->name) == 0) { in sym_ston()
/bionic/libc/
Dlibc.mips64.map919 strcasecmp;
Dlibc.x86_64.map919 strcasecmp;
Dlibc.arm64.map919 strcasecmp;
Dlibc.x86.brillo.map975 strcasecmp;
Dlibc.mips.brillo.map977 strcasecmp;
Dlibc.mips.map977 strcasecmp;
Dlibc.arm.brillo.map979 strcasecmp;
Dlibc.x86.map975 strcasecmp;
Dlibc.map.txt1004 strcasecmp;
Dlibc.arm.map979 strcasecmp;
DAndroid.mk544 upstream-openbsd/lib/libc/string/strcasecmp.c \
DAndroid.bp564 "upstream-openbsd/lib/libc/string/strcasecmp.c",
/bionic/libc/tools/
Dposix-2013.txt990 strcasecmp