Home
last modified time | relevance | path

Searched refs:AsciiValue (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ntp/util/
H A Dtg2.c597 char AsciiValue; local
1599 AsciiValue = toupper(code[ptr]);
1600 HexValue = isdigit(AsciiValue) ? AsciiValue - '0' : (AsciiValue - 'A')+10;