Searched refs:hexdigit (Results 1 – 6 of 6) sorted by relevance
32 hexdigits := hexdigits hexdigit | hexdigit33 hexdigit := 0 ... 9 | a ... f | A ... F
156 hexdigit( int c ) in hexdigit() function177 int c = hexdigit(*hex++); in hex2int()
103 static u_int hexdigit(netdissect_options *ndo, char hex) in hexdigit() function121 byte = (hexdigit(ndo, hexstring[0]) << 4) + hexdigit(ndo, hexstring[1]); in hex2byte()
72 hexdigit [0-9A-Fa-f]
400 static char hexdigit[] = "0123456789abcdef"; in ext2fs_read() local406 printf ("%c", hexdigit[*i >> 4]); in ext2fs_read()407 printf ("%c", hexdigit[*i % 16]); in ext2fs_read()
114 hexdigit [0-9A-Fa-f]