Lines Matching refs:funcp
2084 struct tm *(*funcp)(struct state const *, time_t const *, in time2sub()
2186 if (! funcp(sp, &t, offset, &mytm)) { in time2sub()
2232 if (funcp(sp, &altt, offset, &alttm) in time2sub()
2262 if (! funcp(sp, &newt, offset, &mytm)) in time2sub()
2282 if (funcp(sp, &t, offset, tmp)) in time2sub()
2289 struct tm *(*funcp)(struct state const *, time_t const *, in time2()
2302 t = time2sub(tmp, funcp, sp, offset, okayp, false); in time2()
2303 return *okayp ? t : time2sub(tmp, funcp, sp, offset, okayp, true); in time2()
2308 struct tm *(*funcp)(struct state const *, time_t const *, in time1()
2329 t = time2(tmp, funcp, sp, offset, &okay); in time1()
2368 t = time2(tmp, funcp, sp, offset, &okay); in time1()