Home
last modified time | relevance | path

Searched refs:H_CLEN (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/mail/
H A Dsendmail.c200 case H_CLEN:
274 if ((hptr = hdrlines[H_CLEN].head) !=
277 header[H_CLEN].tag);
310 if ((hptr = hdrlines[H_CLEN].head) !=
313 header[H_CLEN].tag);
347 (void) snprintf(line, sizeof (line), "%s \n", header[H_CLEN].tag);
351 if (hdrlines[H_CLEN].head == (struct hdrs *)NULL) {
352 savehdrs(line, H_CLEN);
421 if ((hptr = hdrlines[H_CLEN].head) != (struct hdrs *)NULL) {
H A Dcopylet.c122 if (htype == H_CLEN) { in xxxcopylet()
126 if ((hptr = hdrlines[H_CLEN].head) != in xxxcopylet()
229 if ((hptr = hdrlines[H_CLEN].head) != in xxxcopylet()
231 i += strlen(hdrlines[H_CLEN].head->value); in xxxcopylet()
233 if (fprintf(f, "%s %ld\n", header[H_CLEN].tag, i) < 0) in xxxcopylet()
312 case H_CLEN: in xxxcopylet()
317 if (htype == H_CLEN) { in xxxcopylet()
H A Dcopymt.c158 case H_CLEN:
H A Dmail.h139 #define H_CLEN 3 /* "Content-Length:" */ macro
/titanic_41/usr/src/cmd/mailx/hdr/
H A Ddef.h136 #define H_CLEN 3 /* "Content-Length:" */ macro