Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-extended/libarchive/libarchive/
H A Dconfigurehack.patch47 # Check for tm_gmtoff in struct tm
48 AC_CHECK_MEMBERS([struct tm.tm_gmtoff, struct tm.__tm_gmtoff],,,
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/
H A Dtftp-hpa-0.39-tzfix.patch19 + snprintf(envtz, sizeof(envtz) - 1, "UTC%+d", (p_tm->tm_gmtoff * -1)/3600);
/openbmc/qemu/tests/qtest/
H A Dm48t59-test.c106 tm->tm_hour, tm->tm_min, tm->tm_sec, tm->tm_gmtoff);
141 date->tm_gmtoff = 0; in cmos_get_date_time()
H A Drtc-test.c67 tm->tm_hour, tm->tm_min, tm->tm_sec, tm->tm_gmtoff);
115 date->tm_gmtoff = 0; in cmos_get_date_time()
/openbmc/u-boot/include/linux/
H A Dtime.h40 long int tm_gmtoff; /* Seconds east of UTC. */ member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/build/
H A D0001-Riscv-Add-risc-v-Android-config-header.patch238 + * Define if tm struct has tm_gmtoff field