HomeSort by: relevance | last modified time | path
    Searched defs:uchar64 (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/mail/
mime_codecs.c 231 #define uchar64(c) ((c) >= sizeof(b64index) ? BAD : (unsigned)b64index[(c)]) macro
236 unsigned a = uchar64(q[0]);
237 unsigned b = uchar64(q[1]);
238 unsigned c = uchar64(q[2]);
239 unsigned d = uchar64(q[3]);
258 #undef uchar64

Completed in 12 milliseconds