Searched refs:digit (Results 1 – 1 of 1) sorted by relevance
856 uint16_t digit,ai,a[8],cc,scc,i; in ifconf() local871 digit = c-'0'; in ifconf()872 if (digit > 9) in ifconf()873 digit = 10 + (c & 0xdf) - 'A'; in ifconf()874 a[ai] = (a[ai] << 4) + digit; in ifconf()