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

/external/libunwind/tests/
H A DGtest-dyn1.c173 template_t funcp; local
214 funcp = get_funcp (fdesc);
217 (*funcp) (10, funcp, printf, "iteration %c%s\n", strarr);
219 (*funcp) (10, funcp, dev_null, "iteration %c%s\n", strarr);
/external/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c159 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 *),
1770 if ((*funcp)(&t, offset, &mytm) == NULL) {
1806 ((funcp == localsub) ? lclptr : gmtptr);
1817 if ((*funcp)(&newt, offset, &mytm) == NULL)
1837 if ((*funcp)(&t, offset, tmp))
1844 struct tm * (*const funcp)(const time_t *, int_fast32_t, struct tm *),
1855 t = time2sub(tmp, funcp, offse
[all...]

Completed in 267 milliseconds