Home
last modified time | relevance | path

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

/openbsd/sys/arch/amd64/stand/libsa/
H A Dtime.c51 const u_short monthcount[] = { variable
63 tt = (year - 1970) * 365 + monthcount[month] + day - 1; in compute()
/openbsd/sys/arch/i386/stand/libsa/
H A Dtime.c51 const u_short monthcount[] = { variable
63 tt = (year - 1970) * 365 + monthcount[month] + day - 1; in compute()