Searched refs:decdigits (Results 1 – 2 of 2) sorted by relevance
175 *bufp-- = decdigits[sigtime % 10]; in totext_any_tsig()
575 static const char decdigits[] = "0123456789"; variable1864 if ((s = strchr(decdigits, value)) == NULL) in decvalue()1866 return (int)(s - decdigits); in decvalue()