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

  /src/lib/libc/time/
private.h 742 # undef tzname
743 # define tzname tz_tzname macro
815 extern char *tzname[];
localtime.c 36 __weak_alias(tzname,_tzname)
161 ** 1. They might reference tzname[0] before calling tzset (explicitly
163 ** 2. They might reference tzname[1] before calling tzset (explicitly
165 ** 3. They might reference tzname[1] after setting to a time zone
167 ** 4. They might reference tzname[0] after setting to a time zone
172 ** WILDABBR is used. Another possibility: initialize tzname[0] to the
173 ** string "tzname[0] used before set", and similarly for the other cases.
174 ** And another: initialize tzname[0] to "ERA", with an explanation in the
176 ** that tzname[0] has the "normal" length of three characters).
338 __aconst char *tzname[2] = { variable in typeref:typename:__aconst char * [2]
    [all...]
  /src/lib/libc/include/
namespace.h 763 #define tzname _tzname macro

Completed in 15 milliseconds