Searched refs:strnumcmp (Results 1 – 4 of 4) sorted by relevance
/coreutils/gl/modules/ |
D | strnumcmp | 6 lib/strnumcmp.c 7 lib/strnumcmp.h 8 lib/strnumcmp-in.h 17 lib_SOURCES += strintcmp.c strnumcmp.c strnumcmp.h 20 "strnumcmp.h"
|
/coreutils/gl/lib/ |
D | strnumcmp.h | 3 int strnumcmp (char const *, char const *, int, int)
|
D | strnumcmp.c | 27 strnumcmp (char const *a, char const *b, in strnumcmp() function
|
/coreutils/src/ |
D | sort.c | 1988 return (diff ? diff : strnumcmp (a, b, decimal_point, thousands_sep)); in human_numcompare() 2004 return strnumcmp (a, b, decimal_point, thousands_sep); in numcompare()
|