/freebsd/contrib/tzdata/ |
H A D | leapseconds.awk | 201 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
|
H A D | asia | 497 # * "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
|
H A D | europe | 113 # 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
|
H A D | backzone | 1732 # The 19th-century dates are approximate. See Pacific/Kanton for
|
H A D | northamerica | 584 # "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.
|
H A D | southamerica | 1997 # 1992/1993 season appears to be the first in over half a century where DST
|
H A D | australasia | 1771 # as part of the competition to be first into the 21st century.
|
H A D | NEWS | 264 first used in the 20th century. As a transition aid, FROM columns 3586 in 19th-century Chennai, Jakarta, and New York.
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | strptime.c | 73 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/lib/libc/stdtime/ |
H A D | strptime.c | 88 int century, year; in _strptime() 96 century = -1; in _strptime() 143 century = i; in _strptime() 528 century = i / 100; in _strptime() 608 if (century != -1 || year != -1) { in _strptime() 611 if (century == -1) { in _strptime() 615 year += century * 100 - TM_YEAR_BASE; in _strptime() 89 int century, year; _strptime() local
|
/freebsd/bin/date/ |
H A D | date.c | 254 int century; in setthetime() local 292 century = 0; in setthetime() 297 century = 1; in setthetime() 300 if (century) in setthetime()
|
/freebsd/sys/amd64/vmm/io/ |
H A D | vrtc.c | 70 uint8_t century; member 74 CTASSERT(offsetof(struct rtcdev, century) == RTC_CENTURY); 258 rtc->century = rtcset(rtc, ct.year / 100); in secs_to_rtc() 290 int century, error, hour, pm, year; in rtc_to_secs() local 374 error = rtcget(rtc, rtc->century, ¢ury); in rtc_to_secs() 375 ct.year = century * 100 + year; in rtc_to_secs() 377 VM_CTR2(vm, "Invalid RTC century %#x/%d", rtc->century, in rtc_to_secs() 1053 SNAPSHOT_VAR_OR_LEAVE(vrtc->rtcdev.century, meta, ret, done); in vrtc_snapshot()
|
/freebsd/sys/x86/isa/ |
H A D | atrtc.c | 435 int century; in rtc_acpi_century_get() local 445 century = fadt->Century; in rtc_acpi_century_get() 448 return (century); in rtc_acpi_century_get()
|
/freebsd/contrib/ntp/scripts/stats/ |
H A D | README.timecodes | 12 Y year of century 102 yy = year of century (from DIPswitches) 135 yy = year of century (from DIPswitches)
|
/freebsd/sys/dev/smartpqi/ |
H A D | smartpqi_misc.c | 48 host_wellness_time->century = (uint8_t)bin2bcd(ct.year / 100); in os_get_time()
|
H A D | smartpqi_structures.h | 53 uint8_t century; member
|
H A D | smartpqi_discovery.c | 1978 offsetof(struct bmic_host_wellness_time, century)); in pqisrc_write_current_time_to_host_wellness()
|
/freebsd/share/misc/ |
H A D | bsd-family-tree | 505 [QCU] Salus, Peter H. A quarter century of UNIX. ISBN 0201547775, EAN 927 Salus, Peter H. A quarter century of UNIX. Addison-Wesley Publishing
|
/freebsd/contrib/llvm-project/lld/docs/ |
H A D | index.rst | 56 tuned for the 21st century. For example, the stack is marked as
|
/freebsd/usr.bin/units/ |
H A D | definitions.units | 636 century 100 year
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | ChangeLog | 108 * check-der.c: test dates from last century.
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | ChangeLog | 2136 * roken_gethostby.c: Another miracle of the 20th century:
|
/freebsd/contrib/tzcode/ |
H A D | NEWS | 161 first used in the 20th century. As a transition aid, FROM columns 3483 in 19th-century Chennai, Jakarta, and New York.
|
/freebsd/share/dict/ |
H A D | web2a | 10758 century aloe 10759 century plant 26856 half-century 33011 light-century 35305 mid-century 67814 twentieth-century
|
/freebsd/contrib/ntp/ |
H A D | CommitLog | 11384 - 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 [all...] |