Lines Matching refs:funcp
2148 struct tm *(*funcp)(struct state const *, time_t const *,
2274 if (! funcp(sp, &t, offset, &mytm)) {
2344 if (funcp(sp, &xaltt, offset, &alttm)
2374 if (! funcp(sp, &newt, offset, &mytm))
2392 if (funcp(sp, &t, offset, tmp)) {
2406 struct tm *(*funcp)(struct state const *, time_t const *,
2419 t = time2sub(tmp, funcp, sp, offset, okayp, false);
2420 return *okayp ? t : time2sub(tmp, funcp, sp, offset, okayp, true);
2425 struct tm *(*funcp)(struct state const *, time_t const *,
2447 t = time2(tmp, funcp, sp, offset, &okay);
2490 t = time2(tmp, funcp, sp, offset, &okay);