Searched refs:chompheader (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | collect.c | 651 if (bitset(H_EOH, chompheader(buf,
|
H A D | headers.c | 476 chompheader(line, pflag, hdrp, e) in chompheader() function
|
H A D | sendmail.h | 828 extern unsigned long chompheader __P((char *, int, HDR **, ENVELOPE *));
|
H A D | main.c | 4482 ul = chompheader(p, CHHDR_CHECK|CHHDR_USER, NULL, e);
|
H A D | readcf.c | 490 (void) chompheader(&bp[1], CHHDR_DEF, NULL, e);
|
H A D | queue.c | 4297 (void) chompheader(&bp[1], CHHDR_QUEUE, NULL, e);
|