OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:century
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/tzcode/
strptime.c
93
int
century
;
member in struct:century_relyear
105
cr.
century
= TM_YEAR_BASE;
253
case 'C': /* The
century
number. */
258
cr->
century
= i * 100;
368
case 'y': /* The year within the
century
(2 digits). */
394
* last as we can get a
century
spec (%C) at any time.
397
if (cr->
century
== TM_YEAR_BASE) {
403
tm->tm_year = cr->relyear + cr->
century
- TM_YEAR_BASE;
/external/openssh/openbsd-compat/
strptime.c
73
static int
century
, relyear;
local
76
century
= TM_YEAR_BASE;
218
case 'C': /* The
century
number. */
223
century
= i * 100;
334
case 'y': /* The year within the
century
(2 digits). */
360
* last as we can get a
century
spec (%C) at any time.
363
if (
century
== TM_YEAR_BASE) {
369
tm->tm_year = relyear +
century
- TM_YEAR_BASE;
/external/qemu-pc-bios/bochs/bios/
rombios32.c
1363
uint8_t
century
; \/* Index to
century
in RTC CMOS RAM *\/
member in struct:fadt_descriptor_rev1
[
all
...]
/external/v8/test/mjsunit/
unicode-test.js
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar
Completed in 884 milliseconds