Searched refs:CHRTRAN (Results 1 – 1 of 1) sorted by relevance
124 #define CHRTRAN(x) (iflag ? (iswupper(x) ? towlower(x) : (x)) : (x)) macro679 if (CHRTRAN(c) != CHRTRAN(d)) { in check()1084 sum += CHRTRAN(wt) << in readhash()