Lines Matching full:decimal
519 { // If three decimal digits,
520 int v0 = cstr[-1] - '0'; // then interpret as three-digit decimal
524 if (val <= 255) { c = (mDNSu8)val; cstr += 2; } // If valid three-digit decimal value, use it
619 { // Output decimal escape sequence
887 // name ends in "-nnn", where n is some decimal number.
2884 // generating decimal numbers, hexdecimal numbers, IP addresses, domain name strings, etc.
2941 goto decimal;
2946 goto decimal;
2947 decimal: if (!F.havePrecision)