Searched defs:digits (Results 1 – 4 of 4) sorted by relevance
46 const char *digits="0123456789abcdefghijklmnopqrstuvwxyz"; in number() local
45 static const char digits[16] = "0123456789ABCDEF"; /* "GHIJKLMNOPQRSTUVWXYZ"; */ in number() local
82 const char *digits="0123456789abcdefghijklmnopqrstuvwxyz"; in number() local
687 static const char digits[] __initconst = "0123456789abcdef"; in tohex() local