Home
last modified time | relevance | path

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

/coreutils/src/
Dsort.c277 static char fold_toupper[UCHAR_LIM]; variable
1298 fold_toupper[i] = toupper (i); in inittables()
1319 name[k++] = fold_toupper[to_uchar (s[j])]; in inittables()
2070 if (to_uchar (fold_toupper[to_uchar (*m)]) < to_uchar (*n)) in getmonth()
2075 else if (to_uchar (fold_toupper[to_uchar (*m)]) > to_uchar (*n)) in getmonth()
4223 key->translate = fold_toupper; in set_ordering()