Home
last modified time | relevance | path

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

/time/
A Dtzset.c124 static char *old_tz; variable
344 free (old_tz); in __tzset_parse_tz()
345 old_tz = NULL; in __tzset_parse_tz()
389 if (old_tz != NULL && tz != NULL && strcmp (tz, old_tz) == 0) in tzset_internal()
401 free (old_tz); in tzset_internal()
402 old_tz = tz ? __strdup (tz) : NULL; in tzset_internal()
622 free (old_tz); in libc_freeres_fn()
623 old_tz = NULL; in libc_freeres_fn()

Completed in 4 milliseconds