Searched refs:strcasecmp (Results 1 – 24 of 24) sorted by relevance
/bionic/tests/ |
D | strings_test.cpp | 83 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/ |
D | fdsan.cpp | 370 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()
|
D | strings_l.cpp | 33 return strcasecmp(s1, s2); in strcasecmp_l()
|
/bionic/libc/upstream-openbsd/lib/libc/string/ |
D | strcasecmp.c | 77 strcasecmp(const char *s1, const char *s2) in strcasecmp() function 88 DEF_WEAK(strcasecmp);
|
/bionic/libc/include/bits/ |
D | strcasecmp.h | 49 int strcasecmp(const char* __s1, const char* __s2) __attribute_pure__;
|
/bionic/tests/headers/posix/ |
D | strings_h.c | 39 FUNCTION(strcasecmp, int (*f)(const char*, const char*)); in strings_h()
|
/bionic/libc/dns/net/ |
D | sethostent.c | 184 if (strcasecmp(hp->h_name, name) != 0) { in _hf_gethtbyname2() 187 if (strcasecmp(*cp, name) == 0) in _hf_gethtbyname2()
|
D | nsdispatch.c | 87 if (strcasecmp(source, disp_tab[curdisp].src) == 0) { in _nsmethod()
|
D | gethnamaddr.c | 375 if (strcasecmp(tname, bp) != 0) { in getanswer() 418 if (strcasecmp(hent->h_name, bp) != 0) { in getanswer()
|
D | getaddrinfo.c | 1439 if (strcasecmp(canonname, bp) != 0) { in getanswer() 2090 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/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/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_008.S | 344 CALL(strcasecmp)
|
D | liblinker_reloc_bench_143.S | 197 CALL(strcasecmp)
|
D | liblinker_reloc_bench_076.S | 337 CALL(strcasecmp)
|
D | liblinker_reloc_bench_154.S | 2457 CALL(strcasecmp)
|
D | liblinker_reloc_bench_001.S | 3901 CALL(strcasecmp)
|
D | liblinker_reloc_bench_007.S | 12331 CALL(strcasecmp)
|
D | liblinker_reloc_bench_030.S | 18426 CALL(strcasecmp)
|
/bionic/libc/tools/ |
D | posix-2013.txt | 990 strcasecmp
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 997 strcasecmp;
|
/bionic/libc/ |
D | libc.map.txt | 997 strcasecmp;
|
D | Android.bp | 534 "upstream-openbsd/lib/libc/string/strcasecmp.c",
|