Searched refs:H_CTYPE (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/mail/ |
H A D | sendmail.c | 201 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 D | copylet.c | 188 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 D | pckaffspot.c | 62 rc = H_CTYPE; in pckaffspot()
|
H A D | pckrcvspot.c | 63 rc = H_CTYPE; in pckrcvspot()
|
H A D | mail.h | 140 #define H_CTYPE 4 /* "Content-Type:" */ macro
|
/titanic_41/usr/src/cmd/mailx/hdr/ |
H A D | def.h | 137 #define H_CTYPE 4 /* "Content-Type:" */ macro
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | sendmail.h | 813 #define H_CTYPE 0x00002000 /* this is a content-type field */ macro
|
H A D | conf.c | 139 { "content-type", H_CTYPE, NULL },
|