Searched refs:putheader (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | main.c | 124 static void putheader(char *dir); 1115 putheader(newdir); 1264 putheader(newdir); 1315 putheader(char *dir) function
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | mime.c | 353 if (!putheader(mci, hdr, e, flags)) 356 putline("+++after putheader", mci); 415 if (!putheader(mci, hdr, e, flags)) 418 putline("+++after putheader", mci); 512 ** putheader() for the counterpart where the
|
H A D | savemail.c | 556 ee->e_puthdr = putheader; 1363 if (!putheader(mci, e->e_parent->e_header, e->e_parent,
|
H A D | envelope.c | 134 e->e_puthdr = putheader;
|
H A D | headers.c | 647 ** sent "out" (see putheader(): "skip"), hence there is no 1671 putheader(mci, hdr, e, flags) function 1682 sm_dprintf("--- putheader, mailer = %s ---\n",
|
H A D | sendmail.h | 994 extern bool putheader __P((MCI *, HDR *, ENVELOPE *, int)); 1684 ** Flags passed to mime8to7 and putheader.
|
H A D | main.c | 522 BlankEnvelope.e_puthdr = putheader;
|
Completed in 109 milliseconds