Searched refs:tznam (Results 1 – 2 of 2) sorted by relevance
1419 const char *tznam = NULL; in __strftime() local1430 tznam = __cygwin_gettzname (tim_p); in __strftime()1432 tznam = tim_p->__TM_ZONE; in __strftime()1434 if (!tznam) in __strftime()1435 tznam = _tzname[tim_p->tm_isdst > 0]; in __strftime()1440 size = strlen (tznam); in __strftime()1444 s[count++] = tznam[i]; in __strftime()
871 * libc/time/strftime.c (strftime) <%Z>: Initialize tznam to NULL.