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

/freebsd-13-stable/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-13-stable/usr.sbin/cron/cron/
H A Dexterns.h28 extern char *tzname[2];
29 # define TZONE(tm) tzname[(tm).tm_isdst]
/freebsd-13-stable/include/
H A Dtime.h144 extern char *tzname[];
/freebsd-13-stable/lib/libc/stdtime/
H A Dstrftime.c54 extern char * tzname[];
489 pt = _add(tzname[t->tm_isdst != 0],
H A Dstrptime.c561 } else if (0 == strcmp(zonestr, tzname[0])) {
563 } else if (0 == strcmp(zonestr, tzname[1])) {
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dstrftime.c367 tzname[tm->tm_isdst]
/freebsd-13-stable/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).
249 char * tzname[2] = { variable
303 tzname[
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1075 extern char *tzname[2];
1081 if (tzname[0])
1082 __msan_unpoison(tzname[0], REAL(strlen)(tzname[0]) + 1);
1083 if (tzname[1])
1084 __msan_unpoison(tzname[1], REAL(strlen)(tzname[1]) + 1);
/freebsd-13-stable/contrib/tzcode/zic/
H A Dzdump.c147 extern char * tzname[2];
585 result = tzname[tmp->tm_isdst];
/freebsd-13-stable/contrib/diff/lib/
H A Dstrftime.c50 extern char *tzname[];
127 # define tzname __tzname macro
1219 zone = tzname[tp->tm_isdst];
/freebsd-13-stable/contrib/file/
H A Dconfigure13505 ac_fn_c_check_decl "$LINENO" "tzname" "ac_cv_have_decl_tzname" "#include <time.h>
13517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5
13518 $as_echo_n "checking for tzname... " >&6; }
13526 extern char *tzname[];
13532 return tzname[0][0];
13586 # On SGI, apparently tzname is a #define, but that's ok, AC_CHECK_DECL will
13588 ac_fn_c_check_decl "$LINENO" "tzname" "ac_cv_have_decl_tzname" "#include <time.h>
13600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5
13601 $as_echo_n "checking for tzname... " >&6; }
13609 extern char *tzname[];
[all...]

Completed in 126 milliseconds