Home
last modified time | relevance | path

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

/src/contrib/tzcode/
H A Dlocaltime.c584 static struct state * lclptr; variable
589 static struct state *const lclptr = &lclmem; variable
738 register struct state * const sp = lclptr; in settzname()
1891 sp = lclptr; in tzset_unlocked()
1928 lclptr = sp = malloc(sizeof *lclptr); in tzset_unlocked()
2232 tmp = localsub(lclptr, timep, setname, tmp); in localtime_tzset()
2952 t = mktime_tzname(lclptr, tmp, true); in mktime()
3090 if (lclptr) in time2posix()
3091 t = time2posix_z(lclptr, t); in time2posix()
3133 if (lclptr) in posix2time()
[all …]