Home
last modified time | relevance | path

Searched defs:month (Results 1 – 25 of 87) sorted by relevance

1234

/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dmonthday.h38 _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 Dmonth_weekday.h35 _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 Dyear_month_weekday.h56 _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 Dmonth.h33 _LIBCPP_HIDE_FROM_ABI explicit inline constexpr month(unsigned __val) noexcept in month() function
[all...]
H A Dyear_month_day.h61 _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 Dyear_month.h38 _LIBCPP_HIDE_FROM_ABI inline constexpr chrono::month month() const noexcept { return __m_; } in month() function
[all...]
/freebsd/contrib/dialog/
H A Dcalendar.c182 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 Dparsedata.c91 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 Devents.c151 event_add(int year, int month, int day, int var, char *txt, char *extra) in event_add()
H A Ddates.c49 int month; /* 01 .. 12 */ member
62 struct cal_month *month; /* points back */ member
H A Dcalendar.h128 int month; member
/freebsd/contrib/bsddialog/lib/
H A Ddatebox.c113 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 Dutil.c83 int day, month, year; in atot() local
/freebsd/contrib/netbsd-tests/lib/libc/time/
H A Dt_strptime.c359 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 Dtimelocal.h44 const char *month[12]; member
/freebsd/stand/efi/libefi/
H A Dtime.c107 int lyear, month; in to_efi_time() local
/freebsd/contrib/kyua/utils/
H A Ddatetime.cpp316 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 Drefclock_heath.c278 int month, day; in heath_receive() local
[all...]
H A Drefclock_chronolog.c64 int month; /* month-of-year */ member
H A Drefclock_hopfser.c214 int day, month; /* ddd conversion */ in hopfserial_receive() local
H A Drefclock_palisade.h176 int month; /* for LEAP filter */ member
H A Drefclock_neoclock4x.c451 int month; /* ddd conversion */ in neoclock4x_receive() local
853 int* month, in neol_localtime() argument
[all...]
H A Drefclock_hpgps.c262 int month, day, lastday; in hpgps_receive() local
[all...]
/freebsd/sys/dev/rtwn/
H A Dif_rtwn_fw.h41 uint8_t month; member
/freebsd/sys/dev/iicbus/rtc/
H A Drtc8583.c64 uint8_t msec, sec, min, hour, day, month; member

1234