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

/freebsd-11.0-release/contrib/sendmail/src/
H A Dmime.c1240 static char index_hex[128] = variable
1252 # define HEXCHAR(c) (((c) < 0 || (c) > 127) ? -1 : index_hex[(c)])

Completed in 101 milliseconds