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

/freebsd-9.3-release/lib/libc/stdtime/
H A DSymbol.map16 tzname;
H A Dstrftime.c54 extern char * tzname[];
487 pt = _add(tzname[t->tm_isdst != 0],
H A Dstrptime.c547 } else if (0 == strcmp(zonestr, tzname[0])) {
549 } else if (0 == strcmp(zonestr, tzname[1])) {
/freebsd-9.3-release/contrib/sendmail/src/
H A Darpadate.c52 #define TZ_TZNAME 3 /* use tzname[] */
158 extern char *tzname[];
161 tz = tzname[1];
163 tz = tzname[0];
/freebsd-9.3-release/usr.sbin/cron/cron/
H A Dexterns.h28 extern char *tzname[2];
29 # define TZONE(tm) tzname[(tm).tm_isdst]
/freebsd-9.3-release/include/
H A Dtime.h140 extern char *tzname[];
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dstrftime.c371 tzname[tm->tm_isdst]
/freebsd-9.3-release/contrib/tzcode/stdtime/
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).
247 char * tzname[2] = { variable
303 tzname[
[all...]
/freebsd-9.3-release/contrib/tzcode/zic/
H A Dzdump.c147 extern char * tzname[2];
584 result = tzname[tmp->tm_isdst];
/freebsd-9.3-release/contrib/diff/lib/
H A Dstrftime.c50 extern char *tzname[];
127 # define tzname __tzname macro
1219 zone = tzname[tp->tm_isdst];
/freebsd-9.3-release/contrib/file/
H A Dconfigure13004 ac_fn_c_check_decl "$LINENO" "tzname" "ac_cv_have_decl_tzname" "#include <time.h>
13016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5
13017 $as_echo_n "checking for tzname... " >&6; }
13025 extern char *tzname[];
13031 return tzname[0][0];
13085 # On SGI, apparently tzname is a #define, but that's ok, AC_CHECK_DECL will
13087 ac_fn_c_check_decl "$LINENO" "tzname" "ac_cv_have_decl_tzname" "#include <time.h>
13099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5
13100 $as_echo_n "checking for tzname... " >&6; }
13108 extern char *tzname[];
[all...]

Completed in 139 milliseconds