/device/linaro/bootloader/edk2/StdLib/LibC/Time/ |
timegm.c | 89 gmtsub(
108 t = time2(tmp, gmtsub, 0, &okay);
|
Time.c | 660 ** gmtsub is to gmtime as localsub is to localtime.
663 gmtsub(
function 710 gmtsub(timer, 0L, &gMD->BDTime);
725 gmtsub(timep, offset, tmp);
|
/external/icu/icu4c/source/tools/tzcode/ |
localtime.c | 145 static struct tm * gmtsub(const time_t * timep, int_fast32_t offset, 1353 gmtsub(const time_t *const timep, const int_fast32_t offset, function [all...] |
/bionic/libc/tzcode/ |
localtime.c | 152 static struct tm *gmtsub(struct state const *, time_t const *, int_fast32_t, 1528 gmtsub(struct state const *sp, time_t const *timep, int_fast32_t offset, function [all...] |