Home
last modified time | relevance | path

Searched refs:century (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-13-stable/contrib/tzdata/
HDleapseconds.awk201 quadcentury, century, quadyear, year, month, day)
225 century = int(day / ss_century_days)
226 century -= century == 4
227 day -= century * ss_century_days
248 ss_year = 1600 + quadcentury * 400 + century * 100 + quadyear * 4 + year
HDasia497 # * "From the end of the 19th century" it changed to UT+8.
534 # Guo says Shanghai switched to UT +08 "from the end of the 19th century".
638 # During the 20th century parts of Xinjiang were ruled by the Qing dynasty,
1267 # dispute the "Battle of the Clocks." It lasted nearly half a century.
1271 # "... in the nineteenth century ... Madras Observatory took its magnetic
1275 # 19th-century timekeeping in america. Stanford U Press (2000), 247 note 19.
2068 # Starting in the 7th century, Japan generally followed an ancient Chinese
HDeurope113 # beside the river at Kew. In the 18th century, before time and longitude
124 # [This yields STDOFF = -0:01:15 for London LMT in the 18th century.]
3615 # By the end of the 18th century clocks and watches became commonplace
HDbackzone1732 # The 19th-century dates are approximate. See Pacific/Kanton for
HDnorthamerica584 # "Welcome to Juneau. Please turn your watch back to the 19th century."
1061 # Shanks gives 02:00 for all 20th-century transition times in Louisville.
HDsouthamerica1997 # 1992/1993 season appears to be the first in over half a century where DST
HDaustralasia1771 # as part of the competition to be first into the 21st century.
HDNEWS264 first used in the 20th century. As a transition aid, FROM columns
3586 in 19th-century Chennai, Jakarta, and New York.
/freebsd-13-stable/crypto/openssh/openbsd-compat/
HDstrptime.c73 static int century, relyear; in _strptime() local
76 century = TM_YEAR_BASE; in _strptime()
223 century = i * 100; in _strptime()
363 if (century == TM_YEAR_BASE) { in _strptime()
369 tm->tm_year = relyear + century - TM_YEAR_BASE; in _strptime()
/freebsd-13-stable/lib/libc/stdtime/
HDstrptime.c96 int century, year; in _strptime() local
104 century = -1; in _strptime()
151 century = i; in _strptime()
536 century = i / 100; in _strptime()
616 if (century != -1 || year != -1) { in _strptime()
619 if (century == -1) { in _strptime()
623 year += century * 100 - TM_YEAR_BASE; in _strptime()
/freebsd-13-stable/bin/date/
HDdate.c256 int century; in setthetime() local
294 century = 0; in setthetime()
299 century = 1; in setthetime()
302 if (century) in setthetime()
/freebsd-13-stable/sys/amd64/vmm/io/
HDvrtc.c69 uint8_t century; member
73 CTASSERT(offsetof(struct rtcdev, century) == RTC_CENTURY);
257 rtc->century = rtcset(rtc, ct.year / 100); in secs_to_rtc()
289 int century, error, hour, pm, year; in rtc_to_secs() local
373 error = rtcget(rtc, rtc->century, &century); in rtc_to_secs()
374 ct.year = century * 100 + year; in rtc_to_secs()
376 VM_CTR2(vm, "Invalid RTC century %#x/%d", rtc->century, in rtc_to_secs()
1052 SNAPSHOT_VAR_OR_LEAVE(vrtc->rtcdev.century, meta, ret, done); in vrtc_snapshot()
/freebsd-13-stable/sys/x86/isa/
HDatrtc.c432 int century; in rtc_acpi_century_get() local
442 century = fadt->Century; in rtc_acpi_century_get()
445 return (century); in rtc_acpi_century_get()
/freebsd-13-stable/contrib/ntp/scripts/stats/
HDREADME.timecodes12 Y year of century
102 yy = year of century (from DIPswitches)
135 yy = year of century (from DIPswitches)
/freebsd-13-stable/sys/dev/smartpqi/
HDsmartpqi_misc.c48 host_wellness_time->century = (uint8_t)bin2bcd(ct.year / 100); in os_get_time()
HDsmartpqi_structures.h49 uint8_t century; member
HDsmartpqi_discovery.c1750 offsetof(struct bmic_host_wellness_time, century)); in pqisrc_write_current_time_to_host_wellness()
/freebsd-13-stable/share/misc/
HDbsd-family-tree503 [QCU] Salus, Peter H. A quarter century of UNIX. ISBN 0201547775, EAN
924 Salus, Peter H. A quarter century of UNIX. Addison-Wesley Publishing
/freebsd-13-stable/contrib/llvm-project/lld/docs/
HDindex.rst56 tuned for the 21st century. For example, the stack is marked as
/freebsd-13-stable/usr.bin/units/
HDdefinitions.units636 century 100 year
/freebsd-13-stable/crypto/heimdal/lib/asn1/
HDChangeLog108 * check-der.c: test dates from last century.
/freebsd-13-stable/crypto/heimdal/lib/roken/
HDChangeLog2136 * roken_gethostby.c: Another miracle of the 20th century:
/freebsd-13-stable/contrib/tzcode/
HDNEWS161 first used in the 20th century. As a transition aid, FROM columns
3483 in 19th-century Chennai, Jakarta, and New York.
/freebsd-13-stable/share/dict/
HDweb2a10758 century aloe
10759 century plant
26856 half-century
33011 light-century
35305 mid-century
67814 twentieth-century
/freebsd-13-stable/contrib/ntp/
HDCommitLog11384 - reconstruct century from y/m/d + day-of-week, 2digit year
11392 - reconstruct century from y/m/d + day-of-week, 2digit year
11402 - added unit tests for mod7 and century reconstruction
55564 Add prototype for yyparser() until bison joins the century of the fruit-bat.
55584 Add prototype for yyparser() until bison joins the century of the fruit-bat.
55596 Add prototype for yyparser() until bison joins the century of the fruit-bat.
175251 Remove unneeded SYS_WINNT libntp workarounds from last century.

12