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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dtime_gdata.c35 #pragma weak _tzname = tzname
48 char *tzname[2] = {(char *)_tz_gmt, (char *)_tz_spaces}; variable
H A Dlocaltime.c475 * is not called, thus timezone, altzone, and tzname[] are not
586 * to extern global state, timezone, altzone, daylight and tzname[].
597 * Currently, the spec only mentions that tzname[] doesn't
848 * time. Specifically, tzname[], timezone, altzone, and daylight
1025 * Sets timezone, altzone, tzname[], extern globals, to represent
1570 * altzone and tzname[] can be determined quickly via an
1904 * tzname[] subsequently merely involves setting pointer
2486 * tzname[] is the user visible string which applications may have
2487 * references. Even though TZ was changed, references to the old tzname
2490 * pointed by tzname wer
[all...]
/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dtime.h80 extern char *tzname[];
/illumos-gate/usr/src/lib/libast/common/tm/
H A Dtminit.c36 #ifndef tzname
38 # define tzname __DYNAMIC__(tzname) macro
44 # define tzname _tzname macro
49 extern char* tzname[];
251 local.standard = strdup(tzname[0]);
252 local.daylight = strdup(tzname[1]);
292 if (tzname[0])
299 local.standard = strdup(tzname[0]);
301 local.daylight = strdup(tzname[
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Darpadate.c54 #define TZ_TZNAME 3 /* use tzname[] */
160 extern char *tzname[];
163 tz = tzname[1];
165 tz = tzname[0];
/illumos-gate/usr/src/cmd/fs.d/pcfs/mount/
H A Dmount.c205 strcmp(tzname[0], tzval) &&
206 strspn(tzname[1], " ") == strlen(tzname[1])) {
/illumos-gate/usr/src/cmd/zic/
H A Dtzselect.ksh174 tzname = "[^-+,0-9][^-+,0-9][^-+,0-9]+"
179 tzpattern = "^(:.*|" tzname offset "(" tzname \
349 # Check if tzname mapped to
350 # backward compatible tzname
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dstr_conv.c378 #undef tzname variable
379 #define tzname my_tzname
380 static const char *const tzname[2] = { 0, 0 };
376 #undef tzname macro
377 #define tzname macro
/illumos-gate/usr/src/boot/include/
H A Dtime.h140 extern char *tzname[];
/illumos-gate/usr/src/head/
H A Dtime.h164 extern char *tzname[2];
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrftime.c36 extern char *tzname[];
402 pt = _add(tzname[t->tm_isdst != 0],
H A Dstrptime.c466 } else if (0 == strcmp(zonestr, tzname[0])) {
468 } else if (0 == strcmp(zonestr, tzname[1])) {
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dlocaltime.c81 ** 1. They might reference tzname[0] before calling tzset (explicitly
83 ** 2. They might reference tzname[1] before calling tzset (explicitly
85 ** 3. They might reference tzname[1] after setting to a time zone
87 ** 4. They might reference tzname[0] after setting to a time zone
92 ** WILDABBR is used. Another possibility: initialize tzname[0] to the
93 ** string "tzname[0] used before set", and similarly for the other cases.
94 ** And another: initialize tzname[0] to "ERA", with an explanation in the
96 ** that tzname[0] has the "normal" length of three characters).
173 char * tzname[2] = { variable
267 tzname[
[all...]
/illumos-gate/usr/src/cmd/mail/
H A Dsendmail.c89 zp = tzname[bp->tm_isdst];
/illumos-gate/usr/src/cmd/zdump/
H A Dzdump.c535 result = tzname[tmp->tm_isdst];
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c1563 if ((pdst = tzname[ptm->tm_isdst ? 1 : 0]) == NULL)

Completed in 154 milliseconds