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