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

/sendmail/sendmail/
H A Dmap.c7396 static char hex_digits[] = local
7407 *dst++ = hex_digits[src[i] & 0x0f];
7409 *dst++ = hex_digits[(src[i] >> 4) & 0x0f];

Completed in 51 milliseconds