Searched refs:decode_comment (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/usr.bin/mail/ |
H A D | mime_header.c | 271 decode_comment(char **obuf, char *oend, const char **ibuf, const char *iend, const char *charset) in decode_comment() function 313 if (decode_comment(&q, qend, &p, pend, charset) == -1) in decode_comment() 463 (void)decode_comment(&q, qend, &p, pend, charset); in mime_decode_sfield()
|