Searched refs:strcasecmp (Results 1 – 25 of 25) sorted by relevance
/bionic/tests/ |
D | strings_test.cpp | 41 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/ |
D | strings.h | 57 int strcasecmp(const char*, const char*) __purefunc;
|
D | string.h | 75 int strcasecmp(const char*, const char*) __purefunc;
|
/bionic/libc/upstream-openbsd/lib/libc/string/ |
D | strcasecmp.c | 77 strcasecmp(const char *s1, const char *s2) in strcasecmp() function
|
/bionic/libc/dns/net/ |
D | nsdispatch.c | 87 if (strcasecmp(source, disp_tab[curdisp].src) == 0) { in _nsmethod()
|
D | sethostent.c | 171 if (strcasecmp(hp->h_name, name) != 0) { in _hf_gethtbyname2() 174 if (strcasecmp(*cp, name) == 0) in _hf_gethtbyname2()
|
D | gethnamaddr.c | 359 if (strcasecmp(tname, bp) != 0) { in getanswer() 402 if (strcasecmp(hent->h_name, bp) != 0) { in getanswer()
|
D | getaddrinfo.c | 1420 if (strcasecmp(canonname, bp) != 0) { in getanswer() 2068 if (strcasecmp(name, tname) == 0) in _gethtent()
|
/bionic/libc/dns/nameser/ |
D | ns_samedomain.c | 205 if (strcasecmp(ta, tb) == 0) in ns_samename()
|
/bionic/libc/bionic/ |
D | locale.cpp | 184 return strcasecmp(s1, s2); in strcasecmp_l()
|
/bionic/libc/dns/resolv/ |
D | res_data.c | 320 !strcasecmp(hostname + len_host - len_domain, _nres.defdname) && in local_hostname_length()
|
D | res_debug.c | 560 if (strcasecmp (name, syms->name) == 0) { in sym_ston()
|
/bionic/libc/ |
D | libc.mips64.map | 919 strcasecmp;
|
D | libc.x86_64.map | 919 strcasecmp;
|
D | libc.arm64.map | 919 strcasecmp;
|
D | libc.x86.brillo.map | 975 strcasecmp;
|
D | libc.mips.brillo.map | 977 strcasecmp;
|
D | libc.mips.map | 977 strcasecmp;
|
D | libc.arm.brillo.map | 979 strcasecmp;
|
D | libc.x86.map | 975 strcasecmp;
|
D | libc.map.txt | 1004 strcasecmp;
|
D | libc.arm.map | 979 strcasecmp;
|
D | Android.mk | 544 upstream-openbsd/lib/libc/string/strcasecmp.c \
|
D | Android.bp | 564 "upstream-openbsd/lib/libc/string/strcasecmp.c",
|
/bionic/libc/tools/ |
D | posix-2013.txt | 990 strcasecmp
|