Home
last modified time | relevance | path

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

/openbsd/src/sys/kern/
Dtty_msts.c316 struct clock_ymdhms ymd; in msts_date_to_nano() local
339 ymd.dt_year = 2000 + (s[4] - '0') * 10 + (s[5] - '0'); in msts_date_to_nano()
340 ymd.dt_mon = (s[2] - '0') * 10 + (s[3] - '0'); in msts_date_to_nano()
341 ymd.dt_day = (s[0] - '0') * 10 + (s[1] - '0'); in msts_date_to_nano()
342 ymd.dt_hour = ymd.dt_min = ymd.dt_sec = 0; in msts_date_to_nano()
344 secs = clock_ymdhms_to_secs(&ymd); in msts_date_to_nano()
Dtty_nmea.c567 struct clock_ymdhms ymd; in nmea_date_to_nano() local
578 ymd.dt_year = 2000 + (s[4] - '0') * 10 + (s[5] - '0'); in nmea_date_to_nano()
579 ymd.dt_mon = (s[2] - '0') * 10 + (s[3] - '0'); in nmea_date_to_nano()
580 ymd.dt_day = (s[0] - '0') * 10 + (s[1] - '0'); in nmea_date_to_nano()
581 ymd.dt_hour = ymd.dt_min = ymd.dt_sec = 0; in nmea_date_to_nano()
583 secs = clock_ymdhms_to_secs(&ymd); in nmea_date_to_nano()
/openbsd/src/gnu/usr.bin/perl/cpan/Time-Piece/t/
D02core.t36 cmp_ok($t->ymd, 'eq', '2000-02-29');
120 cmp_ok($t->ymd("") , 'eq', '20000229');
128 cmp_ok($t->ymd, 'eq', '2000/02/29');
211 Time::Piece->strptime('12212', "%y%j")->ymd(),
D02core_dst.t48 cmp_ok($t->ymd, 'eq', '2013-07-09');
/openbsd/src/gnu/llvm/libcxx/include/
Dchrono467 constexpr year_month_day operator+(const year_month_day& ymd, const months& dm) noexcept;
468 constexpr year_month_day operator+(const months& dm, const year_month_day& ymd) noexcept;
469 constexpr year_month_day operator+(const year_month_day& ymd, const years& dy) noexcept;
470 constexpr year_month_day operator+(const years& dy, const year_month_day& ymd) noexcept;
471 constexpr year_month_day operator-(const year_month_day& ymd, const months& dm) noexcept;
472 constexpr year_month_day operator-(const year_month_day& ymd, const years& dy) noexcept;
476 operator<<(basic_ostream<charT, traits>& os, const year_month_day& ymd);
Dlocale1687 enum dateorder {no_order, dmy, mdy, ymd, ydm};
/openbsd/src/gnu/usr.bin/perl/cpan/Time-Piece/
DPiece.pm358 sub ymd { subroutine
364 *date = \&ymd;
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dlocale_facets.h1090 enum dateorder { no_order, dmy, mdy, ymd, ydm }; enumerator
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dlocale_facets.h2748 enum dateorder { no_order, dmy, mdy, ymd, ydm }; enumerator
/openbsd/src/gnu/llvm/libcxx/src/
Dlocale.cpp5701 return time_base::ymd; in __do_date_order()
5789 return time_base::ymd; in __do_date_order()
/openbsd/src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
DCHECKLIST1992 T enum dateorder { no_order, dmy, mdy, ymd, ydm };
/openbsd/src/gnu/gcc/libstdc++-v3/docs/html/17_intro/
DCHECKLIST1992 T enum dateorder { no_order, dmy, mdy, ymd, ydm };