Searched refs:tzname (Results 1 – 21 of 21) sorted by relevance
| /freebsd/contrib/file/ |
| H A D | acinclude.m4 | 14 # 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 D | config.h.in | 37 /* Define to 1 if you have the declaration of 'tzname', and to 0 if you don't.
|
| H A D | configure | 14313 extern char *tzname[]; 14319 return tzname[0][0]; 14406 extern char *tzname[]; 14408 return tzname[0][0];
|
| H A D | ChangeLog | 165 * Avinash Sonawane: Fix tzname detection
|
| /freebsd/contrib/sendmail/src/ |
| H A D | arpadate.c | 158 extern char *tzname[]; 161 tz = tzname[1]; 163 tz = tzname[0];
|
| /freebsd/usr.sbin/cron/cron/ |
| H A D | externs.h | 74 extern char *tzname[2]; 76 #define TZONE(tm) tzname[(tm).tm_isdst]
|
| /freebsd/contrib/tzcode/ |
| H A D | tzselect.ksh | 459 tzname = ("(<[[:alnum:]+-][[:alnum:]+-][[:alnum:]+-]+>" \ 469 tzpattern = ("^(:.*|" tzname offset "(" tzname \
|
| H A D | private.h | 767 # undef tzname 768 # define tzname tz_tzname macro 857 extern char *tzname[];
|
| H A D | strftime.c | 568 pt = _add(tzname[t->tm_isdst != 0], in _fmt() 629 if (tzname[t->tm_isdst != 0][0] == '-') in _fmt()
|
| H A D | localtime.c | 623 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 D | zdump.c | 1162 if (0 <= tmp->tm_isdst && tzname[0 < tmp->tm_isdst]) in abbr() 1163 return tzname[0 < tmp->tm_isdst]; in abbr()
|
| H A D | NEWS | 1114 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 D | Symbol.map | 12 tzname;
|
| H A D | Makefile.inc | 36 tzset.3 tzname.3
|
| H A D | strftime.c | 41 extern char * tzname[]; 476 pt = _add(tzname[t->tm_isdst != 0], in _fmt()
|
| H A D | strptime.c | 552 } else if (0 == strcmp(zonestr, tzname[0])) { in _strptime() 554 } else if (0 == strcmp(zonestr, tzname[1])) { in _strptime()
|
| /freebsd/include/ |
| H A D | time.h | 113 extern char *tzname[];
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 1257 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 D | strftime.c | 367 tzname[tm->tm_isdst] in strftime()
|
| /freebsd/contrib/tzdata/ |
| H A D | NEWS | 1114 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 D | RELEASE_NOTES | 7495 AIX4: use tzname[] vector to determine time zone name. 8780 *tzname[(struct tm *)->tm_isdst]), TZ_TIMEZONE (use
|