lclptr
sp = lclptr;
lclptr = sp = malloc(sizeof *lclptr);
tmp = localsub(lclptr, timep, setname, tmp);
t = mktime_tzname(lclptr, tmp, true);
if (lclptr)
t = (time_t)(t - leapcorr(lclptr, t));
if (lclptr)
t = posix2time_z(lclptr, t);
struct state * lclptr;
struct state *lclptr = &lclmem;
register struct state * const sp = lclptr;