Lines Matching refs:hptr
52 struct hdrs *hptr; in sendmail() local
257 if ((hptr = hdrlines[H_MIMEVERS].head) != in sendmail()
265 if ((hptr = hdrlines[H_CTYPE].head) != in sendmail()
273 if ((hptr = hdrlines[H_CLEN].head) != in sendmail()
293 if ((hptr = hdrlines[H_MIMEVERS].head) != in sendmail()
301 if ((hptr = hdrlines[H_CTYPE].head) != in sendmail()
309 if ((hptr = hdrlines[H_CLEN].head) != in sendmail()
402 if ((hptr = hdrlines[H_MIMEVERS].head) != (struct hdrs *)NULL) { in sendmail()
403 if (strlen(hptr->value) == 0) { in sendmail()
404 (void) strlcpy(hptr->value, "1.0", in sendmail()
405 sizeof (hptr->value)); in sendmail()
411 if ((hptr = hdrlines[H_CTYPE].head) != (struct hdrs *)NULL) { in sendmail()
412 if (strlen(hptr->value) == 0) { in sendmail()
413 (void) strlcpy(hptr->value, "text/plain", in sendmail()
414 sizeof (hptr->value)); in sendmail()
420 if ((hptr = hdrlines[H_CLEN].head) != (struct hdrs *)NULL) { in sendmail()
421 (void) snprintf(hptr->value, sizeof (hptr->value), in sendmail()