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

12

/macosx-10.10.1/ksh-23/ksh/src/lib/libast/tm/
H A Dtminit.c36 #ifndef tzname
39 # define tzname __DYNAMIC__(tzname) macro
45 # define tzname _tzname macro
49 # if _dat_tzname && !defined(tzname)
50 extern char* tzname[];
252 local.standard = strdup(tzname[0]);
253 local.daylight = strdup(tzname[1]);
293 if (tzname[0])
300 local.standard = strdup(tzname[
[all...]
/macosx-10.10.1/cron-39/cron/
H A Dexterns.h26 extern char *tzname[2];
27 # define TZONE(tm) tzname[(tm).tm_isdst]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsystime.h37 #ifndef tzname /* For SGI. */
38 extern char *tzname[]; /* RS6000 and others want it this way. */
H A Dstrftime.c58 extern char *tzname[];
181 # define tzname __tzname macro
1378 zone = tzname[tp->tm_isdst];
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Dplatform.h289 #define U_TZNAME tzname
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dtime.h96 extern char *tzname[];
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Dplatform.h289 #define U_TZNAME tzname
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Dplatform.h289 #define U_TZNAME tzname
/macosx-10.10.1/Libc-1044.1.2/stdtime/FreeBSD/
H A Dstrptime.c652 tzlen = strlen(tzname[0]);
653 if (len == tzlen && strncmp(buf, tzname[0], tzlen) == 0) {
658 tzlen = strlen(tzname[1]);
659 if (len == tzlen && strncmp(buf, tzname[1], tzlen) == 0) {
H A Dlocaltime.c80 ** 1. They might reference tzname[0] before calling tzset (explicitly
82 ** 2. They might reference tzname[1] before calling tzset (explicitly
84 ** 3. They might reference tzname[1] after setting to a time zone
86 ** 4. They might reference tzname[0] after setting to a time zone
91 ** WILDABBR is used. Another possibility: initialize tzname[0] to the
92 ** string "tzname[0] used before set", and similarly for the other cases.
93 ** And another: initialize tzname[0] to "ERA", with an explanation in the
95 ** that tzname[0] has the "normal" length of three characters).
297 char * tzname[2] = { variable
379 tzname[
[all...]
H A Dstrftime.c55 extern char * tzname[];
497 pt = _add(tzname[t->tm_isdst != 0],
/macosx-10.10.1/system_cmds-643.1.1/zdump.tproj/
H A Dzdump.c128 extern char * tzname[2];
398 result = tzname[tmp->tm_isdst];
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dexp_strf.c48 * Commented out tzname stuff.
115 extern char *tzname[2];
361 strcpy(tbuf, tzname[i]);
/macosx-10.10.1/tcl-105/tcl/tcl/library/
H A Dclock.tcl3113 # tzname - Name of the time zone to convert
3116 # Returns a time zone name corresponding to tzname, but
3127 proc ::tcl::clock::ConvertLegacyTimeZone { tzname } {
3131 set tzname [string tolower $tzname]
3132 if { ![dict exists $LegacyTimeZone $tzname] } {
3133 return -code error -errorcode [list CLOCK badTZName $tzname] \
3134 "time zone \"$tzname\" not found"
3136 return [dict get $LegacyTimeZone $tzname]
3149 # tzname
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/tools/tzcode/
H A Dlocaltime.c51 ** 1. They might reference tzname[0] before calling tzset (explicitly
53 ** 2. They might reference tzname[1] before calling tzset (explicitly
55 ** 3. They might reference tzname[1] after setting to a time zone
57 ** 4. They might reference tzname[0] after setting to a time zone
62 ** WILDABBR is used. Another possibility: initialize tzname[0] to the
63 ** string "tzname[0] used before set", and similarly for the other cases.
64 ** And another: initialize tzname[0] to "ERA", with an explanation in the
66 ** that tzname[0] has the "normal" length of three characters).
206 char * tzname[2] = { variable
262 tzname[
[all...]
H A Dzdump.c156 extern char * tzname[2];
784 result = tzname[tmp->tm_isdst];
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/sh/
H A Dstrftime.c102 extern char *tzname[2];
490 * Systems with tzname[] probably have timezone as
516 strcpy(tbuf, tzname[i]);
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dstrftime.c367 tzname[tm->tm_isdst]
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dputilimp.h142 # define U_TZNAME tzname
435 * variables: daylight, timezone, and tzname. These variables have the
442 * tzname(0) Three-letter time-zone name derived from TZ environment
444 * tzname(1) Three-letter DST zone name derived from TZ environment
446 * tzname(1) is an empty string.
472 * tzname(0) Three-letter time-zone name derived from TZ environment
474 * tzname(1) Three-letter DST zone name derived from TZ environment
476 * tzname(1) is an empty string.
/macosx-10.10.1/emacs-93/emacs/src/s/
H A Dms-w32.h399 #define tzname _tzname macro
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dstrftime.c57 extern char *tzname[];
173 # define tzname __tzname macro
550 time zone names contained in the external variable `tzname' shall
1294 zone = tzname[tp->tm_isdst];
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dgetdate.c3057 # ifndef tzname
3058 extern char *tzname[];
3063 pc.local_time_zone_table[i].name = tzname[i];
H A Dgetdate.y1286 # ifndef tzname
1287 extern char *tzname[];
1292 pc.local_time_zone_table[i].name = tzname[i];
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v7.6p2/
H A Dconfigure1873 echo $ac_n "checking for tzname""... $ac_c" 1>&6
1874 echo "configure:1875: checking for tzname" >&5
1882 #ifndef tzname /* For SGI. */
1883 extern char *tzname[]; /* RS6000 and others reject char **tzname. */
1886 atoi(*tzname);
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v7.6/
H A Dconfigure1707 echo $ac_n "checking for tzname""... $ac_c" 1>&6
1715 #ifndef tzname /* For SGI. */
1716 extern char *tzname[]; /* RS6000 and others reject char **tzname. */
1720 atoi(*tzname);

Completed in 162 milliseconds

12