Searched refs:lclptr (Results 1 – 1 of 1) sorted by relevance
179 static struct state * lclptr; variable186 static struct state *const lclptr = &lclmem; variable340 register struct state * const sp = lclptr; in settzname()1434 struct state *sp = lclptr; in tzset_unlocked_name()1443 lclptr = sp = malloc(sizeof *lclptr); in tzset_unlocked_name()1667 tmp = localsub(lclptr, timep, setname, tmp); in localtime_tzset()2420 t = mktime_tzname(lclptr, tmp, true); in mktime()2523 if (lclptr) in time2posix()2524 t = time2posix_z(lclptr, t); in time2posix()2570 if (lclptr) in posix2time()[all …]