Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mailx/
H A Dhead.c91 custr_free(hl->hl_date); in headline_free()
106 custr_alloc(&t->hl_date) != 0) { in headline_alloc()
127 custr_reset(hl->hl_date); in headline_reset()
160 if (custr_append(hl->hl_date, c) != 0) { in parse_headline()
H A Dreceipt.c82 if (custr_len(hl->hl_date) > 0) { in receipt()
84 custr_cstr(hl->hl_date)); in receipt()
H A Dcmd1.c262 if (custr_len(hl->hl_date) == 0) { in printhead()
263 if (custr_append(hl->hl_date, "<Unknown date>") != 0) { in printhead()
315 custr_cstr(hl->hl_date), mp->m_lines, mp->m_size, in printhead()
318 printf("%16.16s binary/%-5ld %-.25s\n", custr_cstr(hl->hl_date), in printhead()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h216 custr_t *hl_date; /* The entire date string */ member