/freebsd/contrib/llvm-project/libcxx/include/__chrono/ |
H A D | monthday.h | 38 _LIBCPP_HIDE_FROM_ABI inline constexpr chrono::month month() const noexcept { return __m_; } in month() function 94 _LIBCPP_HIDE_FROM_ABI inline constexpr chrono::month month() const noexcept { return __m_; } month() function [all...] |
H A D | month_weekday.h | 35 _LIBCPP_HIDE_FROM_ABI inline constexpr chrono::month month() const noexcept { return __m_; } month() function 67 _LIBCPP_HIDE_FROM_ABI inline constexpr chrono::month month() const noexcept { return __m_; } month() function [all...] |
H A D | year_month_weekday.h | 56 _LIBCPP_HIDE_FROM_ABI inline constexpr chrono::month month() const noexcept { return __m_; } in month() function 167 _LIBCPP_HIDE_FROM_ABI inline constexpr chrono::month month() const noexcept { return __m_; } month() function [all...] |
H A D | month.h | 33 _LIBCPP_HIDE_FROM_ABI explicit inline constexpr month(unsigned __val) noexcept in month() function [all...] |
H A D | year_month_day.h | 61 _LIBCPP_HIDE_FROM_ABI inline constexpr chrono::month month() const noexcept { return __m_; } in month() function 206 …_LIBCPP_HIDE_FROM_ABI inline constexpr chrono::month month() const noexcept { return __mdl_.month(… in month() function
|
H A D | year_month.h | 38 _LIBCPP_HIDE_FROM_ABI inline constexpr chrono::month month() const noexcept { return __m_; } in month() function [all...] |
/freebsd/contrib/dialog/ |
H A D | calendar.c | 182 adjust_year_month(int *year, int *month) in adjust_year_month() 195 days_per_month(int year, int month) in days_per_month() 215 int month = current->tm_mon + offset; in days_in_month() local 254 day_in_year(int year, int month, int day) in day_in_year() 263 iso_week(int year, int month, int day) in iso_week() 310 getisoweeks(int year, int month) in getisoweeks() 458 int month; in draw_month() local 677 int month, in dialog_calendar()
|
/freebsd/usr.bin/calendar/ |
H A D | parsedata.c | 91 char *month, int *imonth, char *dayofmonth, int *idayofmonth, in determinestyle() 338 debug_determinestyle(int dateonly, char *date, int flags, char *month, in debug_determinestyle() 383 wdayom (int day, int offset, int month, int year) in wdayom() 434 char month[SLEN], dayofmonth[SLEN], dayofweek[SLEN], modifieroffset[SLEN]; in parsedaymonth() local 880 checkmonth(char *s, size_t *len, size_t *offset, const char **month) in checkmonth()
|
H A D | events.c | 151 event_add(int year, int month, int day, int var, char *txt, char *extra) in event_add()
|
H A D | dates.c | 49 int month; /* 01 .. 12 */ member 62 struct cal_month *month; /* points back */ member
|
H A D | calendar.h | 128 int month; member
|
/freebsd/contrib/bsddialog/lib/ |
H A D | datebox.c | 113 init_date(unsigned int *year, unsigned int *month, unsigned int *day, int *yy, in init_date() argument 332 bsddialog_calendar(struct bsddialog_conf * conf,const char * text,int rows,int cols,unsigned int * year,unsigned int * month,unsigned int * day) bsddialog_calendar() argument 584 bsddialog_datebox(struct bsddialog_conf * conf,const char * text,int rows,int cols,unsigned int * year,unsigned int * month,unsigned int * day) bsddialog_datebox() argument [all...] |
/freebsd/usr.bin/chpass/ |
H A D | util.c | 83 int day, month, year; in atot() local
|
/freebsd/contrib/netbsd-tests/lib/libc/time/ |
H A D | t_strptime.c | 359 ATF_TC_HEAD(month, tc) in ATF_TC_HEAD() argument 366 ATF_TC_BODY(month, tc) in ATF_TC_BODY() argument
|
/freebsd/lib/libc/stdtime/ |
H A D | timelocal.h | 44 const char *month[12]; member
|
/freebsd/stand/efi/libefi/ |
H A D | time.c | 107 int lyear, month; in to_efi_time() local
|
/freebsd/contrib/kyua/utils/ |
H A D | datetime.cpp | 316 datetime::timestamp::from_values(const int year, const int month, in from_values() 435 datetime::set_mock_now(const int year, const int month, in set_mock_now()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_heath.c | 278 int month, day; in heath_receive() local [all...] |
H A D | refclock_chronolog.c | 64 int month; /* month-of-year */ member
|
H A D | refclock_hopfser.c | 214 int day, month; /* ddd conversion */ in hopfserial_receive() local
|
H A D | refclock_palisade.h | 176 int month; /* for LEAP filter */ member
|
H A D | refclock_neoclock4x.c | 451 int month; /* ddd conversion */ in neoclock4x_receive() local 853 int* month, in neol_localtime() argument [all...] |
H A D | refclock_hpgps.c | 262 int month, day, lastday; in hpgps_receive() local [all...] |
/freebsd/sys/dev/rtwn/ |
H A D | if_rtwn_fw.h | 41 uint8_t month; member
|
/freebsd/sys/dev/iicbus/rtc/ |
H A D | rtc8583.c | 64 uint8_t msec, sec, min, hour, day, month; member
|