Home
last modified time | relevance | path

Searched refs:tzname (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/file/
H A Dacinclude.m414 # On SGI, apparently tzname is a #define, but that's ok, AC_CHECK_DECL will
16 AC_CHECK_DECLS([tzname], , , [#include <time.h>])
17 AC_CACHE_CHECK(for tzname, ac_cv_var_tzname,
21 extern char *tzname[];
23 return tzname[0][0];]])], [ac_cv_var_tzname=yes], [ac_cv_var_tzname=no])])
H A Dconfig.h.in37 /* Define to 1 if you have the declaration of 'tzname', and to 0 if you don't.
H A Dconfigure14313 extern char *tzname[];
14319 return tzname[0][0];
14406 extern char *tzname[];
14408 return tzname[0][0];
H A DChangeLog165 * Avinash Sonawane: Fix tzname detection
/freebsd/contrib/sendmail/src/
H A Darpadate.c158 extern char *tzname[];
161 tz = tzname[1];
163 tz = tzname[0];
/freebsd/usr.sbin/cron/cron/
H A Dexterns.h74 extern char *tzname[2];
76 #define TZONE(tm) tzname[(tm).tm_isdst]
/freebsd/contrib/tzcode/
H A Dtzselect.ksh459 tzname = ("(<[[:alnum:]+-][[:alnum:]+-][[:alnum:]+-]+>" \
469 tzpattern = ("^(:.*|" tzname offset "(" tzname \
H A Dprivate.h767 # undef tzname
768 # define tzname tz_tzname macro
857 extern char *tzname[];
H A Dstrftime.c568 pt = _add(tzname[t->tm_isdst != 0], in _fmt()
629 if (tzname[t->tm_isdst != 0][0] == '-') in _fmt()
H A Dlocaltime.c623 char *tzname[2] = { UNCONST(wildabbr), UNCONST(wildabbr) }; variable
706 tzname[ttisp->tt_isdst] = UNCONST(&sp->chars[ttisp->tt_desigidx]); in update_tzname_etc()
747 tzname[0] = tzname[1] = UNCONST(sp ? wildabbr : utc); in settzname()
H A Dzdump.c1162 if (0 <= tmp->tm_isdst && tzname[0 < tmp->tm_isdst]) in abbr()
1163 return tzname[0 < tmp->tm_isdst]; in abbr()
H A DNEWS1114 like tzname, they now prefer specified timestamps to unspecified ones.
2691 The new macro HAVE_TZNAME governs whether the tzname external
2695 same category: although POSIX requires tzname, it specifies the
3777 This change is a companion to the tzname change in 2014h, and is
3778 designed to make timezone and altzone more compatible with tzname.
3819 The tz library's localtime and mktime functions now set tzname to a value
3824 The tz library no longer sets tzname if localtime or mktime fails.
/freebsd/lib/libc/stdtime/
H A DSymbol.map12 tzname;
H A DMakefile.inc36 tzset.3 tzname.3
H A Dstrftime.c41 extern char * tzname[];
476 pt = _add(tzname[t->tm_isdst != 0], in _fmt()
H A Dstrptime.c552 } else if (0 == strcmp(zonestr, tzname[0])) { in _strptime()
554 } else if (0 == strcmp(zonestr, tzname[1])) { in _strptime()
/freebsd/include/
H A Dtime.h113 extern char *tzname[];
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1257 extern char *tzname[2];
1263 if (tzname[0]) in INTERCEPTOR()
1264 __msan_unpoison(tzname[0], internal_strlen(tzname[0]) + 1); in INTERCEPTOR()
1265 if (tzname[1]) in INTERCEPTOR()
1266 __msan_unpoison(tzname[1], internal_strlen(tzname[1]) + 1); in INTERCEPTOR()
/freebsd/crypto/heimdal/lib/roken/
H A Dstrftime.c367 tzname[tm->tm_isdst] in strftime()
/freebsd/contrib/tzdata/
H A DNEWS1114 like tzname, they now prefer specified timestamps to unspecified ones.
2691 The new macro HAVE_TZNAME governs whether the tzname external
2695 same category: although POSIX requires tzname, it specifies the
3777 This change is a companion to the tzname change in 2014h, and is
3778 designed to make timezone and altzone more compatible with tzname.
3819 The tz library's localtime and mktime functions now set tzname to a value
3824 The tz library no longer sets tzname if localtime or mktime fails.
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES7495 AIX4: use tzname[] vector to determine time zone name.
8780 *tzname[(struct tm *)->tm_isdst]), TZ_TIMEZONE (use