Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/diff/
H A Ddiff.c127 #define NCCHRTRAN(x) (iswupper(x) ? towlower(x) : (x)) macro
1054 sum += NCCHRTRAN(wt) << in readhash()