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