Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/mail/
H A Dmime_attach.h43 struct attachment *mime_attach_files(struct attachment *, char *);
H A Dcollect.c503 hp->h_attach = mime_attach_files(hp->h_attach, &linebuf[2]); in collect()
H A Dmime_attach.c963 mime_attach_files(struct attachment * volatile attach, char *linebuf) in mime_attach_files() function