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

/freebsd-9.3-release/contrib/tzcode/stdtime/
H A Dlocaltime.c184 static struct tm * gmtsub(const time_t * timep, long offset,
1358 return gmtsub(timep, offset, tmp);
1501 ** gmtsub is to gmtime as localsub is to localtime.
1505 gmtsub(timep, offset, tmp) function
1566 gmtsub(timep, 0L, p_tm);
1570 gmtsub(timep, 0L, &tm);
1584 return gmtsub(timep, 0L, tmp);
1594 return gmtsub(timep, offset, &tm);
2168 return time1(tmp, gmtsub, 0L);
2178 return time1(tmp, gmtsub, offse
[all...]

Completed in 131 milliseconds