Searched refs:decode_word (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/usr.bin/mail/ |
H A D | mime_header.c | 93 decode_word(const char **ibuf, char **obuf, char *oend, const char *to_cs) in decode_word() function 244 decode_word((p1 = p, &p1), (q1 = q, &q1), qend, charset) == 0 && in mime_decode_usfield() 288 decode_word((p1 = p, &p1), (q1 = q, &q1), qend, charset) == 0 && in decode_comment() 498 decode_word((p1 = p, &p1), (q1 = q, &q1), qend, charset) == 0 && in mime_decode_sfield()
|