/src/usr.bin/mail/ |
mime_header.c | 271 decode_comment(char **obuf, char *oend, const char **ibuf, const char *iend, const char *charset) function in typeref:typename:int 313 if (decode_comment(&q, qend, &p, pend, charset) == -1) 463 (void)decode_comment(&q, qend, &p, pend, charset);
|
mime_header.c | 271 decode_comment(char **obuf, char *oend, const char **ibuf, const char *iend, const char *charset) function in typeref:typename:int 313 if (decode_comment(&q, qend, &p, pend, charset) == -1) 463 (void)decode_comment(&q, qend, &p, pend, charset);
|
mime_header.c | 271 decode_comment(char **obuf, char *oend, const char **ibuf, const char *iend, const char *charset) function in typeref:typename:int 313 if (decode_comment(&q, qend, &p, pend, charset) == -1) 463 (void)decode_comment(&q, qend, &p, pend, charset);
|