Home
last modified time | relevance | path

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

/third_party/toybox/porting/liteos_a/toys/posix/
H A Ddate.c62 char *new_tz = NULL, *old_tz, *s = str; in parse_date() local
72 old_tz = getenv("TZ"); in parse_date()
79 if (old_tz) setenv("TZ", old_tz, 1); in parse_date()
/third_party/toybox/toys/posix/
H A Ddate.c65 char *new_tz = NULL, *old_tz, *s = str; in parse_date() local
75 old_tz = getenv("TZ"); in parse_date()
82 if (old_tz) setenv("TZ", old_tz, 1); in parse_date()
/third_party/musl/porting/linux/user/src/time/
H A D__tz.c57 static char *old_tz = old_tz_buf; variable
185 if (old_tz && !strcmp(s, old_tz)) { in do_tzset()
206 old_tz = malloc(old_tz_size); in do_tzset()
208 if (old_tz) memcpy(old_tz, s, i+1); in do_tzset()
/third_party/musl/src/time/
H A D__tz.c47 static char *old_tz = old_tz_buf; variable
219 if (keep_old_tzid && old_tz && !strcmp(s, old_tz)) return; in do_tzset()
240 old_tz = malloc(old_tz_size); in do_tzset()
242 if (old_tz) memcpy(old_tz, s, i+1); in do_tzset()

Completed in 3 milliseconds