Home
last modified time | relevance | path

Searched refs:compare_right (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/apr/strings/
Dapr_strnatcmp.c37 compare_right(char const *a, char const *b) in compare_right() function
112 if ((result = compare_right(a+ai, b+bi)) != 0) in strnatcmp0()