Home
last modified time | relevance | path

Searched refs:tm_gmtoff (Results 1 – 7 of 7) sorted by relevance

/bionic/libc/tzcode/
Dstrptime.c453 tm->tm_gmtoff = 0; in _strptime()
458 tm->tm_gmtoff = 0; in _strptime()
469 tm->tm_gmtoff = -(timezone); in _strptime()
504 tm->tm_gmtoff = 0; in _strptime()
517 tm->tm_gmtoff = (-5 - i) * SECSPERHOUR; in _strptime()
525 tm->tm_gmtoff = (-4 - i) * SECSPERHOUR; in _strptime()
547 tm->tm_gmtoff = offs; in _strptime()
Dprivate.h447 # define TM_GMTOFF tm_gmtoff
/bionic/libc/bionic/
Dtime64.c270 assert(tm->tm_gmtoff >= -24 * 60 * 60); in check_tm()
271 assert(tm->tm_gmtoff <= 24 * 60 * 60); in check_tm()
379 dest->tm_gmtoff = src->tm_gmtoff; in copy_tm_to_TM()
411 dest->tm_gmtoff = src->tm_gmtoff; in copy_TM_to_tm()
541 p->tm_gmtoff = 0; in gmtime64_r()
/bionic/tests/
Dtime_test.cpp377 EXPECT_EQ(0, tm.tm_gmtoff); in TEST()
384 EXPECT_EQ(0, tm.tm_gmtoff); in TEST()
391 EXPECT_EQ(3600, tm.tm_gmtoff); in TEST()
398 EXPECT_EQ(3600, tm.tm_gmtoff); in TEST()
416 EXPECT_EQ(0, tm.tm_gmtoff); in TEST()
422 EXPECT_EQ(0, tm.tm_gmtoff); in TEST()
429 EXPECT_EQ(0, tm.tm_gmtoff); in TEST()
436 EXPECT_EQ(-28800, tm.tm_gmtoff); in TEST()
441 EXPECT_EQ(-25200, tm.tm_gmtoff); in TEST()
446 EXPECT_EQ(3600, tm.tm_gmtoff); in TEST()
[all …]
/bionic/libc/include/
Dtime.h56 long int tm_gmtoff; member
/bionic/libc/upstream-openbsd/lib/libc/time/
Dwcsftime.c460 diff = t->tm_gmtoff; in _fmt()
/bionic/libc/
DAndroid.bp252 // The name of the tm_gmtoff field in our struct tm.
253 "-DTM_GMTOFF=tm_gmtoff",