OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Month
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/arch/ia64/stand/ia64/ski/
time.c
66
int
Month
;
80
//
month
number used as the index (1 -> 12) for regular and leap years.
122
ETime->
Month
== 0 || ETime->
Month
> 12 ||
123
ETime->Day == 0 || ETime->
Month
> 31 ||
143
UTime += (CumulativeDays[isleap(ETime->Year)][ETime->
Month
] * SECSPERDAY);
146
// UTime should now be set to 00:00:00 on the first of the file's
month
and year
/src/sys/arch/ia64/stand/efi/libefi/
time.c
69
//
month
number used as the index (1 -> 12) for regular and leap years.
109
ETime->
Month
== 0 || ETime->
Month
> 12 ||
110
ETime->Day == 0 || ETime->
Month
> 31 ||
132
UTime += (CumulativeDays[isleap(ETime->Year)][ETime->
Month
] * SECSPERDAY);
135
// UTime should now be set to 00:00:00 on the first of the file's
month
and year
/src/sys/arch/i386/stand/efiboot/
efigetsecs.c
43
r += daytab[isleap(t.Year) ? 1 : 0][t.
Month
] + t.Day;
eficons.c
416
t1.
Month
== t2.
Month
&&
/src/sys/stand/efiboot/
efigetsecs.c
47
r += daytab[isleap(t.Year) ? 1 : 0][t.
Month
] + t.Day;
/src/sys/external/bsd/gnu-efi/dist/inc/
efidef.h
83
UINT8
Month
; // 1 - 12
/src/lib/libutil/
parsedate.y
85
time_t yyDay; /* Day of
month
[1-31] */
88
time_t yyMonth; /*
Month
of year [1-12] */
489
/*
Month
and day table. */
529
{ "
month
", tMONTH_UNIT, 1 },
782
time_t
Month
, /*
month
of year [1-12] */
783
time_t Day, /* day of
month
[1-31] */
804
tm.tm_mon =
Month
- 1;
835
(intmax_t)
Month
, (intmax_t)Day, (intmax_t)Year,
921
time_t
Month
;
[
all
...]
/src/sbin/efi/
certs.c
137
uint8_t
Month
; // 1 - 12
163
et->
Month
,
/src/sys/external/bsd/acpica/dist/include/
acbuffer.h
192
UINT8
Month
;
/src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h
208
UINT8
Month
; /* 1 - 12 */
/src/sys/external/bsd/gnu-efi/dist/lib/
print.c
1477
Time->
Month
,
/src/sys/dev/ic/
aacreg.h
270
u_int32_t
Month
:4; /* 1-12 */
/src/sys/external/bsd/acpica/dist/tools/examples/
extables.c
447
[0001] RTC
Month
Alarm Index : 00
Completed in 28 milliseconds
Indexes created Sat Oct 18 23:09:54 GMT 2025