Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Time/
DZoneProc.c84 detzcode(const char * const codep) in detzcode() function
376 ttisstdcnt = (int) detzcode(u.tzhead.tzh_ttisstdcnt); in tzload()
377 ttisgmtcnt = (int) detzcode(u.tzhead.tzh_ttisgmtcnt); in tzload()
378 sp->leapcnt = (int) detzcode(u.tzhead.tzh_leapcnt); in tzload()
379 sp->timecnt = (int) detzcode(u.tzhead.tzh_timecnt); in tzload()
380 sp->typecnt = (int) detzcode(u.tzhead.tzh_typecnt); in tzload()
381 sp->charcnt = (int) detzcode(u.tzhead.tzh_charcnt); in tzload()
399 sp->ats[i] = detzcode(p); in tzload()
411 ttisp->tt_gmtoff = detzcode(p); in tzload()
428 lsisp->ls_trans = detzcode(p); in tzload()
[all …]