Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c159 static struct state * lclptr; variable
166 static struct state *const lclptr = &lclmem; variable
309 register struct state * const sp = lclptr; in settzname()
1457 struct state *sp = lclptr; in tzsetlcl()
1465 lclptr = sp = malloc(sizeof *lclptr); in tzsetlcl()
1685 tmp = localsub(lclptr, timep, true, tmp); in localtime_tzset()
2358 t = mktime_tzname(lclptr, tmp, true); in mktime()
2453 if (lclptr) in time2posix()
2454 t = time2posix_z(lclptr, t); in time2posix()
2498 if (lclptr) in posix2time()
[all …]