localtime.c | 280 static struct tm *gmtsub(struct state const *, time_t const *, int_fast32_t, 1687 ** SETNAME's type is int_fast32_t for compatibility with gmtsub, 1703 return gmtsub(gmtptr, timep, 0, tmp); 1835 ** gmtsub is to gmtime as localsub is to localtime. 1839 gmtsub(ATTRIBUTE_MAYBE_UNUSED struct state const *sp, time_t const *timep, function in typeref:struct:tm * 1868 return gmtsub(NULL, timep, 0, tmp); 1893 return gmtsub(gmtptr, timep, (int_fast32_t)offset, &tm); 1900 return gmtsub(NULL, timep, (int_fast32_t)offset, tmp); 2513 return time1(tmp, gmtsub, gmtptr, 0); 2582 return time1(tmp, gmtsub, gmtptr, (int_fast32_t)offset) [all...] |