Searched refs:MONTHS (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.bin/at/ |
H A D | parsetime.c | 67 MINUTES, HOURS, DAYS, WEEKS, MONTHS, YEARS, enumerator 98 { "month", MONTHS,0 }, /* month ... */ 99 { "months", MONTHS,1 }, /* (pluralized) */ 296 case MONTHS: in plus_or_minus()
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evutil_time.c | 188 static const char *MONTHS[] = in evutil_date_rfc1123() local 220 DAYS[tm->tm_wday], tm->tm_mday, MONTHS[tm->tm_mon], in evutil_date_rfc1123()
|
/freebsd/contrib/libevent/ |
H A D | evutil_time.c | 188 static const char *MONTHS[] = in evutil_date_rfc1123() local 220 DAYS[tm->tm_wday], tm->tm_mday, MONTHS[tm->tm_mon], in evutil_date_rfc1123()
|