Searched refs:hextochar (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/opie/libopie/
H A Dbtoh.c17 static char hextochar[16] = variable
27 *(c++) = hextochar[((*in) >> 4) & 0x0f];
28 *(c++) = hextochar[(*in++) & 0x0f];
29 *(c++) = hextochar[((*in) >> 4) & 0x0f];
30 *(c++) = hextochar[(*in++) & 0x0f];
H A Dbtoa8.c18 static char hextochar[16] = variable
28 *(c++) = hextochar[((*in) >> 4) & 0x0f];
29 *(c++) = hextochar[(*in++) & 0x0f];

Completed in 53 milliseconds