Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/mail/
H A Dmime_attach.c479 content_description(struct attachment *attach, int attach_num) in content_description() argument
481 if (attach_num) { in content_description()
483 (void)sasprintf(&description, "attachment %d", attach_num); in content_description()
752 attach_one_file(struct attachment *ap, char *filename, int attach_num) in attach_one_file() argument
778 if (attach_num) in attach_one_file()
779 nap->a_Content = get_mime_content(nap, attach_num); in attach_one_file()
866 int attach_num; in edit_attachlist() local
870 attach_num = 1; in edit_attachlist()
878 attach_num); in edit_attachlist()
882 line = get_line(&elm.filec, "filename", ap->a_name, attach_num); in edit_attachlist()
[all …]