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

/macosx-10.9.5/Libc-997.90.3/stdtime/FreeBSD/
H A Dlocaltime.c179 #define localsub _st_localsub macro
184 struct tm * localsub(const time_t * timep, long offset,
187 void localsub(const time_t * timep, long offset,
1443 ** is to not call it--so we drop its guts into "localsub", which can be
1456 localsub(timep, offset, tmp) function
1467 NOTIFY_TZ_PRINTF("localsub called\n");
1546 p_tm = localsub(timep, 0L, p_tm);
1548 localsub(timep, 0L, p_tm);
1555 return localsub(timep, 0L, &tm);
1557 localsub(time
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dlocaltime.c152 static struct tm * localsub(const time_t * timep, long offset,
1223 ** is to not call it--so we drop its guts into "localsub", which can be
1232 localsub(timep, offset, tmp) function
1273 result = localsub(&newt, offset, tmp);
1328 return localsub(timep, 0L, &tm);
1340 return localsub(timep, 0L, tmp);
1344 ** gmtsub is to gmtime as localsub is to localtime.
1820 ((funcp == localsub) ? lclptr : gmtptr);
1914 sp = (const struct state *) ((funcp == localsub) ? lclptr : gmtptr);
1954 return time1(tmp, localsub,
[all...]

Completed in 69 milliseconds