Searched refs:upper_digits (Results 1 – 1 of 1) sorted by relevance
100 static const char upper_digits[] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"; variable716 digits = (p->flags & FLAGS_UPPER)? upper_digits : lower_digits; in dprintf_formatf()864 digits = (p->flags & FLAGS_UPPER)? upper_digits : lower_digits; in dprintf_formatf()