Lines Matching refs:lclptr
179 static struct state * lclptr; variable
186 static struct state *const lclptr = &lclmem; variable
340 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()
2571 t = posix2time_z(lclptr, t); in posix2time()