Home
last modified time | relevance | path

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

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