Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mail/
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);
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);
412 if ((hptr = hdrlines[H_CTYPE].head) != (struct hdrs *)NULL) {
H A Dcopylet.c188 if (fprintf(f, "%s %s\n", header[H_CTYPE].tag, in xxxcopylet()
225 if ((hptr = hdrlines[H_CTYPE].head) != in xxxcopylet()
227 i += strlen(hdrlines[H_CTYPE].head->value); in xxxcopylet()
311 case H_CTYPE: in xxxcopylet()
H A Dpckaffspot.c62 rc = H_CTYPE; in pckaffspot()
H A Dpckrcvspot.c63 rc = H_CTYPE; in pckrcvspot()
H A Dmail.h140 #define H_CTYPE 4 /* "Content-Type:" */ macro
/titanic_41/usr/src/cmd/mailx/hdr/
H A Ddef.h137 #define H_CTYPE 4 /* "Content-Type:" */ macro
/titanic_41/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 },