OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Day
(Results
1 - 9
of
9
) sorted by relevancy
/src/tests/usr.bin/xlint/lint1/
msg_155.c
60
* XXX: The expressions '
day
+ 0' and '0 +
day
' should result in the same
66
enum
Day
{
68
}
day
= MONDAY;
local
70
/* expect+1: ... passing 'enum
Day
' ... */
71
sink(
day
);
73
/* expect+1: ... passing 'enum
Day
' ... */
74
sink(
day
+ 0);
77
sink(0 +
day
);
/src/sys/arch/ia64/stand/ia64/ski/
time.c
61
int
Day
;
117
ETime->
Day
== 0 || ETime->Month > 31 ||
142
// Days -- Don't count the file's
day
144
UTime += (((ETime->
Day
> 0) ? ETime->
Day
-1:0) * SECSPERDAY);
/src/sbin/efi/
certs.c
138
uint8_t
Day
; // 1 - 31
164
et->
Day
,
/src/sys/external/bsd/gnu-efi/dist/inc/
efidef.h
84
UINT8
Day
; // 1 - 31
/src/external/bsd/libarchive/dist/libarchive/
archive_parse_date.c
44
#define
DAY
(24L * HOUR)
61
* it's a fatal error to have more than one time, zone,
day
,
66
int HaveWeekDay; /*
Day
of week */
72
time_t
Day
;
80
/*
Day
of week accounting, e.g., "3rd Tuesday" */
83
/* Relative time values: hour/
day
/week offsets are measured in
200
* Year/month/
day
in various combinations.
217
gds->
Day
= gds->tokenp[4].value;
223
gds->
Day
= gds->tokenp[2].value;
228
gds->
Day
= gds->tokenp[2].value
[
all
...]
/src/sys/external/bsd/acpica/dist/include/
acbuffer.h
85
UINT8
Day
;
/src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h
101
UINT8
Day
; /* 1 - 31 */
/src/external/bsd/ntp/dist/ntpd/
refclock_ripencc.c
97
#define UTCF_LEAP_PNDG (unsigned char) (1<<5) /* Leap pending, will occur at end of
day
*/
385
unsigned char *
Day
, unsigned char *Month, unsigned short *Year,
1472
unsigned
day
, month, year; /* data derived from received timecode */
local
1505
day
= (unsigned int) buf[14];
1513
day
, month, year, hour, minute, second, trackstat, utcflags);
1545
if (month < 1 || month > 12 ||
day
< 1 ||
day
> 31)
1549
if (
day
> day1tab[month - 1])
1552
day
+= day1tab[i];
1554
if (
day
> day2tab[month - 1])
1590
unsigned
day
, month, year; \/* data derived from received timecode *\/
local
[
all
...]
/src/sys/dev/ic/
aacreg.h
271
u_int32_t
Day
:6; /* 1-32 */
Completed in 69 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026