HomeSort by: relevance | last modified time | path
    Searched refs:l_date (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/mail/
head.c 242 hl->l_date = NULL;
257 hl->l_date = copyin(cp, &sp);
277 if (hl.l_from == NULL || hl.l_date == NULL) {
281 if (!isdate(hl.l_date)) {
format.c 794 if (hl.l_date == NULL)
797 else if (hl_date_to_tm(hl.l_date, tm) == NULL ||
799 warnx("invalid headline date: `%s'", hl.l_date);
def.h 243 char *l_date; /* The entire date string */ member in struct:headline

Completed in 14 milliseconds