Home
last modified time | relevance | path

Searched refs:h_value (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dheaders.c411 h->h_value = NULL;
565 h->h_value = n;
721 s = h->h_value;
843 if (h->h_value == NULL)
873 xputs(sm_debug_file(), h->h_value);
912 e->e_msgid = h->h_value;
1696 register char *p = h->h_value;
1706 if (h->h_value == NULL)
1735 len = strlen(h->h_value);
1755 len = strlen(h->h_value);
[all …]
H A Dmilter.c2720 if (h->h_value == NULL)
2740 hv = h->h_value;
2742 hv = h->h_value + 1;
3033 h->h_value = mh_value;
3270 h->h_value == NULL ? "<NULL>" : h->h_value);
3277 h->h_value == NULL ? "<NULL>" : h->h_value,
3290 h->h_value == NULL ? "<NULL>" : h->h_value);
3298 h->h_value == NULL ? "<NULL>" : h->h_value,
3307 l = strlen(h->h_value);
3328 h->h_value = NULL;
[all …]
H A Dqueue.c785 if (h->h_value == NULL)
796 (void) expand(h->h_value, buf, sizeof(buf), e);
848 commaize(h, h->h_value, oldstyle, &mcibuf, e,
857 denlstring(h->h_value, false,
H A Dsendmail.h775 char *h_value; /* the value of that field */ member