Searched defs:detzcode (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A DZoneProc.c84 detzcode(const char * const codep) function
376 ttisstdcnt = (int) detzcode(u.tzhead.tzh_ttisstdcnt);
377 ttisgmtcnt = (int) detzcode(u.tzhead.tzh_ttisgmtcnt);
378 sp->leapcnt = (int) detzcode(u.tzhead.tzh_leapcnt);
379 sp->timecnt = (int) detzcode(u.tzhead.tzh_timecnt);
380 sp->typecnt = (int) detzcode(u.tzhead.tzh_typecnt);
381 sp->charcnt = (int) detzcode(u.tzhead.tzh_charcnt);
399 sp->ats[i] = detzcode(p);
411 ttisp->tt_gmtoff = detzcode(p);
428 lsisp->ls_trans = detzcode(
[all...]

Completed in 33 milliseconds