Searched refs:gmtsub (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/Libc-997.90.3/stdtime/FreeBSD/
H A Dlocaltime.c218 static struct tm * gmtsub(const time_t * timep, long offset,
221 static void gmtsub(const time_t * timep, long offset,
1473 return gmtsub(timep, offset, tmp);
1475 gmtsub(timep, offset, tmp);
1582 ** gmtsub is to gmtime as localsub is to localtime.
1590 gmtsub(timep, offset, tmp) function
1596 NOTIFY_TZ_PRINTF("gmtsub called\n");
1686 return gmtsub(timep, 0L, p_tm);
1688 gmtsub(timep, 0L, p_tm);
1694 return gmtsub(time
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dlocaltime.c150 static struct tm * gmtsub(const time_t * timep, long offset,
1246 return gmtsub(timep, offset, tmp);
1344 ** gmtsub is to gmtime as localsub is to localtime.
1348 gmtsub(timep, offset, tmp) function
1390 return gmtsub(timep, 0L, &tm);
1402 return gmtsub(timep, 0L, tmp);
1412 return gmtsub(timep, offset, &tm);
1972 return time1(tmp, gmtsub, 0L);
1981 return time1(tmp, gmtsub, offset);

Completed in 124 milliseconds