Searched refs:Month (Results 1 - 17 of 17) sorted by path

/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex3469 % This produces Day Month Year style of output.
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex2376 % This produces Day Month Year style of output.
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex2275 % This produces Day Month Year style of output.
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_ripencc.c383 unsigned char *Day, unsigned char *Month, unsigned short *Year,
3141 unsigned char *Month,
3155 *Month = rpt->buf[15];
5014 Month, local
5045 &Month,
5071 Day, Month, Year, Hour, Minute, Second, (long)(FracSec*1.e9));
3133 rpt_0x8FAD( TSIPPKT *rpt, unsigned short *COUNT, double *FracSec, unsigned char *Hour, unsigned char *Minute, unsigned char *Second, unsigned char *Day, unsigned char *Month, unsigned short *Year, unsigned char *Status, unsigned char *Flags ) argument
/freebsd-11-stable/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-11-stable/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);
2393 /* Month - 1 means January, 12 means December. */
/freebsd-11-stable/stand/efi/libefi/
H A Dtime.c125 efi_time->Month = 0;
128 efi_time->Month++;
131 month = efi_time->Month - 1;
162 ETime->Month == 0 || ETime->Month > 12 ||
163 ETime->Day == 0 || ETime->Month > 31 ||
183 UTime += (CumulativeDays[isleap(ETime->Year)][ETime->Month] *
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacbuffer.h192 UINT8 Month; member in struct:acpi_grt_info
/freebsd-11-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiBaseType.h64 /// Month: 1 - 12
74 UINT8 Month; member in struct:__anon6088
H A DUefiInternalFormRepresentation.h673 UINT8 Month; member in struct:__anon6099
/freebsd-11-stable/sys/dev/aac/
H A Daacreg.h419 u_int32_t Month:4; /* 1-12 */ member in struct:aac_container_creation
/freebsd-11-stable/sys/dev/dpt/
H A Ddpt.h839 u_int8_t Month; /* creation month */ member in struct:dpt_sig
/freebsd-11-stable/usr.bin/find/
H A Dgetdate.y349 /* Month and day table. */
579 Convert(time_t Month, time_t Day, time_t Year,
601 || Month < 1 || Month > 12
603 || Day < 1 || Day > DaysInMonth[(int)--Month])
606 for (Julian = Day - 1, i = 0; i < Month; i++)
652 time_t Month;
658 Month = 12 * (tm->tm_year + 1900) + tm->tm_mon + RelMonth;
659 Year = Month / 12;
660 Month
[all...]
/freebsd-11-stable/usr.sbin/fifolog/lib/
H A Dgetdate.y329 /* Month and day table. */
559 Convert(time_t Month, time_t Day, time_t Year,
582 || Month < 1 || Month > 12
584 || Day < 1 || Day > DaysInMonth[(int)--Month])
593 for (Julian = Day - 1, i = 0; i < Month; i++)
641 time_t Month;
647 Month = 12 * (tm->tm_year + 1900) + tm->tm_mon + RelMonth;
648 Year = Month / 12;
649 Month
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_getdate.c80 time_t Month; member in struct:gdstate
221 gds->Month = gds->tokenp[2].value;
227 gds->Month = gds->tokenp[0].value;
232 gds->Month = gds->tokenp[0].value;
246 gds->Month = gds->tokenp[0].value;
262 gds->Month = gds->tokenp[2].value;
279 gds->Month = gds->tokenp[2].value;
284 gds->Month = gds->tokenp[2].value;
299 gds->Month = gds->tokenp[0].value;
311 gds->Month
691 Convert(time_t Month, time_t Day, time_t Year, time_t Hours, time_t Minutes, time_t Seconds, time_t Timezone, enum DSTMODE DSTmode) argument
836 time_t Month; local
[all...]
/freebsd-11-stable/stand/efi/include/
H A Defidef.h87 UINT8 Month; // 1 - 12 member in struct:__anon3961
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_reg.h376 u_int32_t Month:4; /* 1-12 */ member in struct:aac_container_creation

Completed in 616 milliseconds