Searched refs:month_lengths (Results 1 – 2 of 2) sorted by relevance
497 static const unsigned char month_lengths[] = { 31, 28, 31, 30, 31, 30, in x509_decode_time() local538 mon_len = month_lengths[mon - 1]; in x509_decode_time()
6006 int month_lengths[12][2] = { {31, 31}, in ips_fix_ffdc_time() local6046 for (i = 0; days >= month_lengths[i][yleap]; ++i) in ips_fix_ffdc_time()6047 days -= month_lengths[i][yleap]; in ips_fix_ffdc_time()