HomeSort by relevance Sort by last modified time
    Searched defs:lclptr (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
ZoneProc.c 59 struct state * lclptr = NULL; variable in typeref:struct:state
107 register struct state * const sp = lclptr;
777 if (lclptr == NULL) {
778 lclptr = (struct state *) malloc(sizeof *lclptr);
779 if (lclptr == NULL) {
784 if (tzload((char *) NULL, lclptr) != 0)
785 gmtload(lclptr);
806 if (lclptr == NULL) {
807 lclptr = (struct state *) malloc(sizeof *lclptr);
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 184 static struct state * lclptr; variable in typeref:struct:state
191 #define lclptr (&lclmem) macro
254 register struct state * const sp = lclptr;
1189 if (lclptr == NULL) {
1190 lclptr = malloc(sizeof *lclptr);
1191 if (lclptr == NULL) {
1197 if (tzload(NULL, lclptr, TRUE) != 0)
1198 gmtload(lclptr);
1220 if (lclptr == NULL)
    [all...]
  /bionic/libc/tzcode/
localtime.c 163 static struct state * lclptr; variable in typeref:struct:state
170 #define lclptr (&lclmem) macro
280 register struct state * const sp = lclptr;
    [all...]

Completed in 895 milliseconds