Searched defs:mdays (Results 1 – 5 of 5) sorted by relevance
/freebsd/bin/date/ |
H A D | vary.c | 101 static int mdays[12] = { 31, 0, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; variable
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | a_time.c | 80 static const int mdays[12] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; in ossl_asn1_time_to_tm() local
|
/freebsd/contrib/ntp/libntp/ |
H A D | ntp_calendar.c | 1394 ntpcal_edate_to_eradays(int32_t years,int32_t mons,int32_t mdays) ntpcal_edate_to_eradays() argument 1423 ntpcal_edate_to_yeardays(int32_t years,int32_t mons,int32_t mdays) ntpcal_edate_to_yeardays() argument
|
/freebsd/contrib/ldns/ |
H A D | util.c | 166 static const int mdays[] = { variable
|
/freebsd/contrib/unbound/sldns/ |
H A D | parseutil.c | 44 static const int mdays[] = { variable
|