Home
last modified time | relevance | path

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

/coreutils/src/
Dsort.c2022 char *ea; in general_numcompare() local
2024 long double a = strtold (sa, &ea); in general_numcompare()
2028 if (sa == ea) in general_numcompare()
2048 getmonth (char const *month, char **ea) in getmonth() argument
2066 if (ea) in getmonth()
2067 *ea = (char *) m; in getmonth()