Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ntp/dist/util/
H A Dtg2.c599 char AsciiValue; local
1601 AsciiValue = toupper(code[ptr]);
1602 HexValue = isdigit(AsciiValue) ? AsciiValue - '0' : (AsciiValue - 'A')+10;