localtime.c | 308 struct state * __lclptr; variable in typeref:struct:state * 311 struct state *const __lclptr = &lclmem; variable in typeref:struct:state * const 501 register timezone_t const sp = __lclptr; 1569 struct state *sp = __lclptr; 1578 __lclptr = sp = malloc(sizeof *__lclptr); 1813 tmp = localsub(__lclptr, timep, setname, tmp); 2530 t = mktime_tzname(__lclptr, tmp, true); 2655 if (__lclptr) 2656 t = (time_t)(t - leapcorr(__lclptr, t)) [all...] |