Searched refs:tzname (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A DTimeVals.h24 extern char * tzname[2];
H A DZoneProc.c36 ** 1. They might reference tzname[0] before calling tzset (explicitly
38 ** 2. They might reference tzname[1] before calling tzset (explicitly
40 ** 3. They might reference tzname[1] after setting to a time zone
42 ** 4. They might reference tzname[0] after setting to a time zone
47 ** WILDABBR is used. Another possibility: initialize tzname[0] to the
48 ** string "tzname[0] used before set", and similarly for the other cases.
49 ** And another: initialize tzname[0] to "ERA", with an explanation in the
51 ** that tzname[0] has the "normal" length of three characters).
70 char * tzname[2] = { variable
110 tzname[
[all...]
H A Dstrptime.c318 (const char * const *)tzname,
326 tm->TM_ZONE = tzname[i];
H A Dstrftime.c461 pt = _add(tzname[t->tm_isdst != 0],
H A DTime.c751 tzname[tmp->tm_isdst] = &sp->chars[ttisp->tt_abbrind];
/vbox/src/VBox/ValidationKit/testmanager/core/
H A Ddb.py88 def tzname(self, _): member in class:dbTimestampToZuluDatetime.UTC
/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/
H A Dnamespace.h612 #define tzname _tzname

Completed in 51 milliseconds