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

  /src/usr.bin/mail/
mime_header.c 99 const char *encword, *iend, *p; local in function:decode_word
114 encword = p;
118 enclen = p - encword; /* length of encoded substring */
131 declen = mime_rfc2047_decode(enctype, dstend, dstlen, encword, enclen);

Completed in 13 milliseconds