Home
last modified time | relevance | path

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

/freebsd-src/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
137 _LIBCPP_HIDE_FROM_ABI inline constexpr chrono::weekday weekday() const noexcept { return __wd_; } weekday() function
153 _LIBCPP_HIDE_FROM_ABI constexpr chrono::weekday weekday() const noexcept { return __wd_; } weekday() function
[all...]
H A Dyear_month_weekday.h57 …_LIBCPP_HIDE_FROM_ABI inline constexpr chrono::weekday weekday() const noexcept { return __wdi_.we… in weekday() function
184 …_LIBCPP_HIDE_FROM_ABI inline constexpr chrono::weekday weekday() const noexcept { return __wdl_.we… in weekday() function
/freebsd-src/lib/libc/stdtime/
H A Dtimelocal.h46 const char *weekday[7]; member
/freebsd-src/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-src/usr.sbin/pw/
H A Dpsdate.c69 weekday(char const ** str) in weekday() function
/freebsd-src/contrib/ntp/libparse/
H A Dclk_hopf6021.c145 unsigned char status,weekday; in cvt_hopf6021() local
/freebsd-src/lib/libcalendar/
H A Dcalendar.c273 weekday(int nd) in weekday() function
/freebsd-src/contrib/tzcode/
H A Dstrftime.c50 const char * weekday[DAYSPERWEEK]; member
/freebsd-src/sys/dev/iicbus/rtc/
H A Drv3032.c162 uint8_t weekday; member
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp1190 const unsigned weekday = ptr_sp->GetValueAsUnsigned(0); LibcxxChronoWeekdaySummaryProvider() local