Home
last modified time | relevance | path

Searched refs:tzname (Results 1 – 14 of 14) sorted by path

/dragonfly/contrib/cvs-1.12/lib/
H A Dgetdate.c2703 # ifndef tzname in get_date()
2704 extern char *tzname[]; in get_date()
2709 pc.local_time_zone_table[i].name = tzname[i]; in get_date()
H A Dstrftime.c51 extern char *tzname[];
141 # define tzname __tzname macro
1264 zone = tzname[tp->tm_isdst != 0]; in my_strftime()
/dragonfly/contrib/diffutils/lib/
H A Dnstrftime.c40 extern char *tzname[];
135 # define tzname __tzname macro
495 char **tzname_vec = tzname; in libc_hidden_def()
H A Dtime_rz.c137 zone = tzname[tzname_index]; in save_abbr()
/dragonfly/contrib/file/
H A DChangeLog73 * Avinash Sonawane: Fix tzname detection
/dragonfly/gnu/usr.bin/cvs/lib/
H A Dconfig.h.proto730 `tzname'. */
/dragonfly/include/
H A Dtime.h146 extern char *tzname[];
/dragonfly/lib/libc/stdtime/
H A DSymbol.map32 tzname;
H A Dlocaltime.c218 char * tzname[2] = { variable
266 tzname[0] = wildabbr; in settzname()
267 tzname[1] = wildabbr; in settzname()
277 tzname[ttisp->tt_isdst] = &sp->chars[ttisp->tt_abbrind]; in settzname()
282 tzname[ttisp->tt_isdst] = in settzname()
1345 tzname[tmp->tm_isdst] = &sp->chars[ttisp->tt_abbrind]; in localsub()
H A Dstrftime.c42 extern char * tzname[];
470 pt = _add(tzname[t->tm_isdst != 0], in _fmt()
H A Dstrptime.c548 } else if (0 == strcmp(zonestr, tzname[0])) { in _strptime()
550 } else if (0 == strcmp(zonestr, tzname[1])) { in _strptime()
/dragonfly/share/zoneinfo/
H A DNEWS1545 The new macro HAVE_TZNAME governs whether the tzname external
1549 same category: although POSIX requires tzname, it specifies the
2631 This change is a companion to the tzname change in 2014h, and is
2632 designed to make timezone and altzone more compatible with tzname.
2673 The tz library's localtime and mktime functions now set tzname to a value
2678 The tz library no longer sets tzname if localtime or mktime fails.
/dragonfly/usr.sbin/cron/cron/
H A Dexterns.h28 extern char *tzname[2];
29 # define TZONE(tm) tzname[(tm).tm_isdst]
/dragonfly/usr.sbin/zic/
H A Dzdump.c119 extern char * tzname[2];
541 result = tzname[tmp->tm_isdst]; in abbr()