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