Searched refs:ymd (Results 1 – 12 of 12) sorted by relevance
| /openbsd/src/sys/kern/ |
| D | tty_msts.c | 316 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()
|
| D | tty_nmea.c | 567 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/ |
| D | 02core.t | 36 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(),
|
| D | 02core_dst.t | 48 cmp_ok($t->ymd, 'eq', '2013-07-09');
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | chrono | 467 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);
|
| D | locale | 1687 enum dateorder {no_order, dmy, mdy, ymd, ydm};
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Time-Piece/ |
| D | Piece.pm | 358 sub ymd { subroutine 364 *date = \&ymd;
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| D | locale_facets.h | 1090 enum dateorder { no_order, dmy, mdy, ymd, ydm }; enumerator
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/bits/ |
| D | locale_facets.h | 2748 enum dateorder { no_order, dmy, mdy, ymd, ydm }; enumerator
|
| /openbsd/src/gnu/llvm/libcxx/src/ |
| D | locale.cpp | 5701 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/ |
| D | CHECKLIST | 1992 T enum dateorder { no_order, dmy, mdy, ymd, ydm };
|
| /openbsd/src/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
| D | CHECKLIST | 1992 T enum dateorder { no_order, dmy, mdy, ymd, ydm };
|