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

/external/icu4c/tools/tzcode/
H A Dlocaltime.c187 static struct state * lclptr; variable in typeref:struct:state
194 #define lclptr (&lclmem) macro
259 register struct state * const sp = lclptr;
1165 if (lclptr == NULL) {
1166 lclptr = (struct state *) malloc(sizeof *lclptr);
1167 if (lclptr == NULL) {
1173 if (tzload((char *) NULL, lclptr, TRUE) != 0)
1174 gmtload(lclptr);
1196 if (lclptr
[all...]

Completed in 92 milliseconds