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

/freebsd-10.3-release/contrib/sendmail/src/
H A Dmap.c7409 static char hex_digits[] = local
7420 *dst++ = hex_digits[src[i] & 0x0f];
7422 *dst++ = hex_digits[(src[i] >> 4) & 0x0f];

Completed in 44 milliseconds