Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/tzcode/
H A Dzic.c193 static char lowerit(char);
2203 switch (lowerit(*ep)) { in rulesub()
3664 lowerit(char a) in lowerit() function
3684 while (lowerit(*ap) == lowerit(*bp++)) in ciequal()
3693 if (lowerit(*abbr) != lowerit(*word)) in itsabbr()
3700 } while (lowerit(*word++) != lowerit(*abbr)); in itsabbr()
3712 while (lowerit(*abbr++) == lowerit(*word++)); in ciprefix()