Searched refs:funcp (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/tools/tzcode/ |
D | localtime.c | 163 struct tm * (*funcp)(const time_t *, 167 struct tm * (*funcp)(const time_t *, 171 struct tm * (*funcp)(const time_t *, 1675 time2sub(tmp, funcp, offset, okayp, do_norm_secs) in time2sub() argument 1677 struct tm * (* const funcp)(const time_t*, long, struct tm*); 1784 if ((*funcp)(&t, offset, &mytm) == NULL) { 1820 ((funcp == localsub) ? lclptr : gmtptr); 1833 if ((*funcp)(&newt, offset, &mytm) == NULL) 1853 if ((*funcp)(&t, offset, tmp)) 1859 time2(tmp, funcp, offset, okayp) in time2() argument [all …]
|