Home
last modified time | relevance | path

Searched refs:lyear (Results 1 – 1 of 1) sorted by relevance

/freebsd/stand/efi/libefi/
H A Dtime.c107 int lyear, month; in to_efi_time() local
112 lyear = isleap(efi_time->Year); in to_efi_time()
114 seconds = CumulativeDays[lyear][month] * SECSPERDAY; in to_efi_time()
118 lyear = isleap(efi_time->Year); in to_efi_time()
119 seconds = CumulativeDays[lyear][month] * SECSPERDAY; in to_efi_time()
124 CumulativeDays[lyear][month] * SECSPERDAY) { in to_efi_time()
129 time -= CumulativeDays[lyear][month] * SECSPERDAY; in to_efi_time()