Home
last modified time | relevance | path

Searched refs:tznam (Results 1 – 2 of 2) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/time/
Dstrftime.c1419 const char *tznam = NULL; in __strftime() local
1430 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()
/picolibc-3.5.0-3.4.0/newlib/
DChangeLog-2015871 * libc/time/strftime.c (strftime) <%Z>: Initialize tznam to NULL.