Searched refs:savehdrs (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/mail/ |
H A D | sendmail.c | 110 savehdrs(buf, H_FROM); in sendmail() 124 savehdrs(buf, H_TO); in sendmail() 230 if (!n) savehdrs(line, hdrtyp); in sendmail() 337 savehdrs(line, H_MIMEVERS); in sendmail() 344 savehdrs(line, H_CTYPE); in sendmail() 351 savehdrs(line, H_CLEN); in sendmail()
|
H A D | savehdrs.c | 31 savehdrs(s, hdrtype) in savehdrs() function
|
H A D | copylet.c | 122 savehdrs(buf,htype); in xxxcopylet() 311 savehdrs(buf,htype); in xxxcopylet()
|
H A D | Makefile | 47 pushlist.o savehdrs.o sel_disp.o sendlist.o \
|
H A D | mail.h | 333 extern void savehdrs(char *s, int hdrtype);
|