/src/lib/libc/time/ |
localtime.c | 290 static struct state * gmtptr; variable in typeref:struct:state * 293 static struct state *const gmtptr = &gmtmem; variable in typeref:struct:state * const 1629 gmtptr = malloc(sizeof *gmtptr); 1631 if (gmtptr) 1632 gmtload(gmtptr); 1703 return gmtsub(gmtptr, timep, 0, tmp); 1844 result = timesub(timep, offset, gmtptr, tmp); 1852 result->TM_ZONE = UNCONST(offset ? wildabbr : gmtptr ? 1853 gmtptr->chars : utc) [all...] |
localtime.c | 290 static struct state * gmtptr; variable in typeref:struct:state * 293 static struct state *const gmtptr = &gmtmem; variable in typeref:struct:state * const 1629 gmtptr = malloc(sizeof *gmtptr); 1631 if (gmtptr) 1632 gmtload(gmtptr); 1703 return gmtsub(gmtptr, timep, 0, tmp); 1844 result = timesub(timep, offset, gmtptr, tmp); 1852 result->TM_ZONE = UNCONST(offset ? wildabbr : gmtptr ? 1853 gmtptr->chars : utc) [all...] |
localtime.c | 290 static struct state * gmtptr; variable in typeref:struct:state * 293 static struct state *const gmtptr = &gmtmem; variable in typeref:struct:state * const 1629 gmtptr = malloc(sizeof *gmtptr); 1631 if (gmtptr) 1632 gmtload(gmtptr); 1703 return gmtsub(gmtptr, timep, 0, tmp); 1844 result = timesub(timep, offset, gmtptr, tmp); 1852 result->TM_ZONE = UNCONST(offset ? wildabbr : gmtptr ? 1853 gmtptr->chars : utc) [all...] |