OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Year
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/arch/ia64/stand/ia64/ski/
time.c
65
int
Year
;
81
// The value at index 13 is for the whole
year
.
114
int
Year
;
116
ETime->
Year
+= 1900;
121
if ( ETime->
Year
< 1998 || ETime->
Year
> 2099 ||
134
for (
Year
= 1970;
Year
!= ETime->
Year
; ++
Year
) {
[
all
...]
/src/sys/arch/ia64/stand/efi/libefi/
time.c
70
// The value at index 13 is for the whole
year
.
103
int
Year
;
108
if ( ETime->
Year
< 1998 || ETime->
Year
> 2099 ||
123
for (
Year
= 1970;
Year
!= ETime->
Year
; ++
Year
) {
124
UTime += (CumulativeDays[isleap(
Year
)][13] * SECSPERDAY);
128
// UTime should now be set to 00:00:00 on Jan 1 of the file's
year
[
all
...]
/src/sys/arch/i386/stand/efiboot/
efigetsecs.c
38
r = (t.
Year
- 1970) * 365;
39
for (y = 1970; y < t.
Year
; y++) {
43
r += daytab[isleap(t.
Year
) ? 1 : 0][t.Month] + t.Day;
eficons.c
415
} while (t1.
Year
== t2.
Year
&&
/src/sys/stand/efiboot/
efigetsecs.c
42
r = (t.
Year
- 1970) * 365;
43
for (y = 1970; y < t.
Year
; y++) {
47
r += daytab[isleap(t.
Year
) ? 1 : 0][t.Month] + t.Day;
/src/lib/libutil/
parsedate.y
78
int yyHaveFullYear; /* if true,
year
is not abbreviated. */
88
time_t yyMonth; /* Month of
year
[1-12] */
90
time_t yyYear; /*
Year
, see also yyHaveFullYear */
528
{ "
year
", tMONTH_UNIT, 12 },
758
* Adjust
year
from a value that might be abbreviated, to a full value.
760
* Input
Year
is either:
762
* - A number from 0 to 68, which means a
year
from 2000 to 2068,
763
* - A number from 69 to 99, which means a
year
from 1969 to 1999, or
764
* - The actual
year
(>=100).
765
* Returns the full
year
[
all
...]
/src/sys/external/bsd/gnu-efi/dist/inc/
efidef.h
82
UINT16
Year
; // 1998 - 20XX
/src/sbin/efi/
certs.c
136
uint16_t
Year
; // 1900 - 9999
162
et->
Year
,
/src/sys/external/bsd/gnu-efi/dist/lib/
print.c
1459
UINTN Hour,
Year
;
1473
Year
= Time->
Year
% 100;
1479
Year
,
/src/sys/external/bsd/acpica/dist/include/
acbuffer.h
191
UINT16
Year
;
/src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h
207
UINT16
Year
; /* 1998 - 20XX */
Completed in 39 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025