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

/freebsd-11-stable/contrib/sendmail/src/
H A Dcollect.c659 if (bitset(H_EOH, chompheader(buf,
H A Dheaders.c51 ** Called by chompheader.
55 ** pflag -- flags for chompheader() (from sendmail.h)
476 ** pflag -- flags for chompheader() (from sendmail.h)
490 chompheader(line, pflag, hdrp, e) function
500 sm_dprintf("chompheader: ");
516 sm_dprintf("chompheader: quoted: ");
595 ** This bypasses the special checking of chompheader.
641 ** This bypasses the special checking of chompheader.
H A Dmain.c4562 ul = chompheader(p, CHHDR_CHECK|CHHDR_USER, NULL, e);
H A Dsendmail.h950 /* bits for chompheader() */
958 extern unsigned long chompheader __P((char *, int, HDR **, ENVELOPE *));
H A Dreadcf.c539 (void) chompheader(&bp[1], CHHDR_DEF, NULL, e);
H A Dqueue.c4339 ** count size before chompheader() destroys the line.
4345 (void) chompheader(&bp[1], CHHDR_QUEUE, NULL, e);

Completed in 356 milliseconds