Home | History | Annotate | Download | only in src

Lines Matching defs:hdr1

2496   char *hdr1 = NULL;
2534 if (print_headers) hdr1 = malloc(buflen + 1);
2537 if (((hdr1 == NULL) && (print_headers)) ||
2544 if (print_headers) memset(hdr1,' ',buflen + 1);
2549 h1 = hdr1;
2600 if (print_headers) printf("%s\n",hdr1);
2604 if (hdr1 != NULL) free(hdr1);