/bionic/libc/bionic/ |
D | locale.cpp | 119 return (strcmp(locale_name, "") == 0 || in __is_supported_locale() 120 strcmp(locale_name, "C") == 0 || in __is_supported_locale() 121 strcmp(locale_name, "C.UTF-8") == 0 || in __is_supported_locale() 122 strcmp(locale_name, "en_US.UTF-8") == 0 || in __is_supported_locale() 123 strcmp(locale_name, "POSIX") == 0); in __is_supported_locale()
|
D | wctype.cpp | 153 if (!strcmp(properties[i], property)) { in wctype() 168 if (strcmp(name, "tolower") == 0) return wctrans_tolower; in wctrans() 169 if (strcmp(name, "toupper") == 0) return wctrans_toupper; in wctrans()
|
D | NetdClient.cpp | 42 if (getuid() == 0 && strcmp(basename(getprogname()), "netd") == 0) { in netdClientInitImpl()
|
D | error.cpp | 80 if (last_line == line && last_file != nullptr && strcmp(last_file, file) == 0) { in error_at_line()
|
D | iconv.cpp | 84 if (strcmp(suffix, "//IGNORE") == 0) { in __parse_encoding() 86 } else if (strcmp(suffix, "//TRANSLIT") == 0) { in __parse_encoding()
|
/bionic/libc/upstream-openbsd/lib/libc/string/ |
D | strcmp.c | 41 strcmp(const char *s1, const char *s2) in strcmp() function 48 DEF_STRONG(strcmp);
|
D | strcoll.c | 43 return (strcmp(s1, s2)); in strcoll()
|
/bionic/tests/ |
D | mntent_test.cpp | 32 if (strcmp(entry.mnt_fsname, "proc") == 0 && strcmp(entry.mnt_dir, "/proc") == 0) { in TEST()
|
D | getauxval_test.cpp | 52 if (strcmp(u.machine, "aarch64") == 0) { in TEST()
|
D | net_if_test.cpp | 53 if (strcmp(it->if_name, "lo") == 0) saw_lo = true; in TEST()
|
D | malloc_iterate_test.cpp | 99 if (strcmp(name, "[anon:libc_malloc]") == 0 || strncmp(name, "[anon:scudo:", 12) == 0 || in VerifyPtrs() 196 if (strcmp(name, "[anon:libc_malloc]") != 0 && strncmp(name, "[anon:scudo:", 12) != 0 && in TEST()
|
/bionic/libc/dns/net/ |
D | getservent.c | 129 if (strcmp(s->s_name, name) == 0 && (proto == NULL || strcmp(s->s_proto, proto) == 0)) { in getservbyname() 145 if (s->s_port == port && (proto == NULL || strcmp(s->s_proto, proto) == 0)) { in getservbyport()
|
/bionic/libc/arch-arm64/mte/bionic/ |
D | strcmp.c | 31 #define strcmp strcmp_mte macro
|
/bionic/libc/arch-arm64/ |
D | static_function_dispatch.S | 38 FUNCTION_DELEGATE(strcmp, strcmp_mte)
|
D | dynamic_function_dispatch.cpp | 64 DEFINE_IFUNC_FOR(strcmp) { in DEFINE_IFUNC_FOR() argument
|
/bionic/linker/ |
D | linker_translate_path.cpp | 69 if (strcmp(base_name, soname) == 0) { in translateSystemPathToApexPath()
|
D | linker_logger.cpp | 97 g_greylist_disabled = (strcmp(greylist_disabled.Get(), "true") == 0); in ResetState()
|
/bionic/libc/arch-arm/ |
D | static_function_dispatch.S | 45 FUNCTION_DELEGATE(strcmp, strcmp_generic)
|
/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
D | getsubopt.c | 89 if (!strcmp(suboptarg, *tokens)) in getsubopt()
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_009.S | 22 CALL(strcmp)
|
D | liblinker_reloc_bench_150.S | 26 CALL(strcmp)
|
D | liblinker_reloc_bench_099.S | 55 CALL(strcmp)
|
/bionic/libc/arch-x86/ |
D | static_function_dispatch.S | 44 FUNCTION_DELEGATE(strcmp, strcmp_generic)
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | regerror.c | 216 if (strcmp(r->name, preg->re_endp) == 0) in regatoi()
|
/bionic/tests/headers/posix/ |
D | string_h.c | 48 FUNCTION(strcmp, int (*f)(const char*, const char*)); in string_h()
|