Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/types/
H A Dstruct_tm.h20 long int tm_gmtoff; /* Seconds east of UTC. */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/types/
H A Dstruct_tm.h20 long int tm_gmtoff; /* Seconds east of UTC. */ member
/OK3568_Linux_fs/yocto/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);
/OK3568_Linux_fs/u-boot/include/linux/
H A Dtime.h40 long int tm_gmtoff; /* Seconds east of UTC. */ member
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/build/
H A D0001-Riscv-Add-risc-v-Android-config-header.patch236 + * Define if tm struct has tm_gmtoff field
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-102172 ‘long int tm_gmtoff
2178 Standard Time, the value is ‘-5*60*60’. The ‘tm_gmtoff’ field
2184 compute this broken-down time value. Like ‘tm_gmtoff’, this
2267 ‘tm_wday’, ‘tm_yday’, ‘tm_gmtoff’, and ‘tm_zone’ members of the
2281 initial ‘tm_gmtoff’ and ‘tm_zone’ members. *Note Time Zone
2764 BROKENTIME’s ‘tm_gmtoff’ and ‘tm_zone’ members. *Note Time Zone
3595 Eastern time zone, the value is ‘5*60*60’. Unlike the ‘tm_gmtoff
3598 programs it is better to use ‘tm_gmtoff’, since it contains the
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-102172 ‘long int tm_gmtoff
2178 Standard Time, the value is ‘-5*60*60’. The ‘tm_gmtoff’ field
2184 compute this broken-down time value. Like ‘tm_gmtoff’, this
2267 ‘tm_wday’, ‘tm_yday’, ‘tm_gmtoff’, and ‘tm_zone’ members of the
2281 initial ‘tm_gmtoff’ and ‘tm_zone’ members. *Note Time Zone
2764 BROKENTIME’s ‘tm_gmtoff’ and ‘tm_zone’ members. *Note Time Zone
3595 Eastern time zone, the value is ‘5*60*60’. Unlike the ‘tm_gmtoff
3598 programs it is better to use ‘tm_gmtoff’, since it contains the
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/
H A Dpre-generated-old-configure.patch7816 +echo $ac_n "checking for tm_zone tm_gmtoff in struct tm""... $ac_c" 1>&6
7817 +echo "configure:7801: checking for tm_zone tm_gmtoff in struct tm" >&5
7826 +struct tm tm; tm.tm_zone = 0; tm.tm_gmtoff = 1;