Searched refs:tznam (Results 1 – 2 of 2) sorted by relevance
1402 const char *tznam = NULL; in __strftime() local1411 tznam = tim_p->__TM_ZONE; in __strftime()1413 if (!tznam) in __strftime()1414 tznam = tzname[tim_p->tm_isdst > 0]; in __strftime()1419 size = strlen (tznam); in __strftime()1423 s[count++] = tznam[i]; in __strftime()
871 * libc/time/strftime.c (strftime) <%Z>: Initialize tznam to NULL.