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

/osnet-11/usr/src/cmd/sendmail/src/
H A Dmime.c1253 # define HEXCHAR(c) (((c) < 0 || (c) > 127) ? -1 : index_hex[(c)]) macro
1292 if (c1 == '\n' || (c1 = HEXCHAR(c1)) == -1)
1306 } while ((c2 = HEXCHAR(c2)) == -1);

Completed in 21 milliseconds