xtoa              160 source4/heimdal/lib/roken/vis.c 		*dst++ = xtoa(((unsigned int)c >> 4) & 0xf);
xtoa              161 source4/heimdal/lib/roken/vis.c 		*dst++ = xtoa((unsigned int)c & 0xf);