Lines Matching defs:digits
49 static const char digits[] = "0123456789";
161 *dn++ = digits[c / 100];
162 *dn++ = digits[(c % 100) / 10];
163 *dn++ = digits[c % 10];
251 else if ((cp = strchr(digits, c)) != NULL) {
252 n = (cp - digits) * 100;
254 (cp = strchr(digits, c)) == NULL) {
258 n += (cp - digits) * 10;
260 (cp = strchr(digits, c)) == NULL) {
264 n += (cp - digits);
1101 * If a <length> is present, the number of digits in the <bit-data>