Home
last modified time | relevance | path

Searched refs:get_mime_content (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.bin/mail/
H A Dmime_attach.h46 struct Content get_mime_content(struct attachment *, int);
H A Dmime_attach.c494 get_mime_content(struct attachment *ap, int i) in get_mime_content() function
659 map.a_Content = get_mime_content(&map, 0); in mime_encode()
779 nap->a_Content = get_mime_content(nap, attach_num); in attach_one_file()
906 ap->a_Content = get_mime_content(ap, 0); in edit_attachlist()
H A Dcmd3.c445 attach.a_Content = get_mime_content(&attach, 0); in forward_one()