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

/freebsd-9.3-release/contrib/tzcode/stdtime/
H A Dlocaltime.c186 static struct tm * localsub(const time_t * timep, long offset,
1335 ** is to not call it--so we drop its guts into "localsub", which can be
1344 localsub(timep, offset, tmp) function
1385 result = localsub(&newt, offset, tmp);
1463 localsub(timep, 0L, p_tm);
1468 localsub(timep, 0L, &tm);
1484 localsub(timep, 0L, tmp);
1501 ** gmtsub is to gmtime as localsub is to localtime.
2005 ((funcp == localsub) ? lclptr : gmtptr);
2104 sp = (const struct state *) ((funcp == localsub)
[all...]

Completed in 57 milliseconds