Home
last modified time | relevance | path

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

/freebsd/contrib/tzcode/
H A Dzic.c193 static char lowerit(char);
2203 switch (lowerit(*ep)) { in rulesub()
3665 lowerit(char a) in lowerit() function
3685 while (lowerit(*ap) == lowerit(*bp++)) in ciequal()
3694 if (lowerit(*abbr) != lowerit(*word)) in itsabbr()
3701 } while (lowerit(*word++) != lowerit(*abbr)); in itsabbr()
3713 while (lowerit(*abbr++) == lowerit(*word++)); in ciprefix()