Home
last modified time | relevance | path

Searched refs:compareLength (Results 1 - 1 of 1) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dstrncasecmp.c20 const int32_t compareLength = 3; variable
29 int32_t ret = strncasecmp("aBcDeF", "AbCdEf", compareLength); in strncasecmp_0100()
51 int32_t ret = strncasecmp("", "AbCdEf", compareLength); in strncasecmp_0300()
62 int32_t ret = strncasecmp("AbCdEf", "", compareLength); in strncasecmp_0400()

Completed in 1 milliseconds