Home
last modified time | relevance | path

Searched defs:weekday (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dweekday.h39 _LIBCPP_HIDE_FROM_ABI inline explicit constexpr weekday(unsigned __val) noexcept in weekday() function
41 _LIBCPP_HIDE_FROM_ABI inline constexpr weekday(const sys_days& __sysd) noexcept in weekday() function
43 _LIBCPP_HIDE_FROM_ABI inline explicit constexpr weekday(const local_days& __locd) noexcept in weekday() function
140 _LIBCPP_HIDE_FROM_ABI inline constexpr chrono::weekday weekday() const noexcept { return __wd_; } in weekday() function
156 _LIBCPP_HIDE_FROM_ABI constexpr chrono::weekday weekday() const noexcept { return __wd_; } in weekday() function
H A Dyear_month_weekday.h57 _LIBCPP_HIDE_FROM_ABI inline constexpr chrono::weekday weekday() const noexcept { return __wdi_.weekday(); } in weekday() function
168 _LIBCPP_HIDE_FROM_ABI inline constexpr chrono::weekday weekday() const noexcept { return __wdl_.weekday(); } weekday() function
[all...]
/freebsd/contrib/ntp/include/
H A Dntp_calendar.h20 uint8_t weekday; /* 0..7, 0=Sunday */ member
29 uint8_t weekday; /* 1..7, 1=Monday */ member
/freebsd/lib/libc/stdtime/
H A Dtimelocal.h46 const char *weekday[7]; member
/freebsd/usr.sbin/pw/
H A Dpsdate.c69 weekday(char const ** str) in weekday() function
/freebsd/contrib/ntp/libparse/
H A Dclk_hopf6021.c145 unsigned char status,weekday; in cvt_hopf6021() local
/freebsd/lib/libcalendar/
H A Dcalendar.c273 weekday(int nd) in weekday() function
/freebsd/contrib/tzcode/
H A Dstrftime.c50 const char * weekday[DAYSPERWEEK]; member
/freebsd/sys/dev/iicbus/rtc/
H A Drv3032.c162 uint8_t weekday; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp896 const unsigned weekday = ptr_sp->GetValueAsUnsigned(0); in LibcxxChronoWeekdaySummaryProvider() local