Home
last modified time | relevance | path

Searched defs:strncasecmp (Results 1 – 2 of 2) sorted by relevance

/aosp12/bionic/libc/upstream-openbsd/lib/libc/string/
H A Dstrcasecmp.c91 strncasecmp(const char *s1, const char *s2, size_t n) in strncasecmp() function
/aosp12/bionic/tests/
H A Dstrings_test.cpp97 TEST(STRINGS_TEST, strncasecmp) { in TEST() argument