HomeSort by: relevance | last modified time | path
    Searched defs:lowerit (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/time/
zic.c 202 static char lowerit(char);
2204 switch (lowerit(*ep)) {
3669 lowerit(char a) function in typeref:typename:char
3689 while (lowerit(*ap) == lowerit(*bp++))
3698 if (lowerit(*abbr) != lowerit(*word))
3705 } while (lowerit(*word++) != lowerit(*abbr));
3717 while (lowerit(*abbr++) == lowerit(*word++))
    [all...]
zic.c 202 static char lowerit(char);
2204 switch (lowerit(*ep)) {
3669 lowerit(char a) function in typeref:typename:char
3689 while (lowerit(*ap) == lowerit(*bp++))
3698 if (lowerit(*abbr) != lowerit(*word))
3705 } while (lowerit(*word++) != lowerit(*abbr));
3717 while (lowerit(*abbr++) == lowerit(*word++))
    [all...]

Completed in 128 milliseconds