Searched refs:H_CTYPE (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/mail/
H A Dpckaffspot.c62 rc = H_CTYPE;
H A Dpckrcvspot.c63 rc = H_CTYPE;
H A Dsendmail.c201 case H_CTYPE:
266 if ((hptr = hdrlines[H_CTYPE].head) !=
269 header[H_CTYPE].tag);
302 if ((hptr = hdrlines[H_CTYPE].head) !=
305 header[H_CTYPE].tag);
329 * Write out H_MIMEVERS, H_CTYPE & H_CLEN lines. These are used only as
340 (void) snprintf(line, sizeof (line), "%s \n", header[H_CTYPE].tag);
344 if (hdrlines[H_CTYPE].head == (struct hdrs *)NULL) {
345 savehdrs(line, H_CTYPE);
410 * Modify value of H_CTYPE i
[all...]
H A Dcopylet.c188 if (fprintf(f, "%s %s\n", header[H_CTYPE].tag,
225 if ((hptr = hdrlines[H_CTYPE].head) !=
227 i += strlen(hdrlines[H_CTYPE].head->value);
311 case H_CTYPE:
H A Dmail.h140 #define H_CTYPE 4 /* "Content-Type:" */ macro
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h137 #define H_CTYPE 4 /* "Content-Type:" */ macro
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsendmail.h813 #define H_CTYPE 0x00002000 /* this is a content-type field */ macro
H A Dconf.c139 { "content-type", H_CTYPE, NULL },

Completed in 87 milliseconds