Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ntp/ntpd/
HDrefclock_dumbclock.c71 struct tm ymd; /* struct tm for y/m/d only */ member
153 up->ymd = *tm_time_p; in dumbclock_start()
259 asserted_tm.tm_year = up->ymd.tm_year; in dumbclock_receive()
260 asserted_tm.tm_mon = up->ymd.tm_mon; in dumbclock_receive()
261 asserted_tm.tm_mday = up->ymd.tm_mday; in dumbclock_receive()
290 up->ymd = *lt_p; in dumbclock_receive()
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
HDchrono455 constexpr year_month_day operator+(const year_month_day& ymd, const months& dm) noexcept;
456 constexpr year_month_day operator+(const months& dm, const year_month_day& ymd) noexcept;
457 constexpr year_month_day operator+(const year_month_day& ymd, const years& dy) noexcept;
458 constexpr year_month_day operator+(const years& dy, const year_month_day& ymd) noexcept;
459 constexpr year_month_day operator-(const year_month_day& ymd, const months& dm) noexcept;
460 constexpr year_month_day operator-(const year_month_day& ymd, const years& dy) noexcept;
HDlocale1718 enum dateorder {no_order, dmy, mdy, ymd, ydm};
/freebsd-11-stable/contrib/libstdc++/include/bits/
Dlocale_facets.h2748 enum dateorder { no_order, dmy, mdy, ymd, ydm }; enumerator
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
HDlocale.cpp5261 return time_base::ymd; in __do_date_order()
5348 return time_base::ymd; in __do_date_order()