Home
last modified time | relevance | path

Searched defs:strcmp (Results 1 – 5 of 5) sorted by relevance

/aosp12/bionic/libc/upstream-openbsd/lib/libc/string/
H A Dstrcmp.c41 strcmp(const char *s1, const char *s2) in strcmp() function
/aosp12/bionic/libc/arch-arm64/
H A Ddynamic_function_dispatch.cpp72 DEFINE_IFUNC_FOR(strcmp) { in DEFINE_IFUNC_FOR() argument
/aosp12/bionic/libc/arch-x86/
H A Ddynamic_function_dispatch.cpp106 DEFINE_IFUNC_FOR(strcmp) { in DEFINE_IFUNC_FOR() argument
/aosp12/bionic/libc/arch-arm/
H A Ddynamic_function_dispatch.cpp278 DEFINE_IFUNC_FOR(strcmp) { in DEFINE_IFUNC_FOR() argument
/aosp12/bionic/tests/
H A Dstring_test.cpp478 TEST(STRING_TEST, strcmp) { in TEST() argument