/openbsd-src/usr.bin/cal/ |
H A D | cal.c | 150 int ch, month, year, yflag; in main() local 243 week(int day,int month,int year) week() argument 270 isoweek(int day,int month,int year) isoweek() argument 299 monthly(int month,int year) monthly() argument 331 int col, *dp, i, month, row, which_cal; j_yearly() local 366 int col, *dp, i, month, row, which_cal, week_len, wn, firstday; yearly() local 424 day_array(int month,int year,int * days) day_array() argument 445 day_in_year(int day,int month,int year) day_in_year() argument 463 day_in_week(int day,int month,int year) day_in_week() argument [all...] |
/openbsd-src/gnu/llvm/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_; } in month() function
|
H A D | month_weekday.h | 35 …_LIBCPP_HIDE_FROM_ABI inline constexpr chrono::month month() const noexcept { … in month() function 71 …_LIBCPP_HIDE_FROM_ABI inline constexpr chrono::month month() const noexcept { return… in month() function
|
H A D | year_month_weekday.h | 56 …_LIBCPP_HIDE_FROM_ABI inline constexpr chrono::month month() const noexcept { … in month() function 171 …_LIBCPP_HIDE_FROM_ABI inline constexpr chrono::month month() const noexcept { return… in month() function
|
H A D | year_month_day.h | 61 _LIBCPP_HIDE_FROM_ABI inline constexpr chrono::month month() const noexcept { return __m_; } in month() function 190 …_LIBCPP_HIDE_FROM_ABI inline constexpr chrono::month month() const noexcept { re… in month() function
|
H A D | month.h | 33 …_LIBCPP_HIDE_FROM_ABI explicit inline constexpr month(unsigned __val) noexcept : __m_(static_cast<… 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
|
/openbsd-src/usr.bin/calendar/ |
H A D | day.c | 235 adjust_calendar(int *day, int *month) in adjust_calendar() 267 int day = 0, flags = 0, month = 0, v1, v2, i; in isnow() local 671 variable_weekday(int *day, int month, int year) in variable_weekday()
|
/openbsd-src/lib/libcrypto/asn1/ |
H A D | a_time_posix.c | 43 is_valid_date(int64_t year, int64_t month, int64_t day) in is_valid_date() 105 posix_time_from_utc(int64_t year, int64_t month, int64_t day, int64_t hours, in posix_time_from_utc()
|
H A D | a_time_tm.c | 162 is_valid_day(int year, int month, int day) in is_valid_day() 201 int year, month, day, hour, min, sec, val; in asn1_time_parse_cbs() local
|
/openbsd-src/sys/lib/libsa/ |
H A D | ctime.c | 47 int ss, mm, hh, wday, month, year; in ctime() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | 950628-1.c | 3 char hours, day, month; member
|
/openbsd-src/sys/msdosfs/ |
H A D | msdosfs_conv.c | 104 uint32_t month; in unix2dostime() local 187 uint32_t m, month; dos2unixtime() local [all...] |
/openbsd-src/sys/arch/i386/stand/libsa/ |
H A D | time.c | 56 compute(int year, u_int8_t month, u_int8_t day, u_int8_t hour, in compute()
|
/openbsd-src/sys/arch/amd64/stand/libsa/ |
H A D | time.c | 56 compute(int year, u_int8_t month, u_int8_t day, u_int8_t hour, in compute()
|
/openbsd-src/gnu/usr.bin/perl/cpan/Time-Piece/ |
H A D | Piece.xs | 161 int month, mday, year, jday; in my_mini_mktime() local 323 char * month[12]; member
|
H A D | Piece.pm | 211 sub month { subroutine
|
/openbsd-src/usr.sbin/makefs/msdos/ |
H A D | msdosfs_conv.c | 101 uint32_t month; in unix2dostime() local
|
/openbsd-src/lib/libc/time/ |
H A D | strftime.c | 39 const char * month[MONSPERYEAR]; member
|
H A D | wcsftime.c | 43 const wchar_t * month[MONSPERYEAR]; member
|
/openbsd-src/usr.sbin/cron/ |
H A D | cron.c | 286 int minute, hour, dom, month, dow; in find_jobs() local
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/21_strings/ |
H A D | inserters_extractors.cc | 316 string month; in test08() local
|
/openbsd-src/usr.bin/at/ |
H A D | parsetime.c | 501 month(struct tm *tm) in month() function
|
/openbsd-src/usr.sbin/tcpdump/ |
H A D | smbutil.c | 35 static void interpret_dos_date(uint32 date,int *year,int *month,int *day,int *hour,int *minute,int … in interpret_dos_date()
|
/openbsd-src/usr.sbin/smtpd/ |
H A D | to.c | 145 const char *month[] = {"Jan","Feb","Mar","Apr","May","Jun", in time_to_text() local
|