Home
last modified time | relevance | path

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

/bionic/tests/
Dstrings_test.cpp83 TEST(STRINGS_TEST, strcasecmp) { in TEST() argument
84 ASSERT_EQ(0, strcasecmp("hello", "HELLO")); in TEST()
85 ASSERT_LT(strcasecmp("hello1", "hello2"), 0); in TEST()
86 ASSERT_GT(strcasecmp("hello2", "hello1"), 0); in TEST()
/bionic/libc/bionic/
Dfdsan.cpp370 if (strcasecmp(value, "1") == 0 || strcasecmp(value, "fatal") == 0) { in android_fdsan_set_error_level_from_property()
372 } else if (strcasecmp(value, "warn") == 0) { in android_fdsan_set_error_level_from_property()
374 } else if (strcasecmp(value, "warn_once") == 0) { in android_fdsan_set_error_level_from_property()
377 if (strlen(value) != 0 && strcasecmp(value, "0") != 0) { in android_fdsan_set_error_level_from_property()
Dstrings_l.cpp33 return strcasecmp(s1, s2); in strcasecmp_l()
/bionic/libc/upstream-openbsd/lib/libc/string/
Dstrcasecmp.c77 strcasecmp(const char *s1, const char *s2) in strcasecmp() function
88 DEF_WEAK(strcasecmp);
/bionic/libc/include/bits/
Dstrcasecmp.h49 int strcasecmp(const char* __s1, const char* __s2) __attribute_pure__;
/bionic/tests/headers/posix/
Dstrings_h.c39 FUNCTION(strcasecmp, int (*f)(const char*, const char*)); in strings_h()
/bionic/libc/dns/net/
Dsethostent.c184 if (strcasecmp(hp->h_name, name) != 0) { in _hf_gethtbyname2()
187 if (strcasecmp(*cp, name) == 0) in _hf_gethtbyname2()
Dnsdispatch.c87 if (strcasecmp(source, disp_tab[curdisp].src) == 0) { in _nsmethod()
Dgethnamaddr.c375 if (strcasecmp(tname, bp) != 0) { in getanswer()
418 if (strcasecmp(hent->h_name, bp) != 0) { in getanswer()
Dgetaddrinfo.c1439 if (strcasecmp(canonname, bp) != 0) { in getanswer()
2090 if (strcasecmp(name, tname) == 0) in _gethtent()
/bionic/libc/dns/nameser/
Dns_samedomain.c205 if (strcasecmp(ta, tb) == 0) in ns_samename()
/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/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_008.S344 CALL(strcasecmp)
Dliblinker_reloc_bench_143.S197 CALL(strcasecmp)
Dliblinker_reloc_bench_076.S337 CALL(strcasecmp)
Dliblinker_reloc_bench_154.S2457 CALL(strcasecmp)
Dliblinker_reloc_bench_001.S3901 CALL(strcasecmp)
Dliblinker_reloc_bench_007.S12331 CALL(strcasecmp)
Dliblinker_reloc_bench_030.S18426 CALL(strcasecmp)
/bionic/libc/tools/
Dposix-2013.txt990 strcasecmp
/bionic/tools/versioner/platforms/
Dlibc.map.txt997 strcasecmp;
/bionic/libc/
Dlibc.map.txt997 strcasecmp;
DAndroid.bp534 "upstream-openbsd/lib/libc/string/strcasecmp.c",