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

/bionic/libc/tzcode/
H A Dlocaltime.c255 static struct state * lclptr; variable in typeref:struct:state
262 #define lclptr (&lclmem) macro
327 register struct state * const sp = lclptr;
1253 if (lclptr == NULL) {
1254 lclptr = (struct state *) malloc(sizeof *lclptr);
1255 if (lclptr == NULL) {
1261 if (tzload((char *) NULL, lclptr, TRUE) != 0)
1262 gmtload(lclptr);
1290 if (lclptr
[all...]

Completed in 42 milliseconds