Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dtimemodule.c738 strncpy(janname, p->tm_zone ? p->tm_zone : " ", 9); in inittimezone()
743 strncpy(julyname, p->tm_zone ? p->tm_zone : " ", 9); in inittimezone()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dtimemodule.c738 strncpy(janname, p->tm_zone ? p->tm_zone : " ", 9); in inittimezone()
743 strncpy(julyname, p->tm_zone ? p->tm_zone : " ", 9); in inittimezone()
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
DTimerWrapper.c167 GmTime->tm_zone = NULL; in gmtime()
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
Dtime.h136 char *tm_zone; /* timezone abbreviation */ member
/device/linaro/bootloader/edk2/CryptoPkg/Include/
DOpenSslSupport.h138 char *tm_zone; /* timezone abbreviation */ member
/device/linaro/bootloader/edk2/StdLib/LibC/Time/
DTheory.txt156 localtime(&clock)->tm_zone if this has been enabled.