HomeSort by: relevance | last modified time | path
    Searched defs:tzname (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/time/
private.h 776 # undef tzname macro
777 # define tzname tz_tzname macro
867 extern char *tzname[];
localtime.c 59 __weak_alias(tzname,_tzname)
468 ** 1. They might reference tzname[0] before calling tzset (explicitly
470 ** 2. They might reference tzname[1] before calling tzset (explicitly
472 ** 3. They might reference tzname[1] after setting to a time zone
474 ** 4. They might reference tzname[0] after setting to a time zone
479 ** WILDABBR is used. Another possibility: initialize tzname[0] to the
480 ** string "tzname[0] used before set", and similarly for the other cases.
481 ** And another: initialize tzname[0] to "ERA", with an explanation in the
483 ** that tzname[0] has the "normal" length of three characters).
667 __aconst char *tzname[2] = { variable
    [all...]
  /src/lib/libc/include/
namespace.h 763 #define tzname _tzname macro

Completed in 19 milliseconds