OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:y2k
(Results
1 - 8
of
8
) sorted by relevancy
/src/usr.bin/rwho/
Makefile
10
CFLAGS+= -Wno-format-
y2k
/src/bin/ps/
Makefile
9
COPTS.print.c = -Wno-format-nonliteral -Wno-format-
y2k
/src/usr.bin/unzip/
Makefile
13
COPTS.unzip.c += -Wno-format-
y2k
/src/usr.bin/w/
Makefile
16
COPTS.pr_time.c += -Wno-format-
y2k
/src/usr.bin/config/
Makefile
29
CWARNFLAGS+=-Wno-format-
y2k
/src/sys/arch/evbmips/sbmips/
rtc.c
154
uint8_t year,
y2k
;
local
168
y2k
= (ymdhms->dt_year >= 2000) ? 0x20 : 0x19;
174
WRITERTC(sc, X1241REG_Y2K, bintobcd(
y2k
));
186
uint8_t hour, year,
y2k
;
local
193
y2k
= READRTC(sc, X1241REG_Y2K);
194
ymdhms->dt_year = bcdtobin(
y2k
) * 100 + bcdtobin(year);
/src/sys/arch/sbmips/sbmips/
rtc.c
154
uint8_t year,
y2k
;
local
168
y2k
= (ymdhms->dt_year >= 2000) ? 0x20 : 0x19;
174
WRITERTC(sc, X1241REG_Y2K, bintobcd(
y2k
));
186
uint8_t hour, year,
y2k
;
local
193
y2k
= READRTC(sc, X1241REG_Y2K);
194
ymdhms->dt_year = bcdtobin(
y2k
) * 100 + bcdtobin(year);
/src/usr.bin/systat/
Makefile
13
CWARNFLAGS+= -Wno-format-
y2k
Completed in 638 milliseconds
Indexes created Sun Feb 15 12:34:49 CET 2026