Lines Matching refs:funcp
159 struct tm * (*funcp)(const time_t *,
163 struct tm * (*funcp)(const time_t *,
167 struct tm * (*funcp)(const time_t *,
1668 struct tm *(*const funcp)(const time_t *, int_fast32_t, struct tm *), in time2sub()
1770 if ((*funcp)(&t, offset, &mytm) == NULL) { in time2sub()
1806 ((funcp == localsub) ? lclptr : gmtptr); in time2sub()
1817 if ((*funcp)(&newt, offset, &mytm) == NULL) in time2sub()
1837 if ((*funcp)(&t, offset, tmp)) in time2sub()
1844 struct tm * (*const funcp)(const time_t *, int_fast32_t, struct tm *), in time2()
1855 t = time2sub(tmp, funcp, offset, okayp, FALSE); in time2()
1856 return *okayp ? t : time2sub(tmp, funcp, offset, okayp, TRUE); in time2()
1861 struct tm *(*const funcp) (const time_t *, int_fast32_t, struct tm *), in time1()
1880 t = time2(tmp, funcp, offset, &okay); in time1()
1898 sp = (const struct state *) ((funcp == localsub) ? lclptr : gmtptr); in time1()
1920 t = time2(tmp, funcp, offset, &okay); in time1()