Home
last modified time | relevance | path

Searched refs:isheader (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/mail/
H A Dcopymt.c70 } else if ((hdr = isheader (line, &ctf)) == FALSE) {
96 hdr = isheader(line, &ctf);
H A Disheader.c38 isheader(char *lp, int *ctfp) in isheader() function
H A Dcopylet.c118 htype = isheader (buf, &ctf); in xxxcopylet()
297 htype = isheader (buf, &ctf); in xxxcopylet()
H A DMakefile43 isheader.o isit.o islocal.o istext.o legal.o \
H A Dmail.h310 extern int isheader(char *lp, int *ctfp);
H A Dsendmail.c170 if ((hdrtyp = isheader(line, &ctf)) == FALSE) { in sendmail()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dcollect.c602 if (!isheader(buf))
H A Dheaders.c756 isheader(h) in isheader() function
H A Dsendmail.h834 extern bool isheader __P((char *));