Searched refs:savehdrs (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/mail/ |
H A D | sendmail.c | 111 savehdrs(buf, H_FROM); 125 savehdrs(buf, H_TO); 231 if (!n) savehdrs(line, hdrtyp); 338 savehdrs(line, H_MIMEVERS); 345 savehdrs(line, H_CTYPE); 352 savehdrs(line, H_CLEN);
|
H A D | savehdrs.c | 33 savehdrs(s, hdrtype) function
|
H A D | Makefile | 48 pushlist.o savehdrs.o sel_disp.o sendlist.o \
|
H A D | copylet.c | 124 savehdrs(buf,htype); 314 savehdrs(buf,htype);
|
H A D | mail.h | 333 extern void savehdrs(char *s, int hdrtype);
|
Completed in 245 milliseconds