Searched refs:wYear (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_hopfpci.c207 pp->day = ymd2yd(m_time.wYear,m_time.wMonth,m_time.wDay);
221 m_time.wYear);
/netbsd-current/external/bsd/ntp/dist/include/
H A Dhopf6039.h98 unsigned int wYear; member in struct:HOPFTIME
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dutil-int.c337 tm->tm_year = st.wYear - 1900;
359 ((!(st.wYear % 4) && (st.wYear % 100)) ||
360 !(st.wYear % 400)))
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/untgz/
H A Duntgz.c220 st.wYear = (WORD)loctm->tm_year + 1900;
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/untgz/
H A Duntgz.c220 st.wYear = (WORD)loctm->tm_year + 1900;
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/untgz/
H A Duntgz.c220 st.wYear = (WORD)loctm->tm_year + 1900;
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/untgz/
H A Duntgz.c220 st.wYear = (WORD)loctm->tm_year + 1900;
/netbsd-current/common/dist/zlib/contrib/untgz/
H A Duntgz.c220 st.wYear = (WORD)loctm->tm_year + 1900;
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Dtimezone.d2973 utcTime.wYear = utcDateTime.year;
2986 immutable otherDateTime = DateTime(otherTime.wYear,
3064 localTime.wYear = localDateTime.year;
3077 immutable utcDateTime = DateTime(utcTime.wYear,
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Dtimezone.d3115 utcTime.wYear = utcDateTime.year;
3128 immutable otherDateTime = DateTime(otherTime.wYear,
3208 localTime.wYear = localDateTime.year;
3222 immutable utcDateTime = DateTime(utcTime.wYear,
H A Dsystime.d10003 if (st.wYear > max.year)
10005 else if (st.wYear == max.year)
10036 auto dt = DateTime(st.wYear, st.wMonth, st.wDay, st.wHour, st.wMinute, st.wSecond);
10067 st.wYear = dt.year;
10087 assert(st.wYear == result.wYear);
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c7302 epochSystemTime.wYear = 1970;
H A Dsqlite3.c[all...]

Completed in 808 milliseconds