Searched refs:h_value (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/sendmail/src/ |
| H A D | headers.c | 449 h->h_value = NULL; 605 h->h_value = n; 761 s = h->h_value; 883 if (h->h_value == NULL) 897 xputs(sm_debug_file(), h->h_value); 913 xputs(sm_debug_file(), h->h_value); 952 e->e_msgid = h->h_value; 1785 register char *p = h->h_value; 1847 len = strlen(h->h_value); 2128 h->h_value); [all …]
|
| H A D | milter.c | 2718 if (h->h_value == NULL) 2731 h->h_field, h->h_value); 2737 || *(h->h_value) != ' ') 2738 hv = h->h_value; 2740 hv = h->h_value + 1; 3270 h->h_value == NULL ? "<NULL>" : h->h_value); 3277 h->h_value == NULL ? "<NULL>" : h->h_value, 3291 h->h_value == NULL ? "<NULL>" : h->h_value); 3300 h->h_value == NULL ? "<NULL>" : h->h_value, 3309 l = strlen(h->h_value); [all …]
|
| H A D | queue.c | 811 if (h->h_value == NULL) 822 (void) expand(h->h_value, buf, sizeof(buf), e); 874 commaize(h, h->h_value, oldstyle, &mcibuf, e, 883 denlstring(h->h_value, false,
|
| H A D | sendmail.h | 1001 char *h_value; /* the value of that field */ member
|