Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mail/
H A Dsendmail.c200 case H_CTYPE: in sendmail()
265 if ((hptr = hdrlines[H_CTYPE].head) != in sendmail()
268 header[H_CTYPE].tag); in sendmail()
301 if ((hptr = hdrlines[H_CTYPE].head) != in sendmail()
304 header[H_CTYPE].tag); in sendmail()
339 (void) snprintf(line, sizeof (line), "%s \n", header[H_CTYPE].tag); in sendmail()
343 if (hdrlines[H_CTYPE].head == (struct hdrs *)NULL) { in sendmail()
344 savehdrs(line, H_CTYPE); in sendmail()
411 if ((hptr = hdrlines[H_CTYPE].head) != (struct hdrs *)NULL) { in sendmail()
H A Dcopylet.c186 if (fprintf(f, "%s %s\n", header[H_CTYPE].tag, in xxxcopylet()
223 if ((hptr = hdrlines[H_CTYPE].head) != in xxxcopylet()
225 i += strlen(hdrlines[H_CTYPE].head->value); in xxxcopylet()
308 case H_CTYPE: in xxxcopylet()
H A Dpckaffspot.c60 rc = H_CTYPE; in pckaffspot()
H A Dpckrcvspot.c61 rc = H_CTYPE; in pckrcvspot()
H A Dmail.h140 #define H_CTYPE 4 /* "Content-Type:" */ macro
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h138 #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.c140 { "content-type", H_CTYPE, NULL },