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

/haiku-fatelf/src/bin/coreutils/lib/
H A Dstrintcmp.c31 return numcompare (a, b, -1, -1);
H A Dstrnumcmp.c24 /* Externally-visible name for numcompare. */
30 return numcompare (a, b, decimal_point, thousands_sep);
H A Dstrnumcmp-in.h115 numcompare (char const *a, char const *b, function
/haiku-fatelf/src/bin/coreutils/src/
H A Dsort.c1677 numcompare (const char *a, const char *b) function
2044 diff = (key->numeric ? numcompare (texta, textb)

Completed in 44 milliseconds