Home
last modified time | relevance | path

Searched refs:Month (Results 1 – 24 of 24) sorted by relevance

/freebsd/stand/efi/libefi/
H A Dtime.c122 efi_time->Month = 0; in to_efi_time()
125 efi_time->Month++; in to_efi_time()
128 month = efi_time->Month - 1; in to_efi_time()
159 ETime->Month == 0 || ETime->Month > 12 || in from_efi_time()
160 ETime->Day == 0 || ETime->Month > 31 || in from_efi_time()
180 UTime += (CumulativeDays[isleap(ETime->Year)][ETime->Month] * in from_efi_time()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_parse_date.c76 time_t Month; member
217 gds->Month = gds->tokenp[2].value; in datephrase()
223 gds->Month = gds->tokenp[0].value; in datephrase()
228 gds->Month = gds->tokenp[0].value; in datephrase()
242 gds->Month = gds->tokenp[0].value; in datephrase()
258 gds->Month = gds->tokenp[2].value; in datephrase()
275 gds->Month = gds->tokenp[2].value; in datephrase()
280 gds->Month = gds->tokenp[2].value; in datephrase()
295 gds->Month = gds->tokenp[0].value; in datephrase()
307 gds->Month = gds->tokenp[0].value; in datephrase()
[all …]
/freebsd/usr.sbin/fifolog/lib/
H A Dgetdate.y559 Convert(time_t Month, time_t Day, time_t Year, in Convert() argument
582 || Month < 1 || Month > 12 in Convert()
584 || Day < 1 || Day > DaysInMonth[(int)--Month]) in Convert()
593 for (Julian = Day - 1, i = 0; i < Month; i++) in Convert()
641 time_t Month; in RelativeMonth() local
647 Month = 12 * (tm->tm_year + 1900) + tm->tm_mon + RelMonth; in RelativeMonth()
648 Year = Month / 12; in RelativeMonth()
649 Month = Month % 12 + 1; in RelativeMonth()
651 Convert(Month, (time_t)tm->tm_mday, Year, in RelativeMonth()
/freebsd/crypto/krb5/src/kadmin/cli/
H A Dgetdate.y562 Convert(time_t Month, time_t Day, time_t Year, time_t Hours, time_t Minutes, in Convert() argument
581 || Month < 1 || Month > 12 in Convert()
583 || Day < 1 || Day > DaysInMonth[(int)--Month]) in Convert()
586 for (Julian = Day - 1, i = 0; i < Month; i++) in Convert()
655 time_t Month; in RelativeMonth() local
665 Month = 12 * tm->tm_year + tm->tm_mon + RelMonth; in RelativeMonth()
666 Year = Month / 12; in RelativeMonth()
667 Month = Month % 12 + 1; in RelativeMonth()
668 ret = Convert(Month, (time_t)tm->tm_mday, Year, in RelativeMonth()
/freebsd/usr.bin/find/
H A Dgetdate.y565 Convert(time_t Month, time_t Day, time_t Year, in Convert() argument
587 || Month < 1 || Month > 12 in Convert()
589 || Day < 1 || Day > DaysInMonth[(int)--Month]) in Convert()
592 for (Julian = Day - 1, i = 0; i < Month; i++) in Convert()
638 time_t Month; in RelativeMonth() local
644 Month = 12 * (tm->tm_year + 1900) + tm->tm_mon + RelMonth; in RelativeMonth()
645 Year = Month / 12; in RelativeMonth()
646 Month = Month % 12 + 1; in RelativeMonth()
648 Convert(Month, (time_t)tm->tm_mday, Year, in RelativeMonth()
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.awk234 Month = ($0 ~ /[=] *"/) ? get_value($0) : get_abbrev($0)
665 label = Volume "(" Number "):" Month ":" Year
970 return ("Volume " wrap(Volume) ", Number " wrap(Number) ", " wrap(Month) ", " wrap(Year))
/freebsd/contrib/llvm-project/libc/include/llvm-libc-types/
H A DEFI_TIME.h16 uint8_t Month; // 1 - 12 member
/freebsd/crypto/openssl/apps/lib/
H A Dvms_term_sock.c559 char *Month[] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", in LogMessage() local
583 LocTime->tm_mday, Month[LocTime->tm_mon], in LogMessage()
/freebsd/usr.sbin/ntp/ntpd/
H A Dleap-seconds82 # Day Month Year : epoch in clear
84 #NTP Time DTAI Day Month Year
/freebsd/contrib/tzdata/
H A Dleap-seconds.list82 # Day Month Year : epoch in clear
84 #NTP Time DTAI Day Month Year
/freebsd/sys/contrib/edk2/Include/Uefi/
H A DUefiBaseType.h70 UINT8 Month; member
H A DUefiInternalFormRepresentation.h665 UINT8 Month; member
/freebsd/sys/contrib/dev/acpica/include/
H A Dacbuffer.h192 UINT8 Month; member
/freebsd/contrib/ntp/util/
H A Dtg2.c579 int Month; local
854 sscanf(optarg, "%2d%2d%2d%2d%2d%2d", &Year, &Month, &DayOfMonth,
1062 DayOfYear = ConvertMonthDayToDayOfYear (Year, Month, DayOfMonth);
/freebsd/contrib/ntp/scripts/monitoring/
H A Dntploopwatch75 *Month=*ctime'MoY;
80 @Month = ('Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec');
/freebsd/contrib/ntp/ntpd/
H A Drefclock_ripencc.c383 unsigned char *Day, unsigned char *Month, unsigned short *Year,
3141 unsigned char *Month, in rpt_0x8FAD() argument
3155 *Month = rpt->buf[15]; in rpt_0x8FAD()
5014 Month, in rpt_8FAD() local
5045 &Month, in rpt_8FAD()
5071 Day, Month, Year, Hour, Minute, Second, (long)(FracSec*1.e9)); in rpt_8FAD()
/freebsd/contrib/file/magic/Magdir/
H A Datari74 # Month
H A Dimages137 # Month
/freebsd/sys/dev/aac/
H A Daacreg.h419 u_int32_t Month:4; /* 1-12 */ member
/freebsd/sys/dev/aacraid/
H A Daacraid_reg.h376 u_int32_t Month:4; /* 1-12 */ member
/freebsd/contrib/bearssl/src/x509/
H A Dasn1.t0663 \ Month is 1..12. Number of days in a months depend on the
/freebsd/crypto/krb5/src/util/et/
H A Dtexinfo.tex600 % Produces Day Month Year style of output.
607 % Use this if you want the Month Day, Year style of output.
/freebsd/contrib/ntp/
H A DChangeLog4566 * [BUG 1051] Month off by one in leap second message written to clockstats
H A DCommitLog[all...]