Searched refs:chompheader (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/src/
H A Dcollect.c651 if (bitset(H_EOH, chompheader(buf,
H A Dheaders.c51 ** Called by chompheader.
55 ** pflag -- flags for chompheader() (from sendmail.h)
462 ** pflag -- flags for chompheader() (from sendmail.h)
476 chompheader(line, pflag, hdrp, e) function
486 sm_dprintf("chompheader: ");
502 sm_dprintf("chompheader: quoted: ");
581 ** This bypasses the special checking of chompheader.
627 ** This bypasses the special checking of chompheader.
H A Dsendmail.h822 /* bits for chompheader() */
830 extern unsigned long chompheader __P((char *, int, HDR **, ENVELOPE *));
H A Dmain.c4479 ul = chompheader(p, CHHDR_CHECK|CHHDR_USER, NULL, e);
H A Dreadcf.c499 (void) chompheader(&bp[1], CHHDR_DEF, NULL, e);
H A Dqueue.c4290 ** count size before chompheader() destroys the line.
4296 (void) chompheader(&bp[1], CHHDR_QUEUE, NULL, e);

Completed in 58 milliseconds