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

/opensolaris-onvv-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.c471 * is not called, thus timezone, altzone, and tzname[] are not
582 * to extern global state, timezone, altzone, daylight and tzname[].
593 * Currently, the spec only mentions that tzname[] doesn't
812 * time. Specifically, tzname[], timezone, altzone, and daylight
989 * Sets timezone, altzone, tzname[], extern globals, to represent
1534 * altzone and tzname[] can be determined quickly via an
1868 * tzname[] subsequently merely involves setting pointer
2450 * tzname[] is the user visible string which applications may have
2451 * references. Even though TZ was changed, references to the old tzname
2454 * pointed by tzname wer
[all...]
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/5include/
H A Dtime.h80 extern char *tzname[];
/opensolaris-onvv-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...]
/opensolaris-onvv-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];
/opensolaris-onvv-gate/usr/src/cmd/fs.d/pcfs/mount/
H A Dmount.c205 strcmp(tzname[0], tzval) &&
206 strspn(tzname[1], " ") == strlen(tzname[1])) {
/opensolaris-onvv-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
/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/head/
H A Dtime.h159 extern char *tzname[2];
222 extern char *tzname[2];
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.xs80 extern char *tzname[];
83 #if !defined(WIN32) && !defined(__UWIN__) || (defined(__MINGW32__) && !defined(tzname))
84 char *tzname[] = { "" , "" };
138 # define tzname _tzname
147 # define tzname _tzname
1796 tzname()
1799 PUSHs(sv_2mortal(newSVpvn(tzname[0],strlen(tzname[0]))));
1800 PUSHs(sv_2mortal(newSVpvn(tzname[1],strlen(tzname[
[all...]
H A DPOSIX.pm871 difftime mktime strftime tzset tzname)],
/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/lib/libsys/common/
H A Dmapfile-vers369 tzname;
/opensolaris-onvv-gate/usr/src/cmd/mail/
H A Dsendmail.c89 zp = tzname[bp->tm_isdst];
/opensolaris-onvv-gate/usr/src/cmd/zdump/
H A Dzdump.c163 * %s prints the timezone abbreviation (tzname[0] or
164 * tzname[1]).
558 result = tzname[tmp->tm_isdst];
/opensolaris-onvv-gate/usr/src/lib/libc/port/
H A Dmapfile-vers1856 tzname;
/opensolaris-onvv-gate/usr/src/cmd/truss/
H A Dmain.c1562 if ((pdst = tzname[ptm->tm_isdst ? 1 : 0]) == NULL)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH608 * This symbol, if defined, indicates that the tzname[] array is

Completed in 213 milliseconds