Home
last modified time | relevance | path

Searched refs:funcp (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/tzcode/
Dlocaltime.c232 struct tm * (*funcp) P((const time_t *,
236 struct tm * (*funcp) P((const time_t *,
240 struct tm * (*funcp) P((const time_t *,
1799 time2sub(tmp, funcp, offset, okayp, do_norm_secs) in time2sub() argument
1801 struct tm * (* const funcp) P((const time_t*, long, struct tm*));
1908 if ((*funcp)(&t, offset, &mytm) == NULL) {
1947 (((void *) funcp == (void *) localsub) ?
1961 if ((*funcp)(&newt, offset, &mytm) == NULL)
1981 if ((*funcp)(&t, offset, tmp))
1987 time2(tmp, funcp, offset, okayp) in time2() argument
[all …]