Home
last modified time | relevance | path

Searched refs:l_date (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.bin/mail/
H A Dhead.c242 hl->l_date = NULL; in parse()
257 hl->l_date = copyin(cp, &sp); in parse()
277 if (hl.l_from == NULL || hl.l_date == NULL) { in ishead()
281 if (!isdate(hl.l_date)) { in ishead()
H A Dformat.c809 if (hl.l_date == NULL) in dateof()
812 else if (hl_date_to_tm(hl.l_date, tm) == NULL || in dateof()
814 warnx("invalid headline date: `%s'", hl.l_date); in dateof()
H A Ddef.h243 char *l_date; /* The entire date string */ member